Skip to content

Commit 03c0a64

Browse files
committed
release v1.1.2
* Fix handling of negative expiration values, which are somehow allowed by legacy. See also [gh #125](#125), and [gh #76](#76). * Fix [gh #122](#122): If libcrypto implementation of AES is used, do not compile internal. * Fix missing include of <array> in tests. * Fix warnings with non-SASL builds. * Fix pthread.h detection.
1 parent 18123e3 commit 03c0a64

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-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.1)
5+
set(LIBMEMCACHED_VERSION 1.1.2)
66
set(LIBMEMCACHED_VERSION_INC 1.0)
7-
set(LIBMEMCACHED_VERSION_HEX 0x001001001)
7+
set(LIBMEMCACHED_VERSION_HEX 0x001001002)
88

99
# libmemcached.so
1010

ChangeLog-1.1.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,16 @@
22

33
## v 1.1.2
44

5-
> released 2022-08-09
5+
> released 2022-08-10
66
77
* Fix handling of negative expiration values, which are somehow allowed by legacy.
88
See also [gh #125](https://github.com/awesomized/libmemcached/issues/125),
99
and [gh #76](https://github.com/awesomized/libmemcached/issues/76).
10+
* Fix [gh #122](https://github.com/awesomized/libmemcached/issues/122):
11+
If libcrypto implementation of AES is used, do not compile internal.
12+
* Fix missing include of <array> in tests.
13+
* Fix warnings with non-SASL builds.
14+
* Fix pthread.h detection.
1015

1116
## v 1.1.1
1217

docs/source/ChangeLog-1.1.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,18 @@ v 1.1.2
1010

1111
..
1212
13-
released 2022-08-09
13+
released 2022-08-10
1414

1515

1616

1717
* Fix handling of negative expiration values, which are somehow allowed by legacy.\ :raw-html-m2r:`<br>`
1818
See also `gh #125 <https://github.com/awesomized/libmemcached/issues/125>`_\ ,
1919
and `gh #76 <https://github.com/awesomized/libmemcached/issues/76>`_.
20+
* Fix `gh #122 <https://github.com/awesomized/libmemcached/issues/122>`_\ :
21+
If libcrypto implementation of AES is used, do not compile internal.
22+
* Fix missing include of :raw-html-m2r:`<array>` in tests.
23+
* Fix warnings with non-SASL builds.
24+
* Fix pthread.h detection.
2025

2126
v 1.1.1
2227
-------

0 commit comments

Comments
 (0)