Skip to content

Commit 357efc4

Browse files
committedFeb 20, 2017
Release notes for 3.0.3
1 parent beb58dc commit 357efc4

File tree

2 files changed

+31
-6
lines changed

2 files changed

+31
-6
lines changed
 

‎ChangeLog

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
memcached extension changelog
22

3+
Version 3.0.3 (2017-02-19)
4+
--------------------------
5+
6+
* Fix crash when checking session data with older versions of libmemcached (#328)
7+
* Fix crash due to zend_mm_corrupted when fetching session data (#327)
8+
39
Version 3.0.2 (2017-02-12)
410
--------------------------
511

‎package.xml

+25-6
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
2727
<email>aaron@serendipity.cx</email>
2828
<active>yes</active>
2929
</lead>
30-
<date>2017-02-12</date>
30+
<date>2017-02-19</date>
3131
<version>
32-
<release>3.0.2</release>
32+
<release>3.0.3</release>
3333
<api>3.0.0</api>
3434
</version>
3535
<stability>
@@ -43,10 +43,8 @@ and the oldest actively tested version is 1.0.2. It is highly recommended to use
4343
libmemcached.
4444

4545
Fixes
46-
* Update warning for touch command in binary protocol mode with libmemcached below 1.0.18 (#322)
47-
* Add tests for 64-bit increment/decrement/incrementByKey/decrementByKey (#321)
48-
* Fix tests for 32-bit increment/decrement/incrementByKey/decrementByKey (#319)
49-
46+
* Fix crash when checking session data with older versions of libmemcached (#328)
47+
* Fix crash due to zend_mm_corrupted when fetching session data (#327)
5048
</notes>
5149
<contents>
5250
<dir name="/">
@@ -191,6 +189,27 @@ Fixes
191189
<configureoption name="with-libmemcached-dir" default="no" prompt="libmemcached directory"/>
192190
</extsrcrelease>
193191
<changelog>
192+
<release>
193+
<stability>
194+
<release>stable</release>
195+
<api>stable</api>
196+
</stability>
197+
<version>
198+
<release>3.0.2</release>
199+
<api>3.0.0</api>
200+
</version>
201+
<date>2016-02-12</date>
202+
<notes>
203+
PHP7 release of memcached extension. Note that support for libmemcached 0.x series has been discontinued
204+
and the oldest actively tested version is 1.0.2. It is highly recommended to use version 1.0.18 of
205+
libmemcached.
206+
207+
Fixes
208+
* Update warning for touch command in binary protocol mode with libmemcached below 1.0.18 (#322)
209+
* Add tests for 64-bit increment/decrement/incrementByKey/decrementByKey (#321)
210+
* Fix tests for 32-bit increment/decrement/incrementByKey/decrementByKey (#319)
211+
</notes>
212+
</release>
194213
<release>
195214
<stability>
196215
<release>stable</release>

0 commit comments

Comments
 (0)