X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=ChangeLog;h=5732f2e9f25f02eb46c9b076a56518c075f2561f;hb=2885b9da6342076013cb3632a1d43e59a6cfa397;hp=35a900113c918be16eb0a292a7151435ab4fee98;hpb=46b28da059e5f3a0f7260a5df2c1cf98602b017b;p=m6w6%2Flibmemcached diff --git a/ChangeLog b/ChangeLog index 35a90011..5732f2e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +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. + 0.37 Mon Jan 11 16:29:57 PST 2010 * Fixed build for libhashkit. * Fixed install path regression.