From: Michael Wallner Date: Tue, 28 Feb 2023 07:23:20 +0000 (+0100) Subject: docs: update changelog X-Git-Tag: 1.1.4~6 X-Git-Url: https://git.m6w6.name/?p=awesomized%2Flibmemcached;a=commitdiff_plain;h=57002f3961bb6dd070d714bf70bbccae45968de4 docs: update changelog --- diff --git a/ChangeLog-1.1.md b/ChangeLog-1.1.md index eed140e6..5ba2d777 100644 --- a/ChangeLog-1.1.md +++ b/ChangeLog-1.1.md @@ -6,8 +6,10 @@ * Fix [gh #107](https://github.com/awesomized/libmemcached/issues/107): macOS: deprecated sasl API (improve detection of `libsasl2`). +* Fix [gh #131](https://github.com/awesomized/libmemcached/issues/131): + Consider renaming tools (add `CLIENT_PREFIX` build option; default: `mem`) * Fix [gh #132](https://github.com/awesomized/libmemcached/issues/132): - Add build of static library (with `cmake -DBUILD_SHARED_LIBS=OFF`). + Add build of static library (add `BUILD_SHARED_LIBS` build option; default: `ON`). * Fix [gh #134](https://github.com/awesomized/libmemcached/issues/134): Update client option documentation. * Fix [gh #136](https://github.com/awesomized/libmemcached/issues/136): diff --git a/docs/source/ChangeLog-1.1.rst b/docs/source/ChangeLog-1.1.rst index 6f7fa885..98ba520a 100644 --- a/docs/source/ChangeLog-1.1.rst +++ b/docs/source/ChangeLog-1.1.rst @@ -16,8 +16,10 @@ v 1.1.4 * Fix `gh #107 `_\ : macOS: deprecated sasl API (improve detection of ``libsasl2``\ ). +* Fix `gh #131 `_\ : + Consider renaming tools (add ``CLIENT_PREFIX`` build option; default: ``mem``\ ) * Fix `gh #132 `_\ : - Add build of static library (with ``cmake -DBUILD_SHARED_LIBS=OFF``\ ). + Add build of static library (add ``BUILD_SHARED_LIBS`` build option; default: ``ON``\ ). * Fix `gh #134 `_\ : Update client option documentation. * Fix `gh #136 `_\ :