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