c14cabf0bc110be49616e561985a59624a5ec67d
[m6w6/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 * fixed memcached_stat method (and now memstat works)
12
13 0.4 Wed Oct 3 10:28:50 PDT 2007
14 * Added buffered IO to write calls for keys
15 * Added buffered IO for reads
16 * memstat was broken (bad if/else on connect)
17 * New non-blocking IO (not default yet). Mucho faster
18 * Refactor of test system.
19 * memslap crash solved
20
21 0.3 Mon Oct 1 06:37:52 PDT 2007
22 * Jeff Fisher <guppy@techmonkeys.org> provided a spec file
23 * Added "make rpm" around dist file
24 * Added support for Solaris
25 * Added support for DTrace
26 * Fixed read to be recv and write to be send
27 * Bug fix where memstat would core if no server was found
28 * Added memslap tool (load generator)
29 * Numerous bug fixes in library
30 * Added calls to library for creating host lists (see
31 text cases to understand how to use this).
32
33 0.2 Thu Sep 27 03:46:57 PDT 2007
34 * First public version
35