X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fsource%2FChangeLog-1.1.rst;h=6a9cb3c16893bbb9fa4978c758ab12ea0eb2d4e9;hb=0ff88be3322a493773956028d4022d995f3cb193;hp=282aff209c77083fe54b169fe4ec8fb4fe084d61;hpb=0bbdb4d274f7a2abc4383b5427c3aa600aa2f475;p=awesomized%2Flibmemcached diff --git a/docs/source/ChangeLog-1.1.rst b/docs/source/ChangeLog-1.1.rst index 282aff20..6a9cb3c1 100644 --- a/docs/source/ChangeLog-1.1.rst +++ b/docs/source/ChangeLog-1.1.rst @@ -8,6 +8,70 @@ ChangeLog v1.1 v 1.1.0 ------- +.. + + released 2021-06-23 + + +**Changes from beta3:** + + +* Add ASCII multi get support to bin/memslap. + +See logs from ``beta3``\ , ``beta2``\ , and ``beta1`` for +the full list of changes since the last 1.0 release. + +v 1.1.0-beta3 +------------- + +.. + + released 2021-04-15 + + +**Changes from beta2:** + + +* Fix `gh #108 `_\ : + 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. +* 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: @@ -17,20 +81,17 @@ was incremented due to the following changes: * Ported test suite to Catch2. * Build requires C++11 compiler support. * Tests require C++17 compiler support. -* Moved the project from launchpad to github: +* Moved to the Semantic Versioning Specification: https://semver.org +* Moved the project from launchpad to github: - * Source: https://github.com/m6w6/libmemcached - * Documentation: https://m6w6.github.io/libmemcached + * Source: https://github.com/awesomized/libmemcached + * Documentation: https://awesomized.github.io/libmemcached * Continuous Integration: - * Github: https://github.com/m6w6/libmemcached/actions (Linux, MacOS **·** amd64) - * Travis: https://travis-ci.org/m6w6/libmemcached (Linux **·** arm64, ppc64le, s390x) - * Cirrus: https://cirrus-ci.com/m6w6/libmemcached (FreeBSD **·** amd64) - -.. - - released YYYY-MM-DD - + * Github: https://github.com/awesomized/libmemcached/actions (Linux, MacOS, Windows **·** amd64) + * Sourcehut: https://builds.sr.ht/~m6w6/libmemcached (FreeBSD, + OpenBSD **·** amd64) + * Build artifacts: https://artifacts.m6w6.name/libmemcached/ rsync://m6w6.name::artifacts/libmemcached/ * Fix build failure due to comparison of incompatible types in bin/memflush and bin/memstat. @@ -46,73 +107,78 @@ was incremented due to the following changes: * Fix libmemcached_util_version_check(). * Fix ketama/consistent hashing: crash on reallocation of continuum. -* Fix `gh #90 `_\ : +* Fix `gh #90 `_\ : Build fails on Darwin. -* Fix `gh #83 `_\ : +* Fix `gh #83 `_\ : memcp waits forever if file no found. -* Fix `gh #80 `_\ : +* Fix `gh #80 `_\ : memparse docs. -* Fix `gh #72 `_ - and `gh #47 `_\ : +* Fix `gh #72 `_ + and `gh #47 `_\ : memcached_return_t docs. -* Fix `gh #62 `_\ : +* Fix `gh #62 `_\ : uint32_t overflow cause busy loop. * Removed restriction of UDP+IPv6. -* Fix SERVER_ERROR_MEMORY_ALLOCATION_FAILURE: +* Fix SERVER_ERROR_MEMORY_ALLOCATION_FAILURE: recognize more strings returned by the server. -* Fix `gh #13 `_\ : +* Fix `gh #13 `_\ : reset continuum counter after freeing them. -* Fix `gh #14 `_ - and `gh #17 `_\ : +* Fix `gh #14 `_ + and `gh #17 `_\ : SASL: AUTH_CONTINUE was considered a failure and caused IO reset. -* Fix `gh #25 `_\ : +* Fix `gh #25 `_\ : hashkit/murmur3 unavailable. * Fix missing handling of EAGAIN for non-blocking unix domain socket. -* Fix `gh #35 `_\ : +* Fix `gh #35 `_\ : handling of BEHAVIOR_REMOVE_FAILED_SERVERS. -* Fix `gh #41 `_\ : +* Fix `gh #41 `_\ : ensure stable sort on continuum host key collision. -* Fix `gh #42 `_\ : +* Fix `gh #42 `_\ : MEMCACHED_MAX_BUFFER docs. -* Fix `gh #43 `_\ : +* Fix `gh #43 `_\ : libmemcached_configuration docs. -* Fix `gh #46 `_\ : +* Fix `gh #46 `_\ : clarification on millisecond timeout docs. -* Fix `gh #50 `_\ : +* Fix `gh #50 `_\ : memcached_fetch_result() can return previously returned data. -* Fix `gh #53 `_\ : +* Fix `gh #53 `_\ : stack overflow in memcached_fetch_result(). -* Fix `gh #57 `_\ : +* Fix `gh #57 `_\ : include vs :raw-html-m2r:`` -* Fix `gh #58 `_\ : +* Fix `gh #58 `_\ : more specific error messages when connect() fails. -* Fix `gh #59 `_\ : +* Fix `gh #59 `_\ : bin/memcat: typo in "No servers provied". -* Fix `gh #77 `_\ : +* Fix `gh #77 `_\ : undeclared UINT64_C in ketama.cc. -* Fix `gh #12 `_\ : +* Fix `gh #12 `_\ : never reconnects after connection reset (binary protocol). -* Fix `gh #49 `_\ : +* Fix `gh #49 `_\ : assertion memcached_failed(rc) failed in memcached_send_ascii(). -* Fix `gh #67 `_\ : +* Fix `gh #67 `_\ : get returns NOTFOUND on timeout. -* Fix `gh #76 `_\ : +* Fix `gh #76 `_\ : memcached_touch() crashes when expiration=-1 (ASCII only). -* Fix `gh #23 `_\ : +* Fix `gh #23 `_\ : build fails with bison 2.3. * Fix memaslap: build fails with newer compiler versions. * Fix usage of strerror_r() implementations returning pointer to char. * Fix pipelining commands with memcached >= 1.6. -* Fixed memcached_stat_get_value(): buffer overflow. +* Fix memcached_stat_get_value(): buffer overflow. * Fix memcached_stat(): undefined behavior due to unintialized memcached_return_t. * Fix SASL tests: requires SASL_PWDB_CONF. * Fix bin/memaslap to idnentify itself as memaslap instead of memslap. * Fix bin/memcapable to work with memcached >= 1.6. * Fix murmur and murmur3 hashes on big endian platforms. -* Fix `gh #82 `_\ , - `gh #64 `_ and - `gh #21 `_\ : +* Fix `gh #82 `_\ , + `gh #64 `_ and + `gh #21 `_\ : clarify documentation on replication. +* 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. ----