From 6e713c39031ff312164cc3ff12f943f8e8e01885 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 9 Nov 2022 13:52:04 +0100 Subject: [PATCH] prepare v1.1.3 * Fix [gh #130](https://github.com/awesomized/libmemcached/issues/130) with [gh #124](https://github.com/awesomized/libmemcached/issues/124): Server response count can underflow. --- CMakeVersions.txt | 4 ++-- ChangeLog-1.1.md | 8 ++++++++ docs/source/ChangeLog-1.1.rst | 13 +++++++++++++ 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CMakeVersions.txt b/CMakeVersions.txt index fb01e294..4ee98860 100644 --- a/CMakeVersions.txt +++ b/CMakeVersions.txt @@ -2,9 +2,9 @@ # libmemcached # -set(LIBMEMCACHED_VERSION 1.1.2) +set(LIBMEMCACHED_VERSION 1.1.3) set(LIBMEMCACHED_VERSION_INC 1.0) -set(LIBMEMCACHED_VERSION_HEX 0x001001002) +set(LIBMEMCACHED_VERSION_HEX 0x001001003) # libmemcached.so diff --git a/ChangeLog-1.1.md b/ChangeLog-1.1.md index 95eb157b..d23bd642 100644 --- a/ChangeLog-1.1.md +++ b/ChangeLog-1.1.md @@ -1,5 +1,13 @@ # ChangeLog v1.1 +## v 1.1.3 + +> released 2022-11-09 + +* Fix [gh #130](https://github.com/awesomized/libmemcached/issues/130) + with [gh #124](https://github.com/awesomized/libmemcached/issues/124): + Server response count can underflow. + ## v 1.1.2 > released 2022-08-10 diff --git a/docs/source/ChangeLog-1.1.rst b/docs/source/ChangeLog-1.1.rst index 1895806f..24b3d858 100644 --- a/docs/source/ChangeLog-1.1.rst +++ b/docs/source/ChangeLog-1.1.rst @@ -5,6 +5,19 @@ ChangeLog v1.1 ============== +v 1.1.3 +------- + +.. + + released 2022-11-09 + + + +* Fix `gh #130 `_ + with `gh #124 `_\ : + Server response count can underflow. + v 1.1.2 ------- -- 2.30.2