X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=ChangeLog;h=e6228373142009cdad6ca2b5482a56e26fb26987;hb=e660fe3e93b1068891c1306fd9eaeac27d3c18a9;hp=234175fc14395b53ef73e72a3230a0d1d0844a12;hpb=8e00dc4000b85a683aa39889ba4e3aa751d72ee3;p=awesomized%2Flibmemcached diff --git a/ChangeLog b/ChangeLog index 234175fc..e6228373 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,14 @@ * Work on the UDP protocol * Added get_by_key, set_by_key tests for C++ API * Fix for limit_maxbytes to be 64bit in stats + * Added Atom Smasher test (scale baby, scale!) + * Servers are now sorted, meaning that servers are now ordered so that + clients with the same lists, will have same distribution. (Idea from + Ross McFarland). MEMCACHED_BEHAVIOR_SORT_HOSTS was added to enable + this support. + * Added MEMCACHED_BAD_KEY_PROVIDED error for auto, set, and get operations + when the library is compiled with --enable-debug. This additional code + will test for bad keys. 0.15 Tue Jan 29 14:55:44 PST 2008 * More work on the C++ API.