release 1.1.0-beta2
[awesomized/libmemcached] / docs / source / ChangeLog-1.1.rst
index 324ef7b2dbabc0beca8d7482e63bd73d1050381f..f08874e0b1b4daed1986cabb2e512215fecf6023 100644 (file)
@@ -5,6 +5,30 @@
 ChangeLog v1.1
 ==============
 
+v 1.1.0-beta2
+-------------
+
+..
+
+   released 2020-12-28
+
+
+**Changes from beta1:**
+
+
+* Fix `gh #103 <https://github.com/m6w6/libmemcached/issues/103>`_\ :
+  Build failure on 32-bit.
+* Fix `gh #102 <https://github.com/m6w6/libmemcached/issues/102>`_\ :
+  Doc build with old sphinx.
+* Fix `gh #100 <https://github.com/m6w6/libmemcached/issues/100>`_\ :
+  Revert symbolic rename of public header include directories.
+* Fix `gh #98 <https://github.com/m6w6/libmemcached/issues/98>`_\ :
+  Library SONAMEs and NAME_LINKs differ from 1.0.18.
+* Fix `gh #97 <https://github.com/m6w6/libmemcached/issues/97>`_\ :
+  Location of cmake files installation directory.
+* Fix `gh #96 <https://github.com/m6w6/libmemcached/issues/96>`_\ :
+  LIBXXX_VERSION_HEX constants format.
+
 v 1.1.0-beta1
 -------------
 
@@ -23,12 +47,6 @@ was incremented due to the following changes:
 * Build requires C++11 compiler support.
 * Tests require C++17 compiler support.
 * Moved to the Semantic Versioning Specification: https://semver.org
-
-  * Public include directories have been renamed from ``${lib}-${major}.${minor}``
-    to ``${lib}-${major}`` due to having the minor version (always having been 0
-    in this case) in the public interface being unreasonable when using semantic
-    versioning. Symbolic links are provided for backwards compatibility, though.
-
 * Moved the project from launchpad to github:
 
   * Source: https://github.com/m6w6/libmemcached