Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
m6w6 committed Feb 28, 2023
1 parent dacded4 commit 57002f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion ChangeLog-1.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
4 changes: 3 additions & 1 deletion docs/source/ChangeLog-1.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ v 1.1.4

* 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>`_\ :
Expand Down

0 comments on commit 57002f3

Please sign in to comment.