Skip to content

Commit 57002f3

Browse files
committed
docs: update changelog
1 parent dacded4 commit 57002f3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

ChangeLog-1.1.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66
77
* Fix [gh #107](https://github.com/awesomized/libmemcached/issues/107):
88
macOS: deprecated sasl API (improve detection of `libsasl2`).
9+
* Fix [gh #131](https://github.com/awesomized/libmemcached/issues/131):
10+
Consider renaming tools (add `CLIENT_PREFIX` build option; default: `mem`)
911
* Fix [gh #132](https://github.com/awesomized/libmemcached/issues/132):
10-
Add build of static library (with `cmake -DBUILD_SHARED_LIBS=OFF`).
12+
Add build of static library (add `BUILD_SHARED_LIBS` build option; default: `ON`).
1113
* Fix [gh #134](https://github.com/awesomized/libmemcached/issues/134):
1214
Update client option documentation.
1315
* Fix [gh #136](https://github.com/awesomized/libmemcached/issues/136):

docs/source/ChangeLog-1.1.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ v 1.1.4
1616

1717
* Fix `gh #107 <https://github.com/awesomized/libmemcached/issues/107>`_\ :
1818
macOS: deprecated sasl API (improve detection of ``libsasl2``\ ).
19+
* Fix `gh #131 <https://github.com/awesomized/libmemcached/issues/131>`_\ :
20+
Consider renaming tools (add ``CLIENT_PREFIX`` build option; default: ``mem``\ )
1921
* Fix `gh #132 <https://github.com/awesomized/libmemcached/issues/132>`_\ :
20-
Add build of static library (with ``cmake -DBUILD_SHARED_LIBS=OFF``\ ).
22+
Add build of static library (add ``BUILD_SHARED_LIBS`` build option; default: ``ON``\ ).
2123
* Fix `gh #134 <https://github.com/awesomized/libmemcached/issues/134>`_\ :
2224
Update client option documentation.
2325
* Fix `gh #136 <https://github.com/awesomized/libmemcached/issues/136>`_\ :

0 commit comments

Comments
 (0)