Mentions légales du service

Skip to content
Snippets Groups Projects
Unverified Commit 6e713c39 authored by Michael Wallner's avatar Michael Wallner
Browse files

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.
parent 54e71824
Branches
Tags 1.1.3
No related merge requests found
......@@ -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
......
# 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
......
......@@ -5,6 +5,19 @@
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
-------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment