Skip to content

Commit

Permalink
release v1.1.2
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
m6w6 committed Aug 10, 2022
1 parent 18123e3 commit 03c0a64
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeVersions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
7 changes: 6 additions & 1 deletion ChangeLog-1.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
7 changes: 6 additions & 1 deletion docs/source/ChangeLog-1.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------
Expand Down

0 comments on commit 03c0a64

Please sign in to comment.