Skip to content

Commit 384ade6

Browse files
committed
Release 2.0.0
1 parent f6360fb commit 384ade6

File tree

2 files changed

+31
-23
lines changed

2 files changed

+31
-23
lines changed

ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
memcached extension changelog
22

3+
Version 2.0.0
4+
-------------
5+
* Add touch() and touchByKey() methods
6+
* Add resetServerList() and quit() methods
7+
* Support binary protocol in sessions
8+
* Make it work with libmemcached up to 1.0.4
9+
* Test against PHP 5.4.0
10+
311
Version 2.0.0b2
412
---------------
513
* Add OPT_REMOVE_FAILED_SERVERS option.

package.xml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -15,35 +15,22 @@ http://pear.php.net/dtd/package-2.0.xsd">
1515
<email>[email protected]</email>
1616
<active>yes</active>
1717
</lead>
18-
<date>2011-06-24</date>
18+
<date>2012-03-02</date>
1919
<version>
20-
<release>2.0.0b2</release>
21-
<api>2.0.0b2</api>
20+
<release>2.0.0</release>
21+
<api>2.0.0</api>
2222
</version>
2323
<stability>
24-
<release>beta</release>
25-
<api>beta</api>
24+
<release>stable</release>
25+
<api>stable</api>
2626
</stability>
2727
<license uri="http://www.php.net/license">PHP</license>
2828
<notes>
29-
- Add OPT_REMOVE_FAILED_SERVERS option.
30-
- Make it work with libmemcached up to 0.49.
31-
- Fix a case where invalid session ID could lock the script.
32-
- Improve session support:
33-
* Add support for libmemcached config string
34-
* Add persistence support via PERSISTENT=persistent_id prefix
35-
of the save_path
36-
- Add 3rd parameter to the __construct() that allows specification
37-
of libmemcached configuration string
38-
- Fix a possible crash in __construct() when using persistent
39-
connections
40-
- Add work-around a bug in libmemcached &lt; 0.50 that causes truncation
41-
of last character of server key prefix
42-
- When using multiple servers implement transparent fail-over
43-
- Fix php_memc_cas_impl() implementation when server_key is not being used
44-
- Add support for incrementByKey() and decrementByKey()
45-
- Make increment/decrement initialize value when it is not available (when
46-
using binary protocol)
29+
- Add touch() and touchByKey() methods
30+
- Add resetServerList() and quit() methods
31+
- Support binary protocol in sessions
32+
- Make it work with libmemcached up to 1.0.4
33+
- Test against PHP 5.4.0
4734
</notes>
4835
<contents>
4936
<dir name="/">
@@ -83,6 +70,19 @@ http://pear.php.net/dtd/package-2.0.xsd">
8370
<extsrcrelease/>
8471
<changelog>
8572
<release>
73+
<stability><release>stable</release><api>stable</api></stability>
74+
<version><release>2.0.0</release><api>2.0.0</api></version>
75+
<date>2012-03-02</date>
76+
<notes>
77+
- Add touch() and touchByKey() methods
78+
- Add resetServerList() and quit() methods
79+
- Support binary protocol in sessions
80+
- Make it work with libmemcached up to 1.0.4
81+
- Test against PHP 5.4.0
82+
</notes>
83+
</release>
84+
85+
<release>
8686
<stability><release>beta</release><api>beta</api></stability>
8787
<version><release>2.0.0b2</release><api>2.0.0b2</api></version>
8888
<date>2011-06-24</date>

0 commit comments

Comments
 (0)