X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=03b15024466fd56bd75c408a4ff79167e18ea7a0;hb=8f4f53d570ffa167f08912242c1a41d6f314ac0b;hp=fac9a6a0edfdeae7bfd0e5219959ddf506350b67;hpb=ee3f6112d6aa06ffadb3609dfbc6d78f4402cce0;p=awesomized%2Flibmemcached diff --git a/ChangeLog b/ChangeLog index fac9a6a0..03b15024 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +0.19 + * Fixed bug where sort was always occuring on hosts + * Logic fix in branch prediction (thanks Jay!) + * Read through cached support. + * Fixed for cas by key operation. + * Fix for memcached_server_st list structures to have correct count. + * Added callback MEMCACHED_CALLBACK_DELETE_TRIGGER + * Removed function call in favor of macro (aka cut out some instructions) + + 0.18 Sun Mar 16 21:57:55 PDT 2008 * Fix plus tests for non-zero value objects and flags. * MEMCACHED_HASH_MURMUR added for murmur algorithm provided.