prepare v1.1.4 1.1.4
authorMichael Wallner <mike@php.net>
Mon, 6 Mar 2023 08:47:30 +0000 (09:47 +0100)
committerMichael Wallner <mike@php.net>
Mon, 6 Mar 2023 08:47:30 +0000 (09:47 +0100)
* Fix [gh #107](https://github.com/awesomized/libmemcached/issues/107):
  macOS: deprecated sasl API (improve detection of `libsasl2`).
* Fix [gh #131](https://github.com/awesomized/libmemcached/issues/131):
  Consider renaming tools (add `CLIENT_PREFIX` build option; default: `mem`)
* Fix [gh #132](https://github.com/awesomized/libmemcached/issues/132):
  Add build of static library (add `BUILD_SHARED_LIBS` build option; default: `ON`).
* Fix [gh #134](https://github.com/awesomized/libmemcached/issues/134):
  Update client option documentation.
* Fix [gh #136](https://github.com/awesomized/libmemcached/issues/136):
  `libmemcachedutil` is underlinked (link against libmemcached).
* Fix [gh php-memcached#531](https://github.com/php-memcached-dev/php-memcached/issues/531):
  `get` returns random values when lower than default `OPT_POLL_TIMEOUT` is set.

CMakeVersions.txt
ChangeLog-1.1.md
docs/source/ChangeLog-1.1.rst

index 4ee98860fed0a65da50234078b051c0c5b7f4209..a159b3d42c4698c599e7337ff2544b0833c24c48 100644 (file)
@@ -2,9 +2,9 @@
 # libmemcached
 #
 
 # libmemcached
 #
 
-set(LIBMEMCACHED_VERSION 1.1.3)
+set(LIBMEMCACHED_VERSION 1.1.4)
 set(LIBMEMCACHED_VERSION_INC 1.0)
 set(LIBMEMCACHED_VERSION_INC 1.0)
-set(LIBMEMCACHED_VERSION_HEX 0x001001003)
+set(LIBMEMCACHED_VERSION_HEX 0x001001004)
 
 # libmemcached.so
 
 
 # libmemcached.so
 
index 5ba2d77732d40a61d3d22bfca1aab76de74d1d0f..42500b27f825de0038b24340943b3036cd162372 100644 (file)
@@ -2,7 +2,7 @@
 
 ## v 1.1.4
 
 
 ## v 1.1.4
 
-> released TBA
+> released 2022-03-06
 
 * Fix [gh #107](https://github.com/awesomized/libmemcached/issues/107):
   macOS: deprecated sasl API (improve detection of `libsasl2`).
 
 * Fix [gh #107](https://github.com/awesomized/libmemcached/issues/107):
   macOS: deprecated sasl API (improve detection of `libsasl2`).
@@ -14,6 +14,8 @@
   Update client option documentation.
 * Fix [gh #136](https://github.com/awesomized/libmemcached/issues/136):
   `libmemcachedutil` is underlinked (link against libmemcached).
   Update client option documentation.
 * Fix [gh #136](https://github.com/awesomized/libmemcached/issues/136):
   `libmemcachedutil` is underlinked (link against libmemcached).
+* Fix [gh php-memcached#531](https://github.com/php-memcached-dev/php-memcached/issues/531):
+  `get` returns random values when lower than default `OPT_POLL_TIMEOUT` is set.
 
 ## v 1.1.3
 
 
 ## v 1.1.3
 
index 98ba520ad730de28acea269bee5d8067bb965dd2..2a52205559bbc2978da82e1aa916379ea8d7a7ae 100644 (file)
@@ -10,7 +10,7 @@ v 1.1.4
 
 ..
 
 
 ..
 
-   released TBA
+   released 2022-03-06
 
 
 
 
 
 
@@ -24,6 +24,8 @@ v 1.1.4
   Update client option documentation.
 * Fix `gh #136 <https://github.com/awesomized/libmemcached/issues/136>`_\ :
   ``libmemcachedutil`` is underlinked (link against libmemcached).
   Update client option documentation.
 * Fix `gh #136 <https://github.com/awesomized/libmemcached/issues/136>`_\ :
   ``libmemcachedutil`` is underlinked (link against libmemcached).
+* Fix `gh php-memcached#531 <https://github.com/php-memcached-dev/php-memcached/issues/531>`_\ :
+  ``get`` returns random values when lower than default ``OPT_POLL_TIMEOUT`` is set.
 
 v 1.1.3
 -------
 
 v 1.1.3
 -------