pkgconfig support done (need to write example)
[awesomized/libmemcached] / ChangeLog
1 0.8
2 * Adding support for CRC hash method
3 * Adding support for UNIX sockets
4 * Added additional HASHing methods of FNV1_64,FNV1A_64, FNV1_32, FNV1A_32
5 * Added pkgconfig support
6 * Fixed conflict with defined type in MySQL
7
8 0.7 Tue Oct 30 09:24:05 PDT 2007
9 * Poved to poll() from select()
10 * Fixes in internal string class for allocation of large numbers of
11 strings.
12 * memcached_mget() function now sends keys as it parses them instead of
13 building strings as it goes.
14 * Propper flush now for making sure we get all IO sent even when in
15 non-block mode.
16 * Added --enable-debug rule for configure
17 * All asserts() removed (hey this is going into production!)
18
19
20 0.6 Wed Oct 17 08:41:35 PDT 2007
21 * get value returns are now null terminated (request by Cal Heldenbrand)
22 * Fixed connections for more hosts then two.
23 * Rewrite of the read/write IO systems to handle different sorts of host
24 failures.
25 * Added man pages for all functions and tools
26 * Raised buffer size for readinng/writing to 16K
27 * You can now optionally set the socket size for recv/send via
28 memached_behavior_set/get.
29
30 0.5 Tue Oct 9 00:22:25 PDT 2007
31 * Ruby maintainer mentioned TCP_NODELAY patch he had added. Added this to C
32 library as well. (Eric Hodel drbrain@segment7.net)
33 * Added support script for set_benchmark
34 * Updated memslap to allow testing of TCP_NODELAY
35 * Updated memslap to support --flush (aka dump memcache servers before
36 testing)
37 * Fixed bug in multiple hosts not being activated
38 * Added environmental variable MEMCACHED_SERVERS which can be used to
39 set the servers list.
40 * fixed memcached_stat method (and now memstat works)
41 * server connect now happens on demand.
42 * Help for all command line applications
43
44 0.4 Wed Oct 3 10:28:50 PDT 2007
45 * Added buffered IO to write calls for keys
46 * Added buffered IO for reads
47 * memstat was broken (bad if/else on connect)
48 * New non-blocking IO (not default yet). Mucho faster
49 * Refactor of test system.
50 * memslap crash solved
51
52 0.3 Mon Oct 1 06:37:52 PDT 2007
53 * Jeff Fisher <guppy@techmonkeys.org> provided a spec file
54 * Added "make rpm" around dist file
55 * Added support for Solaris
56 * Added support for DTrace
57 * Fixed read to be recv and write to be send
58 * Bug fix where memstat would core if no server was found
59 * Added memslap tool (load generator)
60 * Numerous bug fixes in library
61 * Added calls to library for creating host lists (see
62 text cases to understand how to use this).
63
64 0.2 Thu Sep 27 03:46:57 PDT 2007
65 * First public version
66