Deploy to GitHub pages
[m6w6/libmemcached] / ChangeLog-1.1.html
index d37ad4a36677eebad173920cd93613efaae9c05c..febe848a84be8abe730bc7e579190ce7b6b5a92e 100644 (file)
 <ul class="current">
 <li class="toctree-l1 current"><a class="reference internal" href="changelogs.html">Change Logs</a><ul class="current">
 <li class="toctree-l2 current"><a class="current reference internal" href="#">ChangeLog v1.1</a><ul>
+<li class="toctree-l3"><a class="reference internal" href="#v-1-1-0-beta2">v 1.1.0-beta2</a><ul>
+<li class="toctree-l4"><a class="reference internal" href="#changes-from-beta1">Changes from beta1:</a></li>
+</ul>
+</li>
 <li class="toctree-l3"><a class="reference internal" href="#v-1-1-0-beta1">v 1.1.0-beta1</a></li>
 </ul>
 </li>
             
   <div class="section" id="changelog-v1-1">
 <h1>ChangeLog v1.1<a class="headerlink" href="#changelog-v1-1" title="Permalink to this headline">¶</a></h1>
+<div class="section" id="v-1-1-0-beta2">
+<h2>v 1.1.0-beta2<a class="headerlink" href="#v-1-1-0-beta2" title="Permalink to this headline">¶</a></h2>
+<blockquote>
+<div>TBR</div></blockquote>
+<div class="section" id="changes-from-beta1">
+<h3>Changes from beta1:<a class="headerlink" href="#changes-from-beta1" title="Permalink to this headline">¶</a></h3>
+<ul class="simple">
+<li>Fix <a class="reference external" href="https://github.com/m6w6/libmemcached/issues/103">gh #103</a>:
+Build failure on 32-bit.</li>
+<li>Fix <a class="reference external" href="https://github.com/m6w6/libmemcached/issues/100">gh #100</a>:
+Revert symbolic rename of public header include directories.</li>
+<li>Fix <a class="reference external" href="https://github.com/m6w6/libmemcached/issues/98">gh #98</a>:
+Library SONAMEs and NAME_LINKs differ from 1.0.18.</li>
+<li>Fix <a class="reference external" href="https://github.com/m6w6/libmemcached/issues/97">gh #97</a>:
+Location of cmake files installation directory.</li>
+<li>Fix <a class="reference external" href="https://github.com/m6w6/libmemcached/issues/96">gh #96</a>:
+LIBXXX_VERSION_HEX constants format.</li>
+</ul>
+</div>
+</div>
 <div class="section" id="v-1-1-0-beta1">
 <h2>v 1.1.0-beta1<a class="headerlink" href="#v-1-1-0-beta1" title="Permalink to this headline">¶</a></h2>
 <blockquote>
@@ -186,13 +210,7 @@ was incremented due to the following changes:</p>
 <li>Ported test suite to Catch2.</li>
 <li>Build requires C++11 compiler support.</li>
 <li>Tests require C++17 compiler support.</li>
-<li>Moved to the Semantic Versioning Specification: <a class="reference external" href="https://semver.org">https://semver.org</a><ul>
-<li>Public include directories have been renamed from <code class="docutils literal notranslate"><span class="pre">${lib}-${major}.${minor}</span></code>
-to <code class="docutils literal notranslate"><span class="pre">${lib}-${major}</span></code> 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.</li>
-</ul>
-</li>
+<li>Moved to the Semantic Versioning Specification: <a class="reference external" href="https://semver.org">https://semver.org</a></li>
 <li>Moved the project from launchpad to github:<ul>
 <li>Source: <a class="reference external" href="https://github.com/m6w6/libmemcached">https://github.com/m6w6/libmemcached</a></li>
 <li>Documentation: <a class="reference external" href="https://m6w6.github.io/libmemcached">https://m6w6.github.io/libmemcached</a></li>