docs: update changelog
authorMichael Wallner <mike@php.net>
Thu, 23 Feb 2023 10:41:48 +0000 (11:41 +0100)
committerMichael Wallner <mike@php.net>
Thu, 23 Feb 2023 10:41:48 +0000 (11:41 +0100)
ChangeLog-1.1.md
docs/source/ChangeLog-1.1.rst

index d23bd642d7f3e6f2e332d8027d12a5d1f22e5197..b6ecaa77718d929148c668405bd6c4acc94f8fd2 100644 (file)
@@ -1,5 +1,16 @@
 # ChangeLog v1.1
 
+## v1.1.4
+
+> released TBA
+
+* Fix [gh #132](https://github.com/awesomized/libmemcached/issues/132):
+  macOS: deprecated sasl API (improve detection of `libsasl2`).
+* Fix [gh #132](https://github.com/awesomized/libmemcached/issues/132):
+  Add build of static library (with `cmake -DBUILD_SHARED_LIBS=OFF`).
+* Fix [gh #136](https://github.com/awesomized/libmemcached/issues/136):
+  `libmemcachedutil` is underlinked (link against libmemcached).
+
 ## v 1.1.3
 
 > released 2022-11-09
index 24b3d858cbb884b6ca619fd32ed10d1c6b2a19f3..e79cad3e283fb546d125bd97e3afd89ff822c79c 100644 (file)
@@ -5,6 +5,22 @@
 ChangeLog v1.1
 ==============
 
+v1.1.4
+------
+
+..
+
+   released TBA
+
+
+
+* Fix `gh #132 <https://github.com/awesomized/libmemcached/issues/132>`_\ :
+  macOS: deprecated sasl API (improve detection of ``libsasl2``\ ).
+* Fix `gh #132 <https://github.com/awesomized/libmemcached/issues/132>`_\ :
+  Add build of static library (with ``cmake -DBUILD_SHARED_LIBS=OFF``\ ).
+* Fix `gh #136 <https://github.com/awesomized/libmemcached/issues/136>`_\ :
+  ``libmemcachedutil`` is underlinked (link against libmemcached).
+
 v 1.1.3
 -------