JFC: missed the security note
authorMichael Wallner <mike@php.net>
Sat, 21 Oct 2023 16:32:50 +0000 (18:32 +0200)
committerMichael Wallner <mike@php.net>
Sat, 21 Oct 2023 16:32:50 +0000 (18:32 +0200)
ChangeLog-1.1.md
docs/source/ChangeLog-1.1.rst

index 42500b27f825de0038b24340943b3036cd162372..12058b872a3f77041cab7ef21623ce8a51526c55 100644 (file)
@@ -2,7 +2,7 @@
 
 ## v 1.1.4
 
-> released 2022-03-06
+> released 2023-03-06
 
 * Fix [gh #107](https://github.com/awesomized/libmemcached/issues/107):
   macOS: deprecated sasl API (improve detection of `libsasl2`).
@@ -15,7 +15,9 @@
 * 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.
+  `get` returns random values when lower than default `OPT_POLL_TIMEOUT` is set.  
+  **NOTE:** This is a security related fix; more information can be found at:
+  https://github.com/awesomized/libmemcached/security/advisories/GHSA-wwmh-39wj-fx59
 
 ## v 1.1.3
 
index 2a52205559bbc2978da82e1aa916379ea8d7a7ae..6740d695f8c83d7409de1bf155be91eb0ee6a3ae 100644 (file)
@@ -10,7 +10,7 @@ v 1.1.4
 
 ..
 
-   released 2022-03-06
+   released 2023-03-06
 
 
 
@@ -25,7 +25,9 @@ v 1.1.4
 * 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.
+  ``get`` returns random values when lower than default ``OPT_POLL_TIMEOUT`` is set.\ :raw-html-m2r:`<br>`
+  **NOTE:** This is a security related fix; more information can be found at:
+  https://github.com/awesomized/libmemcached/security/advisories/GHSA-wwmh-39wj-fx59
 
 v 1.1.3
 -------