From 03c0a641f8dbd5cc8a0d9ac62f7e8e2b00f45159 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 10 Aug 2022 11:39:30 +0200 Subject: [PATCH] release v1.1.2 * Fix handling of negative expiration values, which are somehow allowed by legacy. See also [gh #125](https://github.com/awesomized/libmemcached/issues/125), and [gh #76](https://github.com/awesomized/libmemcached/issues/76). * Fix [gh #122](https://github.com/awesomized/libmemcached/issues/122): If libcrypto implementation of AES is used, do not compile internal. * Fix missing include of in tests. * Fix warnings with non-SASL builds. * Fix pthread.h detection. --- CMakeVersions.txt | 4 ++-- ChangeLog-1.1.md | 7 ++++++- docs/source/ChangeLog-1.1.rst | 7 ++++++- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CMakeVersions.txt b/CMakeVersions.txt index 2e2491c2..fb01e294 100644 --- a/CMakeVersions.txt +++ b/CMakeVersions.txt @@ -2,9 +2,9 @@ # libmemcached # -set(LIBMEMCACHED_VERSION 1.1.1) +set(LIBMEMCACHED_VERSION 1.1.2) set(LIBMEMCACHED_VERSION_INC 1.0) -set(LIBMEMCACHED_VERSION_HEX 0x001001001) +set(LIBMEMCACHED_VERSION_HEX 0x001001002) # libmemcached.so diff --git a/ChangeLog-1.1.md b/ChangeLog-1.1.md index 2c6bbf6e..95eb157b 100644 --- a/ChangeLog-1.1.md +++ b/ChangeLog-1.1.md @@ -2,11 +2,16 @@ ## v 1.1.2 -> released 2022-08-09 +> released 2022-08-10 * Fix handling of negative expiration values, which are somehow allowed by legacy. See also [gh #125](https://github.com/awesomized/libmemcached/issues/125), and [gh #76](https://github.com/awesomized/libmemcached/issues/76). +* Fix [gh #122](https://github.com/awesomized/libmemcached/issues/122): + If libcrypto implementation of AES is used, do not compile internal. +* Fix missing include of in tests. +* Fix warnings with non-SASL builds. +* Fix pthread.h detection. ## v 1.1.1 diff --git a/docs/source/ChangeLog-1.1.rst b/docs/source/ChangeLog-1.1.rst index 32495a7e..1895806f 100644 --- a/docs/source/ChangeLog-1.1.rst +++ b/docs/source/ChangeLog-1.1.rst @@ -10,13 +10,18 @@ v 1.1.2 .. - released 2022-08-09 + released 2022-08-10 * Fix handling of negative expiration values, which are somehow allowed by legacy.\ :raw-html-m2r:`
` See also `gh #125 `_\ , and `gh #76 `_. +* Fix `gh #122 `_\ : + If libcrypto implementation of AES is used, do not compile internal. +* Fix missing include of :raw-html-m2r:`` in tests. +* Fix warnings with non-SASL builds. +* Fix pthread.h detection. v 1.1.1 ------- -- 2.30.2