X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=eb5ebc9ee7e429e7c252496136f53954b9ab58bd;hb=dd9b987e904e6cfc2e93e052c1f238adefc25ca3;hp=3673fed623a89ea0f5ddffdb4206a5bc3096d107;hpb=5374abfba1356567854cc93b6d49133e0947b7d9;p=awesomized%2Flibmemcached diff --git a/ChangeLog b/ChangeLog index 3673fed6..eb5ebc9e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +0.6 + * get value returns are now null terminated (request by Cal Heldenbrand) + +0.5 Tue Oct 9 00:22:25 PDT 2007 + * Ruby maintainer mentioned TCP_NODELAY patch he had added. Added this to C + library as well. (Eric Hodel drbrain@segment7.net) + * Added support script for set_benchmark + * Updated memslap to allow testing of TCP_NODELAY + * Updated memslap to support --flush (aka dump memcache servers before + testing) + * Fixed bug in multiple hosts not being activated + * Added environmental variable MEMCACHED_SERVERS which can be used to + set the servers list. + * fixed memcached_stat method (and now memstat works) + * server connect now happens on demand. + * Help for all command line applications + 0.4 Wed Oct 3 10:28:50 PDT 2007 * Added buffered IO to write calls for keys * Added buffered IO for reads