X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=ChangeLog;h=1f65d5c5cef5ac661e57a4a3ee4b5ddb21f044ab;hb=fe5b4854b046a8b0613c89303b04d7e60e4c8223;hp=53f776c092c23210555bb1a81aaae7c3f8cb0df7;hpb=3928e14fbe1ed17cefe9bdbbb282fb7ecf053e7a;p=m6w6%2Flibmemcached diff --git a/ChangeLog b/ChangeLog index 53f776c0..1f65d5c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,15 @@ -0.38 +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.