prepare v1.1.4
[awesomized/libmemcached] / docs / source / ChangeLog-1.0.rst
1
2 ChangeLog v1.0
3 ==============
4
5 v 1.0.18
6 --------
7
8 ..
9
10 released 2014-02-09
11
12
13
14 * MEMCACHED_BEHAVIOR_RETRY_TIMEOUT can now be set to zero.
15 * Numerous bug fixes.
16
17 v 1.0.17
18 --------
19
20 ..
21
22 released 2013-04-03
23
24
25
26 * Remove c++ namespace that was being exposed (the API should be plug compatible)..
27 * Fix cases where --servers wasn't behaving the same in all clients.
28
29 v 1.0.16
30 --------
31
32 ..
33
34 released 2013-02-01
35
36
37
38 * Added support to do two part shutdown of socket.
39 * Fixes for Fedora 18.
40 * Fix for binary memcached_touch()
41
42 v 1.0.15
43 --------
44
45 ..
46
47 released 2012-12-17
48
49
50
51 * Added support for Murmur3 (HASHKIT_HASH_MURMUR3)
52 * Portability fixes.
53
54 v 1.0.14
55 --------
56
57 ..
58
59 released 2012-11-14
60
61
62
63 * CLIENT_ERROR fixed to not be treated as a fatal error.
64 * Compiler fixes for older Ubuntu releases.
65
66 v 1.0.13
67 --------
68
69 ..
70
71 released 2012-10-19
72
73
74
75 * Fix bug that caused version string to not be exported correctly.
76
77 v 1.0.12
78 --------
79
80 ..
81
82 released 2012-10-09
83
84
85
86 * Added memcached_result_take_value().
87 * Added ax_libmemcached.m4
88
89 v 1.0.11
90 --------
91
92 ..
93
94 released 2012-09-17
95
96
97
98 * Removed custom version of memcached.
99 * Updated hardening rules.
100 * Fixed a case where the return error from a socket connection differred from that of a TCP/IP socket.
101
102 v 1.0.10
103 --------
104
105 ..
106
107 released 2012-07-30
108
109
110
111 * --disable-assert has been removed from configure, and --enable-assert has been added in its place.
112 * Compiling fixes for Clang on OSX Mountain Lion.
113
114 v 1.0.9
115 -------
116
117 ..
118
119 released 2012-07-05
120
121
122
123 * Faster close on socket.
124 * Instance allocation is now seperated from server interface.
125 This should allow for a better preservation of ABI compliance from now on.
126 * Fix close on exec bug.
127 * Numerous other bug fixes.
128
129 v 1.0.8
130 -------
131
132 ..
133
134 released 2012-05-22
135
136
137
138 * Added support for setting options via ENV variable LIBMEMCACHED
139 * Fix corner case on last used result.
140
141 v 1.0.7
142 -------
143
144 ..
145
146 released 2012-04-28
147
148
149
150 * Add API call for exist calls.
151 * Update all license files to be BSD.
152
153 v 1.0.6
154 -------
155
156 ..
157
158 released 2012-04-08
159
160
161
162 * Fixes for gcc 4.7, lp:961812
163 * Fix for restart issue that happens under testing.
164 * Fix for lp:962815.
165 * Support for transparent AES encryption.
166
167 v 1.0.5
168 -------
169
170 ..
171
172 released 2012-03-14
173
174
175
176 * Fixes for OSX.
177 * Version is now parsed directly in the parser, which makes buffered operations now work with it..
178 * memstat has been extended so that it can be used to find the version of the server.
179 * Update documentation.
180 * Fixes for compile issues on Debian and Ubuntu
181
182 v 1.0.4
183 -------
184
185 ..
186
187 released 2012-01-27
188
189
190
191 * Fix for memcached_dump().
192 * Additional testing for memcached_stat_execute().
193
194 v 1.0.3
195 -------
196
197 ..
198
199 released 2012-01-09
200
201
202
203 * Increased size of sort buffer used during Ketama.
204 * Added support for new behavior to handle dead servers.
205 * Overall haul of UDP IO.
206 * Fixed C compile issue with memcached_exist()
207 * Numerous bug fixes.
208 * Clang support for OSX.
209 * All commands now using vector send support.
210
211 v 1.0.2
212 -------
213
214 ..
215
216 released 2011-10-24
217
218
219
220 * Dropped libmemcached/memcached_util.h (undocumented header file)
221 * Added memcached_touch() and memcached_touch_by_key()
222 * UDP support restructured to toggle on a complete memcached_st structure.
223
224 ----
225
226 See :doc:`ChangeLog-0 <./ChangeLog-0>` for changes prior v1.0.