release v1.1.2 1.1.2
authorMichael Wallner <mike@php.net>
Wed, 10 Aug 2022 09:39:30 +0000 (11:39 +0200)
committerMichael Wallner <mike@php.net>
Wed, 10 Aug 2022 09:39:30 +0000 (11:39 +0200)
* 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 <array> in tests.
* Fix warnings with non-SASL builds.
* Fix pthread.h detection.

CMakeVersions.txt
ChangeLog-1.1.md
docs/source/ChangeLog-1.1.rst

index 2e2491c2672f2ee8ee801f49646807c4cfaf6bb1..fb01e29443ddb00af3350e7242b5abde535672cf 100644 (file)
@@ -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
 
index 2c6bbf6e9be42b55f3ff4479854c4156ff434601..95eb157b75e64191101e34f688794e89ea1625ca 100644 (file)
@@ -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 <array> in tests.
+* Fix warnings with non-SASL builds.
+* Fix pthread.h detection.
 
 ## v 1.1.1
 
index 32495a7ee12b366e8bf9a451015b6016a7227c4c..1895806f40e2efdce8e9d1498aaa1e449acf6675 100644 (file)
@@ -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:`<br>`
   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 :raw-html-m2r:`<array>` in tests.
+* Fix warnings with non-SASL builds.
+* Fix pthread.h detection.
 
 v 1.1.1
 -------