Refactored call, removed abort() call (we should never cause the parent
[m6w6/libmemcached] / ChangeLog
index 4f3bffb594ba6e6fc2a6565566f3d9c5894ba19e..3abd6452ee8eaad668ca02c4cb00f17425158a00 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,34 @@
-0.21
+  * Cleanup compile warnings.
+  * Fix issues in partitioning by keys.
+  * Fixed "fail case" to make sure when calling memcached_clone() no
+    memcached_st is over written.
+  * New memcached_server_by_key() method for finding a server from 
+    a key.
+  * memcached_server_free() was added for freeing server structures.
+    
+
+0.23 Sun Sep  7 08:13:59 PDT 2008
+  * Added strings.h header for Solaris 9
+  * Solaris 64bit fix.
+  * Support for weighted Ketama from Yin Chen.
+  * Fix for Chinese 
+  * Fix for 0 length key to trigger bad key.
+  * Added behaviors MEMCACHED_BEHAVIOR_SND_TIMEOUT, MEMCACHED_BEHAVIOR_RCV_TIMEOUT
+  * Support for Binary Protocol added
+
+0.22 Mon Jul 14 09:24:11 PDT 2008
+  * Fix where master key was no being checked for "bad key"
+  * Fixed bugs in stats output (thread output was wrong)
+  * Clarified MEMCACHED_BAD_KEY_PROVIDED is return for bad prefix key.
+  * Found a bug in Flags return (Jacek Ostrowski)
+  * Fixed issue with compiling on Visual Studio
+
+0.21 Fri May 23 18:34:09 PDT 2008
   * Change of char * to const char * for all key based functions.
   * New  MEMCACHED_CALLBACK_PREFIX_KEY added. You can now create domains for
     values.
+  * Fixed bug introducd in last version on memcp
+  * Fix for death of file io to call shutdown()
 
 0.20 Mon May  5 08:34:26 PDT 2008
   * New consistent distribution tests.