Skip to content

Commit 6e713c3

Browse files
committed
prepare v1.1.3
* Fix [gh #130](#130) with [gh #124](#124): Server response count can underflow.
1 parent 54e7182 commit 6e713c3

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
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.2)
5+
set(LIBMEMCACHED_VERSION 1.1.3)
66
set(LIBMEMCACHED_VERSION_INC 1.0)
7-
set(LIBMEMCACHED_VERSION_HEX 0x001001002)
7+
set(LIBMEMCACHED_VERSION_HEX 0x001001003)
88

99
# libmemcached.so
1010

ChangeLog-1.1.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# ChangeLog v1.1
22

3+
## v 1.1.3
4+
5+
> released 2022-11-09
6+
7+
* Fix [gh #130](https://github.com/awesomized/libmemcached/issues/130)
8+
with [gh #124](https://github.com/awesomized/libmemcached/issues/124):
9+
Server response count can underflow.
10+
311
## v 1.1.2
412

513
> released 2022-08-10

docs/source/ChangeLog-1.1.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@
55
ChangeLog v1.1
66
==============
77

8+
v 1.1.3
9+
-------
10+
11+
..
12+
13+
released 2022-11-09
14+
15+
16+
17+
* Fix `gh #130 <https://github.com/awesomized/libmemcached/issues/130>`_
18+
with `gh #124 <https://github.com/awesomized/libmemcached/issues/124>`_\ :
19+
Server response count can underflow.
20+
821
v 1.1.2
922
-------
1023

0 commit comments

Comments
 (0)