Skip to content

Commit e2dbf33

Browse files
committed
Release notes for 3.1.1
1 parent 9f7d049 commit e2dbf33

File tree

2 files changed

+49
-24
lines changed

2 files changed

+49
-24
lines changed

ChangeLog

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

3+
Version 3.1.1 (2017-12-21)
4+
--------------------------
5+
6+
* Fix --disable-memcached-sasl and --disable-memcached-session replaced by --enable variants (#416)
7+
38
Version 3.1.0 (2017-12-21)
49
--------------------------
510

package.xml

+44-24
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
2929
</lead>
3030
<date>2018-12-21</date>
3131
<version>
32-
<release>3.1.0</release>
32+
<release>3.1.1</release>
3333
<api>3.0.0</api>
3434
</version>
3535
<stability>
@@ -43,30 +43,8 @@ libmemcached 0.x series has been discontinued and the oldest actively tested
4343
version is 1.0.8. It is highly recommended to use version 1.0.18 of
4444
libmemcached.
4545

46-
New
47-
* Support for PHP 7.3 (#385, #390)
48-
* Add INI setting to choose session consistent hash (ketama or ketama_weighted) (#344, #392)
49-
* Add support for libmemcached encryption (#345, #381)
50-
* Add error reporting to session code (#165)
51-
* Expose build configuration via PECL (#383)
52-
5346
Fixes
54-
* Fix hanging getStats() when binary protocol and non-blocking are both enabled (#348)
55-
* Fix session persistence by checking memcached behavior values before setting (#379)
56-
* Fix memcached.sess_persistent not working with memcached.sess_binary_protocol = On (#375)
57-
* Configure warns if libmemcached needs sasl.h (#341, #380)
58-
* Resolve various INI deviations in 3.0.3 (#351)
59-
* Turn off sess_binary_protocol by default with older libmemcached (#330)
60-
61-
Changes
62-
* Impove Windows builds (#411)
63-
* Support Homebrew ZLIB path (#410)
64-
* Remove forgotten unused comment about -lpthread (#406)
65-
* Git ignore configure.ac (#405)
66-
* Replace obsolete macros AC_TRY_FOO with AC_FOO_IFELSE (#403)
67-
* Remove unused defines (#354)
68-
* Change session_lock and sess_prefix default ini values (#340, #350)
69-
* Use new fast_zpp parameter parsing API (#302, #311)
47+
* Fix --disable-memcached-sasl and --disable-memcached-session replaced by --enable variants (#416)
7048
</notes>
7149
<contents>
7250
<dir name="/">
@@ -225,6 +203,48 @@ Changes
225203
<configureoption name="enable-memcached-session" prompt="enable sessions" default="yes"/>
226204
</extsrcrelease>
227205
<changelog>
206+
<release>
207+
<stability>
208+
<release>stable</release>
209+
<api>stable</api>
210+
</stability>
211+
<version>
212+
<release>3.1.0</release>
213+
<api>3.0.0</api>
214+
</version>
215+
<date>2018-12-21</date>
216+
<notes>
217+
PHP 7.0 - 7.1 - 7.2 - 7.3 release of memcached extension. Note that support for
218+
libmemcached 0.x series has been discontinued and the oldest actively tested
219+
version is 1.0.8. It is highly recommended to use version 1.0.18 of
220+
libmemcached.
221+
222+
New
223+
* Support for PHP 7.3 (#385, #390)
224+
* Add INI setting to choose session consistent hash (ketama or ketama_weighted) (#344, #392)
225+
* Add support for libmemcached encryption (#345, #381)
226+
* Add error reporting to session code (#165)
227+
* Expose build configuration via PECL (#383)
228+
229+
Fixes
230+
* Fix hanging getStats() when binary protocol and non-blocking are both enabled (#348)
231+
* Fix session persistence by checking memcached behavior values before setting (#379)
232+
* Fix memcached.sess_persistent not working with memcached.sess_binary_protocol = On (#375)
233+
* Configure warns if libmemcached needs sasl.h (#341, #380)
234+
* Resolve various INI deviations in 3.0.3 (#351)
235+
* Turn off sess_binary_protocol by default with older libmemcached (#330)
236+
237+
Changes
238+
* Impove Windows builds (#411)
239+
* Support Homebrew ZLIB path (#410)
240+
* Remove forgotten unused comment about -lpthread (#406)
241+
* Git ignore configure.ac (#405)
242+
* Replace obsolete macros AC_TRY_FOO with AC_FOO_IFELSE (#403)
243+
* Remove unused defines (#354)
244+
* Change session_lock and sess_prefix default ini values (#340, #350)
245+
* Use new fast_zpp parameter parsing API (#302, #311)
246+
</notes>
247+
</release>
228248
<release>
229249
<stability>
230250
<release>stable</release>

0 commit comments

Comments
 (0)