Found bug in multi get where key size was not being calculated.
[awesomized/libmemcached] / ChangeLog
1 0.5
2 * Ruby maintainer mentioned TCP_NODELAY patch he had added. Added this to C
3 library as well. (Eric Hodel drbrain@segment7.net)
4 * Added support script for set_benchmark
5 * Updated memslap to allow testing of TCP_NODELAY
6 * Updated memslap to support --flush (aka dump memcache servers before
7 testing)
8 * Fixed bug in multiple hosts not being activated
9 * Added environmental variable MEMCACHED_SERVERS which can be used to
10 set the servers list.
11
12 0.4 Wed Oct 3 10:28:50 PDT 2007
13 * Added buffered IO to write calls for keys
14 * Added buffered IO for reads
15 * memstat was broken (bad if/else on connect)
16 * New non-blocking IO (not default yet). Mucho faster
17 * Refactor of test system.
18 * memslap crash solved
19
20 0.3 Mon Oct 1 06:37:52 PDT 2007
21 * Jeff Fisher <guppy@techmonkeys.org> provided a spec file
22 * Added "make rpm" around dist file
23 * Added support for Solaris
24 * Added support for DTrace
25 * Fixed read to be recv and write to be send
26 * Bug fix where memstat would core if no server was found
27 * Added memslap tool (load generator)
28 * Numerous bug fixes in library
29 * Added calls to library for creating host lists (see
30 text cases to understand how to use this).
31
32 0.2 Thu Sep 27 03:46:57 PDT 2007
33 * First public version
34