Extended test system to pin point specific test groups
[awesomized/libmemcached] / ChangeLog
1 0.6
2 * get value returns are now null terminated (request by Cal Heldenbrand)
3 * Fixed for more hosts then two.
4 * Rewrite of the read/write IO systems to handle different sorts of host
5 failures.
6
7 0.5 Tue Oct 9 00:22:25 PDT 2007
8 * Ruby maintainer mentioned TCP_NODELAY patch he had added. Added this to C
9 library as well. (Eric Hodel drbrain@segment7.net)
10 * Added support script for set_benchmark
11 * Updated memslap to allow testing of TCP_NODELAY
12 * Updated memslap to support --flush (aka dump memcache servers before
13 testing)
14 * Fixed bug in multiple hosts not being activated
15 * Added environmental variable MEMCACHED_SERVERS which can be used to
16 set the servers list.
17 * fixed memcached_stat method (and now memstat works)
18 * server connect now happens on demand.
19 * Help for all command line applications
20
21 0.4 Wed Oct 3 10:28:50 PDT 2007
22 * Added buffered IO to write calls for keys
23 * Added buffered IO for reads
24 * memstat was broken (bad if/else on connect)
25 * New non-blocking IO (not default yet). Mucho faster
26 * Refactor of test system.
27 * memslap crash solved
28
29 0.3 Mon Oct 1 06:37:52 PDT 2007
30 * Jeff Fisher <guppy@techmonkeys.org> provided a spec file
31 * Added "make rpm" around dist file
32 * Added support for Solaris
33 * Added support for DTrace
34 * Fixed read to be recv and write to be send
35 * Bug fix where memstat would core if no server was found
36 * Added memslap tool (load generator)
37 * Numerous bug fixes in library
38 * Added calls to library for creating host lists (see
39 text cases to understand how to use this).
40
41 0.2 Thu Sep 27 03:46:57 PDT 2007
42 * First public version
43