6 * MEMCACHED_BEHAVIOR_RETRY_TIMEOUT can now be set to zero.
12 * Remove c++ namespace that was being exposed (the API should be plug compatible)..
13 * Fix cases where --servers wasn't behaving the same in all clients.
18 * Added support to do two part shutdown of socket.
19 * Fixes for Fedora 18.
20 * Fix for binary memcached_touch()
25 * Added support for Murmur3 (HASHKIT_HASH_MURMUR3)
31 * CLIENT_ERROR fixed to not be treated as a fatal error.
32 * Compiler fixes for older Ubuntu releases.
37 * Fix bug that caused version string to not be exported correctly.
42 * Added memcached_result_take_value().
43 * Added ax_libmemcached.m4
48 * Removed custom version of memcached.
49 * Updated hardening rules.
50 * Fixed a case where the return error from a socket connection differred from that of a TCP/IP socket.
55 * --disable-assert has been removed from configure, and --enable-assert has been added in its place.
56 * Compiling fixes for Clang on OSX Mountain Lion.
61 * Faster close on socket.
62 * Instance allocation is now seperated from server interface.
63 This should allow for a better preservation of ABI compliance from now on.
64 * Fix close on exec bug.
65 * Numerous other bug fixes.
70 * Added support for setting options via ENV variable LIBMEMCACHED
71 * Fix corner case on last used result.
76 * Add API call for exist calls.
77 * Update all license files to be BSD.
82 * Fixes for gcc 4.7, lp:961812
83 * Fix for restart issue that happens under testing.
85 * Support for transparent AES encryption.
91 * Version is now parsed directly in the parser, which makes buffered operations now work with it..
92 * memstat has been extended so that it can be used to find the version of the server.
93 * Update documentation.
94 * Fixes for compile issues on Debian and Ubuntu
99 * Fix for memcached_dump().
100 * Additional testing for memcached_stat_execute().
103 > released 2012-01-09
105 * Increased size of sort buffer used during Ketama.
106 * Added support for new behavior to handle dead servers.
107 * Overall haul of UDP IO.
108 * Fixed C compile issue with memcached_exist()
109 * Numerous bug fixes.
110 * Clang support for OSX.
111 * All commands now using vector send support.
114 > released 2011-10-24
116 * Dropped libmemcached/memcached_util.h (undocumented header file)
117 * Added memcached_touch() and memcached_touch_by_key()
118 * UDP support restructured to toggle on a complete memcached_st structure.
122 See [ChangeLog-0](./ChangeLog-0.md) for changes prior v1.0.