X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=ChangeLog;h=15360ca5dfab2b1c66114c989e84f25f9014651f;hb=caf0d1b9dbab5d798d39d6394219e50ea73ccbd8;hp=3a9e3afa546f70d09323267cb462d89b464ac58a;hpb=59050f8e9128aa03a56304643b5eb52ca114d277;p=m6w6%2Flibmemcached diff --git a/ChangeLog b/ChangeLog index 3a9e3afa..15360ca5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,15 @@ - * Replication support has been added to the library. +0.18 + * Fix plus tests for non-zero value objects and flags. + * MEMCACHED_HASH_MURMUR added for murmur algorithm provided. + * MEMCACHED_BEHAVIOR_RETRY_TIMEOUT added to keep connecting from looping + on timeout. + * gcc branch prediction optimizations + * Refactored entire tree to make include files cleaner 0.17 Wed Feb 27 03:33:29 PST 2008 * MEMCACHED_BEHAVIOR_CONNECT_TIMEOUT added for connect timeout in non-block mode. - * Incompatible change in memcached_behavior_set() api. We now use a + * Incompatible change in memcached_behavior_set() api. We now use a uint64_t, instead of a pointer. * Fix for storage of values for zero. * memcached_server_cursor() function added to API for cycling through servers.