We didn't catch client_Error.
[m6w6/libmemcached] / ChangeLog
index b731085c3e76e454df52a835b04a66149e1c7669..962299f4c841ea5d6e33df35caf06654b023a550 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,14 @@
-0.38 
+0.39
+
+* Remove the undocumented call memcached_server_remove().
+
+* The undocumented call memcached_server_by_key() now returns const.
+
+* memcached_server_error_reset() has been deprecated.
+
+* memcached_server_list() has been deprecated. Use memcached_server_cursor() to walk the servers found in a memcached_st() structure.
+
+0.38 Wed Feb 10 09:40:33 PST 2010
 * C++ interface for libhashkit.
 * Modified memcached_set_memory_allocators() so that it requires a context pointer.
 * memcached_clone() now runs 5 times faster.
@@ -8,6 +18,8 @@
 * memcached_purge() now calls any callbacks registered during get execution.
 * Many fixes to memslap.
 * Updates for memcapable.
+* Compile fixes for OpenBSD.
+* Fix for possible recursive decent on IO failure.
 
 0.37 Mon Jan 11 16:29:57 PST 2010
 * Fixed build for libhashkit.