Skip to content

Commit

Permalink
prepare v1.1.4
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
m6w6 committed Mar 6, 2023
1 parent f589922 commit 92d1885
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeVersions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 3 additions & 1 deletion ChangeLog-1.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`).
Expand All @@ -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

Expand Down
4 changes: 3 additions & 1 deletion docs/source/ChangeLog-1.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ v 1.1.4

..
released TBA
released 2022-03-06



Expand All @@ -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).
* 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
-------
Expand Down

0 comments on commit 92d1885

Please sign in to comment.