Skip to content

Commit 92d1885

Browse files
committed
prepare v1.1.4
* Fix [gh #107](#107): macOS: deprecated sasl API (improve detection of `libsasl2`). * Fix [gh #131](#131): Consider renaming tools (add `CLIENT_PREFIX` build option; default: `mem`) * Fix [gh #132](#132): Add build of static library (add `BUILD_SHARED_LIBS` build option; default: `ON`). * Fix [gh #134](#134): Update client option documentation. * Fix [gh #136](#136): `libmemcachedutil` is underlinked (link against libmemcached). * Fix [gh php-memcached#531](php-memcached-dev/php-memcached#531): `get` returns random values when lower than default `OPT_POLL_TIMEOUT` is set.
1 parent f589922 commit 92d1885

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CMakeVersions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# libmemcached
33
#
44

5-
set(LIBMEMCACHED_VERSION 1.1.3)
5+
set(LIBMEMCACHED_VERSION 1.1.4)
66
set(LIBMEMCACHED_VERSION_INC 1.0)
7-
set(LIBMEMCACHED_VERSION_HEX 0x001001003)
7+
set(LIBMEMCACHED_VERSION_HEX 0x001001004)
88

99
# libmemcached.so
1010

ChangeLog-1.1.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## v 1.1.4
44

5-
> released TBA
5+
> released 2022-03-06
66
77
* Fix [gh #107](https://github.com/awesomized/libmemcached/issues/107):
88
macOS: deprecated sasl API (improve detection of `libsasl2`).
@@ -14,6 +14,8 @@
1414
Update client option documentation.
1515
* Fix [gh #136](https://github.com/awesomized/libmemcached/issues/136):
1616
`libmemcachedutil` is underlinked (link against libmemcached).
17+
* Fix [gh php-memcached#531](https://github.com/php-memcached-dev/php-memcached/issues/531):
18+
`get` returns random values when lower than default `OPT_POLL_TIMEOUT` is set.
1719

1820
## v 1.1.3
1921

docs/source/ChangeLog-1.1.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ v 1.1.4
1010

1111
..
1212
13-
released TBA
13+
released 2022-03-06
1414

1515

1616

@@ -24,6 +24,8 @@ v 1.1.4
2424
Update client option documentation.
2525
* Fix `gh #136 <https://github.com/awesomized/libmemcached/issues/136>`_\ :
2626
``libmemcachedutil`` is underlinked (link against libmemcached).
27+
* Fix `gh php-memcached#531 <https://github.com/php-memcached-dev/php-memcached/issues/531>`_\ :
28+
``get`` returns random values when lower than default ``OPT_POLL_TIMEOUT`` is set.
2729

2830
v 1.1.3
2931
-------

0 commit comments

Comments
 (0)