Compiles.
[m6w6/libmemcached] / ChangeLog
index 35a900113c918be16eb0a292a7151435ab4fee98..1f65d5c5cef5ac661e57a4a3ee4b5ddb21f044ab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+0.38 
+
+ * Modified memcached_set_memory_allocators() so that it requires a context
+ pointer.
+
+ * memcached_clone() now runs 5 times faster.
+
+ * Functions used for callbacks are now given const memcached_st.
+
+ * Added MEMCACHED_BEHAVIOR_CORK.
+ * memslap now creates a configuration file at ~/.memslap.cnf
+
+ * memcached_purge() now calls any callbacks registered during get
+   execution.
+
 0.37 Mon Jan 11 16:29:57 PST 2010
  * Fixed build for libhashkit.
  * Fixed install path regression.