Skip to content

Commit e554cdd

Browse files
committed
Release notes for 3.0.2
1 parent f7c92b0 commit e554cdd

File tree

2 files changed

+37
-8
lines changed

2 files changed

+37
-8
lines changed

ChangeLog

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
memcached extension changelog
22

3+
Version 3.0.2 (2017-02-12)
4+
--------------------------
5+
6+
* Update warning for touch command in binary protocol mode with libmemcached < 1.0.18 (#322)
7+
* Add tests for 64-bit increment/decrement/incrementByKey/decrementByKey (#321)
8+
* Fix tests for 32-bit increment/decrement/incrementByKey/decrementByKey (#319)
9+
310
Version 3.0.1 (2017-02-07)
4-
-------------
11+
--------------------------
512

613
* Add API entries for flushBuffers() and getAllKeys() (#316)
714
* Ignore specific errors from memcached_dump for getAllKeys() with newer memcached servers (#315)

package.xml

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

4545
Fixes
46-
* Add API entries for flushBuffers() and getAllKeys() (#316)
47-
* Ignore specific errors from memcached_dump for getAllKeys() with newer memcached servers (#315)
48-
* Fix compiling with memcached binary protocol enabled (#312)
49-
* Restore php_libmemcached_compat with workaround for missing memcached_exists (#314)
50-
* Travis CI purge old versions of memcached and libmemcached (#309)
46+
* Update warning for touch command in binary protocol mode with libmemcached < 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+
5150
</notes>
5251
<contents>
5352
<dir name="/">
@@ -191,6 +190,29 @@ Fixes
191190
<configureoption name="with-libmemcached-dir" default="no" prompt="libmemcached directory"/>
192191
</extsrcrelease>
193192
<changelog>
193+
<release>
194+
<stability>
195+
<release>stable</release>
196+
<api>stable</api>
197+
</stability>
198+
<version>
199+
<release>3.0.1</release>
200+
<api>3.0.0</api>
201+
</version>
202+
<date>2016-02-07</date>
203+
<notes>
204+
PHP7 release of memcached extension. Note that support for libmemcached 0.x series has been discontinued
205+
and the oldest actively tested version is 1.0.2. It is highly recommended to use version 1.0.18 of
206+
libmemcached.
207+
208+
Fixes
209+
* Add API entries for flushBuffers() and getAllKeys() (#316)
210+
* Ignore specific errors from memcached_dump for getAllKeys() with newer memcached servers (#315)
211+
* Fix compiling with memcached binary protocol enabled (#312)
212+
* Restore php_libmemcached_compat with workaround for missing memcached_exists (#314)
213+
* Travis CI purge old versions of memcached and libmemcached (#309)
214+
</notes>
215+
</release>
194216
<release>
195217
<stability>
196218
<release>stable</release>

0 commit comments

Comments
 (0)