All releases of libmemcached


Release Notes: This release removes the C++ namespace that was being exposed (the API should be plug compatible). It fixes cases where --servers weren't behaving the same way in all clients.


Release Notes: This release adds support to do two-part shutdown of a socket, fixes for Fedora 18, and a fix for binary memcached_touch().


Release Notes: Support for Murmur3 was added (HASHKIT_HASH_MURMUR3). Portability fixes were included.


Release Notes: CLIENT_ERROR has been fixed to not be treated as a fatal error. Compiler fixes for older Ubuntu releases.


Release Notes: This release fixes issues with version strings not being formatted in the API call for the library.


Release Notes: memcached_result_take_value() and ax_libmemcached.m4 were added.


Release Notes: This release removes the custom version of memcached. It has updated hardening rules. It fixes a case where the return error from a socket connection differed from that of a TCP/IP socket.


Release Notes: --disable-assert has been removed from configure, and --enable-assert has been added in its place. Compiling fixes for Clang on OS X Mountain Lion.


Release Notes: This release makes a faster close on sockets. Instance allocation is now separated from the server interface. This should allow better preservation of ABI compliance from now on. This release fixes a "close on exec" bug and many other problems.


Release Notes: This release adds support for setting options via the ENV variable LIBMEMCACHED. It fixes a corner case on last used result. There are some bugfixes.