File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 6
6
7
7
* Fix [ gh #107 ] ( https://github.com/awesomized/libmemcached/issues/107 ) :
8
8
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 ` )
9
11
* 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 ` ).
11
13
* Fix [ gh #134 ] ( https://github.com/awesomized/libmemcached/issues/134 ) :
12
14
Update client option documentation.
13
15
* Fix [ gh #136 ] ( https://github.com/awesomized/libmemcached/issues/136 ) :
Original file line number Diff line number Diff line change @@ -16,8 +16,10 @@ v 1.1.4
16
16
17
17
* Fix `gh #107 <https://github.com/awesomized/libmemcached/issues/107 >`_\ :
18
18
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 ``\ )
19
21
* 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 ``\ ).
21
23
* Fix `gh #134 <https://github.com/awesomized/libmemcached/issues/134 >`_\ :
22
24
Update client option documentation.
23
25
* Fix `gh #136 <https://github.com/awesomized/libmemcached/issues/136 >`_\ :
You can’t perform that action at this time.
0 commit comments