Skip to content

Commit 0569c51

Browse files
committed
add missing releases (and dates for all) to changelog
1 parent 412daa9 commit 0569c51

File tree

1 file changed

+45
-31
lines changed

1 file changed

+45
-31
lines changed

ChangeLog

Lines changed: 45 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
memcached extension changelog
22

3-
Version 2.2.0b1
4-
---------------
3+
Version 2.2.0 (2014-04-01)
4+
--------------------------
5+
* Added the OPT_SERVER_TIMEOUT_LIMIT behaviour
6+
7+
Version 2.2.0RC1 (2014-03-12)
8+
-----------------------------
9+
* Added the OPT_SERVER_TIMEOUT_LIMIT behaviour
10+
* Fixes incorrect size when compressing serialized objects
11+
* Fixes endianess of compressed values
12+
13+
Version 2.2.0b1 (2013-10-28)
14+
----------------------------
515
* Reinstate support for libememcached 0.x series
616
* Added SASL support to session handler
717
* Added Memcached::flushBuffers as per GH #78
@@ -20,28 +30,28 @@ Version 2.2.0b1
2030
* Added Memcached::setBucket for virtual bucket support
2131
* Added support for msgpack serialization
2232
* Memcached::setSaslAuthData returns correct status on success
23-
* Added support for user-defined flags in set and get operations
33+
* Added support for user-defined flags in set and get operations
2434

25-
Version 2.1.0
26-
-------------
35+
Version 2.1.0 (2012-08-06)
36+
--------------------------
2737
* Drop support for libmemcached 0.x series, now 1.0.x is required
2838
* Add support for virtual bucket distribution
2939
* Fix compilation against PHP 5.2
3040

31-
Version 2.0.1
32-
-------------
41+
Version 2.0.1 (2012-03-03)
42+
--------------------------
3343
* Fix embedded version number to be not -dev
3444

35-
Version 2.0.0
36-
-------------
45+
Version 2.0.0 (2012-03-02)
46+
--------------------------
3747
* Add touch() and touchByKey() methods
3848
* Add resetServerList() and quit() methods
3949
* Support binary protocol in sessions
4050
* Make it work with libmemcached up to 1.0.4
4151
* Test against PHP 5.4.0
4252

43-
Version 2.0.0b2
44-
---------------
53+
Version 2.0.0b2 (2011-06-24)
54+
----------------------------
4555
* Add OPT_REMOVE_FAILED_SERVERS option.
4656
* Make it work with libmemcached up to 0.49.
4757
* Fix a case where invalid session ID could lock the script.
@@ -61,8 +71,8 @@ Version 2.0.0b2
6171
* Make increment/decrement initialize value when it is not available (when
6272
using binary protocol)
6373

64-
Version 2.0.0b1
65-
---------------
74+
Version 2.0.0b1 (2011-03-12)
75+
----------------------------
6676
* Add fastlz library that provides better/faster payload compression
6777
* Add configure switch to enable/disable JSON serialization support
6878
* Add getAllKeys() method
@@ -84,23 +94,27 @@ Version 2.0.0b1
8494
* Add 'on_new' callback to constructor
8595
* Add SASL support
8696

87-
Version 1.0.1
88-
-------------
97+
Version 1.0.2 (2010-05-03)
98+
--------------------------
99+
* Fix build for libmemcached-0.39 (memcached_server_list() issue)
100+
101+
Version 1.0.1 (2010-03-11)
102+
--------------------------
89103
* Fix JSON API handling to account for PHP 5.2/5.3 version differences.
90104
* Add memcached.sess_locking, memcached.sess_lock_wait, and
91105
memcached.sess_prefix INI entries.
92106
* Add OPT_AUTO_EJECT_HOSTS option.
93107

94-
Version 1.0.0
95-
-------------
108+
Version 1.0.0 (2009-07-04)
109+
--------------------------
96110
* First stable release.
97111
* Add getResultMessage() method.
98112
* Fix OPT_RECV_TIMEOUT definition.
99113
* Initialize Session lock wait to max execution time (if max execution
100114
time is unlimited, default to 30 seconds).
101115

102-
Version 0.2.0
103-
-------------
116+
Version 0.2.0 (2009-06-04)
117+
--------------------------
104118
* Add JSON serializer support, requires PHP 5.2.10+.
105119
* Add HAVE_JSON and HAVE_IGBINARY class constants that indicate
106120
whether the respective serializers are available.
@@ -114,25 +128,25 @@ Version 0.2.0
114128
the cache when upgrading to this version.
115129
* Add several tests.
116130

117-
Version 0.1.5
118-
-------------
131+
Version 0.1.5 (2009-03-31)
132+
--------------------------
119133
* Implement getVersion().
120134
* Add support for preserving boolean value types.
121135
* Fix crash when child class does not call constructor.
122136
* Fix bug #16084 (Crash when addServers is called with an associative array).
123137
* ZTS compilation fixes.
124138

125-
Version 0.1.4
126-
-------------
139+
Version 0.1.4 (2009-02-13)
140+
--------------------------
127141
* Fix compilation against PHP 5.3.
128142
* Add support for 'igbinary' serializer (Oleg Grenrus)
129143

130-
Version 0.1.3
131-
-------------
144+
Version 0.1.3 (2009-02-06)
145+
--------------------------
132146
* Bludgeon bug #15896 (Memcached setMulti error) into submission.
133147

134-
Version 0.1.2
135-
-------------
148+
Version 0.1.2 (2009-02-06)
149+
--------------------------
136150
* Fix bug #15896 (Memcached setMulti error).
137151
* Check for empty key in getServerByKey().
138152
* Allow passing 'null' for callbacks.
@@ -141,12 +155,12 @@ Version 0.1.2
141155
* Allow only strings as the append/prepend value.
142156
* Remove expiration parameter from append/prepend.
143157

144-
Version 0.1.1
145-
-------------
158+
Version 0.1.1 (2009-02-02)
159+
--------------------------
146160
* Add OPT_LIBKETAMA_COMPATIBLE option.
147161
* Implement addServers() method.
148162
* Swap internal compressed and serialized flags to be compatible with other clients.
149163

150-
Version 0.1.0
151-
-------------
164+
Version 0.1.0 (2009-01-29)
165+
--------------------------
152166
* Initial release

0 commit comments

Comments
 (0)