You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ha...@apache.org on 2020/12/24 15:06:53 UTC

svn commit: r1884778 - /subversion/site/staging/docs/release-notes/1.14.html

Author: hartmannathan
Date: Thu Dec 24 15:06:53 2020
New Revision: 1884778

URL: http://svn.apache.org/viewvc?rev=1884778&view=rev
Log:
In 'staging': 1.14 release notes: Move SQLite issue out of "Other Issues"

* docs/release-notes/1.14.html:
  (issues-other-sqlite-dqs): Move out of #issues-other, promote from h4 to h3,
    and rename as #issues-sqlite-dqs.

Modified:
    subversion/site/staging/docs/release-notes/1.14.html

Modified: subversion/site/staging/docs/release-notes/1.14.html
URL: http://svn.apache.org/viewvc/subversion/site/staging/docs/release-notes/1.14.html?rev=1884778&r1=1884777&r2=1884778&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/1.14.html (original)
+++ subversion/site/staging/docs/release-notes/1.14.html Thu Dec 24 15:06:53 2020
@@ -1501,6 +1501,25 @@ to this change.</p>
 
 </div> <!-- issues-authz-4762 -->
 
+<div class="h3" id="issues-sqlite-dqs">
+<h3>SQLite error when upgrading a SVN 1.7 working copy
+  <a class="sectionlink" href="#issues-sqlite-dqs"
+     title="Link to this section">&para;</a>
+</h3>
+
+<p>Upgrading a Subversion 1.7 working copy could fail with a SQLite error
+under specific circumstances:</p>
+
+<p>This could occur in Subversion 1.14.0 or older, if built with SQLite 3.29
+or newer, and if SQLite is built without deprecated support for double-quoted
+string literals.</p>
+
+<p>This issue is fixed in Subversion 1.14.1.</p>
+
+<p>See <a href="http://svn.apache.org/r1879198">r1879198</a>.</p>
+
+</div> <!-- issues-sqlite-dqs -->
+
 <div class="h3" id="issues-other">
 <h3>Other issues
   <a class="sectionlink" href="#issues-other"
@@ -1521,25 +1540,6 @@ as of 1.14.1. See <a href="http://svn.ap
 
 </div> <!-- issues-other-c90compat -->
 
-<div class="h4" id="issues-other-sqlite-dqs">
-<h4>Possible SQLite error when upgrading a SVN 1.7 working copy
-  <a class="sectionlink" href="#issues-other-sqlite-dqs"
-     title="Link to this section">&para;</a>
-</h4>
-
-<p>Upgrading a Subversion 1.7 working copy could fail with a SQLite error
-under specific circumstances:</p>
-
-<p>This could occur in Subversion 1.14.0 or older, if built with SQLite 3.29
-or newer, and if SQLite is built without deprecated support for double-quoted
-string literals.</p>
-
-<p>This issue is fixed in Subversion 1.14.1.</p>
-
-<p>See <a href="http://svn.apache.org/r1879198">r1879198</a>.</p>
-
-</div> <!-- issues-other-sqlite-dqs -->
-
 </div>  <!-- issues-other -->
 
 </div>  <!-- issues -->