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