Add dummy file to make sure bin/ directory exists.
[jelmer/openchange.git] / ChangeLog
index 03192a5745bbd29ff851490b4b2d4b4fdb181c53..92e80a7e040cee0514155ab2b0c526e0863f816b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,111 @@
+2010-08-29
+    jkerihuel
+       [r2144]
+               Add CopyProfile and DuplicateProfile to IProfAdmin interface
+
+2010-08-27
+    jkerihuel
+       [r2142]
+               Add the localaddress patch prior Samba4 integration. Pending new
+               Samba4 localaddress patch fixing memory leaks in the pipe.
+       [r2141]
+               Include a mapitest test suite / challenge for lzxpress
+               
+               The idea of this test is to check if lzxpress compressed blobs
+               provided by OpenChange are the same than Outlook ones. The test takes
+               a Outlook->Exchange capture file with compressed blob, pull the
+               content, decompressed the content, recompress the content and check
+               the output for differing bytes.
+               
+               This challenge code should give us good information when lzxpress
+               compress code is fixed. Additionally you can uncomment the compression
+               code in libmapi/emsmdb.c to do further testing.
+       [r2140]
+               - Add implementation for EcDoRpcExt2 (0xB) RPC opnum. Current code
+                 doesn't provide compression for request and use obfuscation
+                 instead. However mapi_response makes use of xpress and are
+                 decompressed properly.
+               
+               - EcDoRpcExt2 implemented without subcontexts but uint8_t array
+               
+               - add a wrapper for emsmdb transaction to switch between
+                 EcDoConnect/EcDoRpc and EcDoConnectEx/EcDoRpcExt2 depending on MAPI
+                 profile 'exchange version' attribute.
+               
+               NOTE: emsmdb.c implements the logic for using compressed blob and
+               checks whether compressed or obfuscation should be used depending on
+               blob length. However this behavior has been commented out because
+               comrpessed blobs are rejected by Exchange (ecRpcFormat 0x4B6 error).
+2010-08-26
+    jkerihuel
+       [r2139]
+               Reference profile structure in mapitest structure.
+               
+               Use profile->mailbox instead of szDisplayName for sending mapitest
+               emails. This also fix ResolveNames mapitest issues when conflicts
+               between usernames exist (e.g. user1, user11, user100).
+    bradh
+       [r2137]
+               Prevent segfault if we don't have any appointments.
+               
+               Resolves issue #284.
+               
+               Also prevent leaking talloc context in a couple of error cases.
+       [r2136]
+               Merge Rev 2133 from branches/current-samba4 to trunk.
+               
+               I inadvertently committed this to the wrong branch.
+               
+               This pushes the fix for #229 into trunk.
+
+2010-08-23
+    jelmer
+       [r2134]
+               Update bzr ignores.
+
+2010-08-18
+    jkerihuel
+       [r2131]
+               Add a git update case in installsamba.sh script and make it available
+               within OpenChange Makefile.
+
+2010-08-17
+    jkerihuel
+       [r2127]
+               Manually commit remaining changes from current-samba4 into trunk
+       [r2126]
+               Merge current-samba4 branch back into trunk
+
+2010-08-11
+    bradh
+       [r2117]
+               Microsoft confirmed that RopGetValidAttachments isn't supported in Exchange 2010.
+       [r2114]
+               fix missing part of r2113.
+       [r2113]
+               Fixes to better work with Exchange 2010.
+               
+               Still some open issues to resolving bug 227.
+       [r2112]
+               Fix handling of "not applicable" tests when using --mapi-calls
+               
+               Prior to this, if you asked for a test that was after a test that was
+               flagged as suppressed, the test you asked for didn't get run, and the
+               flagged test was reported instead.
+2010-08-10
+    bradh
+       [r2111]
+               Correctly handle cases where the start date of the range is after the first calendar appointment.
+               
+               Resolves bug:272.
+               
+               Thanks to Eric Reischer for reporting the problem and testing the fix.
+
+2010-08-03
+    bradh
+       [r2107]
+               trivial comment cleanup.
+
 2010-08-01
     jkerihuel
        [r2105]