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