Author: hartmannathan
Date: Thu Nov 12 03:17:10 2020
New Revision: 1883332
URL: http://svn.apache.org/viewvc?rev=1883332&view=rev
Log:
In 'staging': 1.14 release notes: Document fixes of r1877259 group
* docs/release-notes/1.14.html:
(issues-other): New subsection of #issues ("Known Issues in the Release"),
intended for items that don't fit well elsewhere.
(issues-other-c90compat): New subsection of #issues-other; documents the
trivial but potentially-build-breaking C90 compatibility fixes, merged
to 1.14.x branch in r1878213 and awaiting release in 1.14.1.
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=1883332&r1=1883331&r2=1883332&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/1.14.html (original)
+++ subversion/site/staging/docs/release-notes/1.14.html Thu Nov 12 03:17:10
2020
@@ -1342,6 +1342,28 @@ patch into their swig-3.0.8 packages.)</
</div> <!-- ruby-swig-issue-602 -->
+<div class="h3" id="issues-other">
+<h3>Other issues
+ <a class="sectionlink" href="#issues-other"
+ title="Link to this section">¶</a>
+</h3>
+
+<p>This section lists minor issues that do not fit well elsewhere.</p>
+
+<div class="h4" id="issues-other-c90compat">
+<h4>C90 compatibility fixes
+ <a class="sectionlink" href="#issues-other-c90compat"
+ title="Link to this section">¶</a>
+</h4>
+
+<p>In 1.14.0, several variable declarations in mid-block were reported to
+prevent building Subversion with VC9 (Visual Studio 2008). This issue is fixed
+as of 1.14.1. See <a href="http://svn.apache.org/r1877259">r1877259</a>.</p>
+
+</div> <!-- issues-other-c90compat -->
+
+</div> <!-- issues-other -->
+
</div> <!-- issues -->
<!-- (This section only makes sense when there are some issues listed in it.)