Skip to content

Commit

Permalink
Bump version and release notes for 3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sodabrew committed Dec 3, 2019
1 parent 7141624 commit d7daff6
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 7 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
memcached extension changelog

Version 3.1.5 (2019-12-03)
--------------------------

* Fix build with PHP 7.4 release due to ulong typedef removal (#445)

Version 3.1.4 (2019-10-06)
--------------------------

Expand Down
32 changes: 26 additions & 6 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
<email>aaron@serendipity.cx</email>
<active>yes</active>
</lead>
<date>2019-10-06</date>
<date>2019-12-03</date>
<version>
<release>3.1.4</release>
<release>3.1.5</release>
<api>3.0.0</api>
</version>
<stability>
Expand All @@ -44,10 +44,7 @@ version is 1.0.8. It is highly recommended to use version 1.0.18 of
libmemcached.

Fixes
* Test on PHP 7.4 as well as 8.0 (#440)
* Fix segfault for unknown memcached flags (#431)
* Update documented defaults for sess_lock_retries (#432)
* Remove stray instances of the TSRMLS_CC macro for PHP 8 compatibility (#444)
* Fix build with PHP 7.4 release due to ulong typedef removal (#445)
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -206,6 +203,29 @@ Fixes
<configureoption name="enable-memcached-session" prompt="enable sessions" default="yes"/>
</extsrcrelease>
<changelog>
<release>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<version>
<release>3.1.4</release>
<api>3.0.0</api>
</version>
<date>2019-10-06</date>
<notes>
PHP 7.0 - 7.1 - 7.2 - 7.3 - 7.4 release of memcached extension. Note that support for
libmemcached 0.x series has been discontinued and the oldest actively tested
version is 1.0.8. It is highly recommended to use version 1.0.18 of
libmemcached.

Fixes
* Test on PHP 7.4 as well as 8.0 (#440)
* Fix segfault for unknown memcached flags (#431)
* Update documented defaults for sess_lock_retries (#432)
* Remove stray instances of the TSRMLS_CC macro for PHP 8 compatibility (#444)
</notes>
</release>
<release>
<stability>
<release>stable</release>
Expand Down
2 changes: 1 addition & 1 deletion php_memcached.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# include "config.h"
#endif

#define PHP_MEMCACHED_VERSION "3.1.4"
#define PHP_MEMCACHED_VERSION "3.1.5"

#if defined(PHP_WIN32) && defined(MEMCACHED_EXPORTS)
#define PHP_MEMCACHED_API __declspec(dllexport)
Expand Down

0 comments on commit d7daff6

Please sign in to comment.