X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=ChangeLog-1.1.md;h=de38ca82948eebda9d71209f0c249016b49d10e0;hb=e95ca0e7956f0d54b318284167a39aa3fd74c89c;hp=3f48a5e70e80785cdc66913af695f3f4ac66e544;hpb=566d096f3e5943e8b708d66e859b7e1ce99a4e8d;p=m6w6%2Flibmemcached diff --git a/ChangeLog-1.1.md b/ChangeLog-1.1.md index 3f48a5e7..de38ca82 100644 --- a/ChangeLog-1.1.md +++ b/ChangeLog-1.1.md @@ -1,6 +1,8 @@ # ChangeLog v1.1 -## v 1.1.0 +## v 1.1.0-beta1 + +> released 2020-12-21 **NOTE:** This is a bug fix release, not a feature release. The minor version number @@ -10,15 +12,19 @@ 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 to the Semantic Versioning Specification: https://semver.org + * Public include directories have been renamed from `${lib}-${major}.${minor}` + to `${lib}-${major}` due to having the minor version (always having been 0 + in this case) in the public interface being unreasonable when using semantic + versioning. Symbolic links are provided for backwards compatibility, though. * Moved the project from launchpad to github: * Source: https://github.com/m6w6/libmemcached * Documentation: https://m6w6.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) + * Github: https://github.com/m6w6/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/ -> released YYYY-MM-DD * Fix build failure due to comparison of incompatible types in bin/memflush and bin/memstat. * Fix wrong type of memcached_instance_st::server_timeout_counter_query_id from uint32_t to uint64_t. @@ -90,7 +96,7 @@ was incremented due to the following changes: * 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. @@ -102,6 +108,9 @@ was incremented due to the following changes: clarify documentation on replication. * Fix [gh #95](https://github.com/m6w6/libmemcached/issues/95): MEMCACHED_CALLBACK_GET_FAILURE and MEMCACHED_BEHAVIOR_BUFFER_REQUESTS +* Fix bin/memcat to output flags if requested with `--flag`. +* Fix [gh #68](https://github.com/m6w6/libmemcached/issues/68): + Windows support. ---