X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=ChangeLog;h=ddb4be3b0d18b39f3fafb7772ee46ec390606b18;hb=fa6ba3db53a843986bba34cc6c666a89624326f4;hp=76285fa62a86232355f215da529c5f8a970c0cab;hpb=303f0aafd224cdb5d27c717661c34eaf1eaf4cae;p=awesomized%2Flibmemcached diff --git a/ChangeLog b/ChangeLog index 76285fa6..ddb4be3b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,19 @@ -1.0.10 +1.0.13 Fri Oct 19 00:09:28 EDT 2012 +* Fix bug that caused version string to not be exported correctly. + +1.0.12 Tue Oct 9 03:30:20 EDT 2012 +* Added memcached_result_take_value(). +* Added ax_libmemcached.m4 + +1.0.11 Sun Sep 16 20:32:13 EDT 2012 +* Removed custom version of memcached. +* Updated hardening rules. +* Fixed a case where the return error from a socket connection differred from that of a TCP/IP socket. + +1.0.10 Sun Jul 29 21:50:15 PDT 2012 * --disable-assert has been removed from configure, and --enable-assert has been added in its place. * Compiling fixes for Clang on OSX Mountain Lion. - 1.0.9 Wed Jul 4 22:46:19 EDT 2012 * Faster close on socket. * Instance allocation is now seperated from server interface. This should allow for a better preservation of ABI compliance from now on.