Deploy to GitHub pages
[m6w6/libmemcached] / ChangeLog-1.1.html
index 42efbb76a3221688bf3b925daf34afa1b94e8a77..b7185de405b1340cfcf7483adf274dcac1480ab7 100644 (file)
@@ -8,7 +8,7 @@
   
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   
-  <title>ChangeLog v1.1 &mdash; libmemcached 1.1.0 documentation</title>
+  <title>ChangeLog v1.1 &mdash; libmemcached 1.0.99 documentation</title>
   
 
   
@@ -61,7 +61,7 @@
             
             
               <div class="version">
-                1.1
+                1.0
               </div>
             
           
@@ -96,7 +96,7 @@
 <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">v 1.1.0</a></li>
+<li class="toctree-l3"><a class="reference internal" href="#v-1-1-0-beta1">v 1.1.0-beta1</a></li>
 </ul>
 </li>
 <li class="toctree-l2"><a class="reference internal" href="ChangeLog-1.0.html">ChangeLog v1.0</a></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">
-<h2>v 1.1.0<a class="headerlink" href="#v-1-1-0" title="Permalink to this headline">¶</a></h2>
+<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>
-<div>released YYYY-MM-DD</div></blockquote>
+<div>released 2020-12-21</div></blockquote>
 <p><strong>NOTE:</strong>
 This is a bug fix release, not a feature release. The minor version number
 was incremented due to the following changes:</p>
@@ -186,13 +186,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>