Adding test, showing off how to add a custom function to libmemcached.
[m6w6/libmemcached] / ChangeLog
index 53f776c092c23210555bb1a81aaae7c3f8cb0df7..5732f2e9f25f02eb46c9b076a56518c075f2561f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,17 @@
-0.38
+0.38 
+
+ * C++ interface for libhashkit.
+
+ * 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.