From: Michael Wallner Date: Sat, 21 Oct 2023 16:32:50 +0000 (+0200) Subject: JFC: missed the security note X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;ds=sidebyside;h=a841a11e731a98ce95ca80c593cbaee575d692e5;p=awesomized%2Flibmemcached JFC: missed the security note --- diff --git a/ChangeLog-1.1.md b/ChangeLog-1.1.md index 42500b27..12058b87 100644 --- a/ChangeLog-1.1.md +++ b/ChangeLog-1.1.md @@ -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 diff --git a/docs/source/ChangeLog-1.1.rst b/docs/source/ChangeLog-1.1.rst index 2a522055..6740d695 100644 --- a/docs/source/ChangeLog-1.1.rst +++ b/docs/source/ChangeLog-1.1.rst @@ -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 `_\ : ``libmemcachedutil`` is underlinked (link against libmemcached). * Fix `gh php-memcached#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:`
` + **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 -------