From 92d18858b417309f6bdee6bce464a4f3d6a375fd Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 6 Mar 2023 09:47:30 +0100 Subject: [PATCH] prepare v1.1.4 * 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 | 4 ++-- ChangeLog-1.1.md | 4 +++- docs/source/ChangeLog-1.1.rst | 4 +++- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CMakeVersions.txt b/CMakeVersions.txt index 4ee98860..a159b3d4 100644 --- a/CMakeVersions.txt +++ b/CMakeVersions.txt @@ -2,9 +2,9 @@ # libmemcached # -set(LIBMEMCACHED_VERSION 1.1.3) +set(LIBMEMCACHED_VERSION 1.1.4) set(LIBMEMCACHED_VERSION_INC 1.0) -set(LIBMEMCACHED_VERSION_HEX 0x001001003) +set(LIBMEMCACHED_VERSION_HEX 0x001001004) # libmemcached.so diff --git a/ChangeLog-1.1.md b/ChangeLog-1.1.md index 5ba2d777..42500b27 100644 --- a/ChangeLog-1.1.md +++ b/ChangeLog-1.1.md @@ -2,7 +2,7 @@ ## 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`). @@ -14,6 +14,8 @@ 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 diff --git a/docs/source/ChangeLog-1.1.rst b/docs/source/ChangeLog-1.1.rst index 98ba520a..2a522055 100644 --- a/docs/source/ChangeLog-1.1.rst +++ b/docs/source/ChangeLog-1.1.rst @@ -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 `_\ : ``libmemcachedutil`` is underlinked (link against libmemcached). +* Fix `gh php-memcached#531 `_\ : + ``get`` returns random values when lower than default ``OPT_POLL_TIMEOUT`` is set. v 1.1.3 ------- -- 2.30.2