Updating version numbers
[awesomized/libmemcached] / ChangeLog
index 2c8f12ac8124c56d73f584a50e19689cd8dfa7f9..eb5ebc9ee7e429e7c252496136f53954b9ab58bd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
-0.5
+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
@@ -6,6 +9,11 @@
   * 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