X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=ChangeLog;h=5732f2e9f25f02eb46c9b076a56518c075f2561f;hb=2885b9da6342076013cb3632a1d43e59a6cfa397;hp=53f776c092c23210555bb1a81aaae7c3f8cb0df7;hpb=e42302e08fa4d04cb21eaf7493f5f92b11169c03;p=m6w6%2Flibmemcached diff --git a/ChangeLog b/ChangeLog index 53f776c0..5732f2e9 100644 --- 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.