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