From 57002f3961bb6dd070d714bf70bbccae45968de4 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 28 Feb 2023 08:23:20 +0100 Subject: [PATCH] docs: update changelog --- ChangeLog-1.1.md | 4 +++- docs/source/ChangeLog-1.1.rst | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) 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 `_\ : -- 2.30.2