X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fsource%2FChangeLog-1.1.rst;h=ab6458c96517be4e2759b38ab865028aa1087a2d;hb=2a67d9900d37f4ec3164294fcf95e0efb8a49a64;hp=6b4be2c518e89cdad8238c084a4cf02667f5fff0;hpb=802aeb5f48ba7ca9e2ea22c73dfd57ace949f09c;p=awesomized%2Flibmemcached diff --git a/docs/source/ChangeLog-1.1.rst b/docs/source/ChangeLog-1.1.rst index 6b4be2c5..ab6458c9 100644 --- a/docs/source/ChangeLog-1.1.rst +++ b/docs/source/ChangeLog-1.1.rst @@ -5,15 +5,54 @@ ChangeLog v1.1 ============== -v 1.1.0 -------- +v 1.1.0-beta3 +------------- .. - released YYYY-MM-DD + TBR -**NOTE:** +**Changes from beta2:** + + +* Fix libmemcachedprotocol's binary ``STAT`` and ``VERSION`` handlers. +* Fix `gh #105 `_\ : + EINTR handled too defensively when polling. + +v 1.1.0-beta2 +------------- + +.. + + released 2020-12-28 + + +**Changes from beta1:** + + +* Fix `gh #103 `_\ : + Build failure on 32-bit. +* Fix `gh #102 `_\ : + Doc build with old sphinx. +* Fix `gh #100 `_\ : + Revert symbolic rename of public header include directories. +* Fix `gh #98 `_\ : + Library SONAMEs and NAME_LINKs differ from 1.0.18. +* Fix `gh #97 `_\ : + Location of cmake files installation directory. +* Fix `gh #96 `_\ : + LIBXXX_VERSION_HEX constants format. + +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: @@ -117,6 +156,8 @@ was incremented due to the following changes: * Fix `gh #95 `_\ : MEMCACHED_CALLBACK_GET_FAILURE and MEMCACHED_BEHAVIOR_BUFFER_REQUESTS * Fix bin/memcat to output flags if requested with ``--flag``. +* Fix `gh #68 `_\ : + Windows support. ----