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