Added missing constant.
[m6w6/libmemcached] / ChangeLog
index a3024f1439cac8113c133e3e7dd410dd63549ff4..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.
@@ -9,6 +19,7 @@
 * 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.