X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fsource%2FChangeLog-1.1.rst;h=bd54515aae678bdf3f5a20229cc480d3f30a72f4;hb=81b2016100ae348506eb7c0920542bcdb42bf961;hp=61808cf21e85a942b4c36d2568d10d962c44f93f;hpb=e5c13475b00a7695eafee11ba2a21cf0e86e6f9a;p=awesomized%2Flibmemcached diff --git a/docs/source/ChangeLog-1.1.rst b/docs/source/ChangeLog-1.1.rst index 61808cf2..bd54515a 100644 --- a/docs/source/ChangeLog-1.1.rst +++ b/docs/source/ChangeLog-1.1.rst @@ -10,14 +10,24 @@ v 1.1.1 .. - released TBD + released 2021-09-16 +* Fix `gh #67 `_\ : + GET returns ``NOTFOUND`` on ``TIMEOUT``. * Fix `gh #113 `_\ : Build failure with Catch2 < 2.13.5. * Add `gh #114 `_\ : Add possibility to use libcrypto for encryption. +* Add `gh #115 `_\ : + Add ``LIBMEMCACHED_AWESOME`` CPP define. +* Add test for `gh #75 `_\ : + memcached_clone of SASL connection closes random file descriptor. +* Fix `gh #116 `_\ : + Add libmemcachedpotocol-0-0/configure.h guarding ``ssize_t`` typedef. +* Fix `gh #120 `_\ : + libmemcached.pc is missing a ``Requires`` entry for libsasl2. v 1.1.0 ------- @@ -47,7 +57,7 @@ v 1.1.0-beta3 * Fix `gh #108 `_\ : - macOS Big Sur: dtrace does not understand -G switch + macOS Big Sur: dtrace does not understand -G switch. * Add support for IPv6 bracketed syntax in ``memcached_servers_parse``. * Make ``memcat``\ 's ``--file`` option's argument optional defaulting to ````. * Fix libmemcachedprotocol's binary ``STAT`` and ``VERSION`` handlers. @@ -86,10 +96,6 @@ v 1.1.0-beta1 released 2020-12-21 -**NOTE:**\ :raw-html-m2r:`
` -This is a bug fix release, not a feature release. The minor version number -was incremented due to the following changes: - * Ported build system to CMake. * Ported test suite to Catch2.