Just clean up a call (use the previous method).
[m6w6/libmemcached] / ChangeLog
index b731085c3e76e454df52a835b04a66149e1c7669..5eaabcc50c53c71f65ba22520d886c031dc55344 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,16 @@
-0.38 
+0.39
+
+* Add support for prefix keys to binary protocol.
+
+* 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 +20,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.