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/17 15:06:42 UTC

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

Author: hartmannathan
Date: Thu Dec 17 15:06:42 2020
New Revision: 1884558

URL: http://svn.apache.org/viewvc?rev=1884558&view=rev
Log:
In 'staging': 1.14 release notes: Document issue fixed as of r1882115

* docs/release-notes/1.14.html:
  (issues-javahl-jni-crash): Rename this section to issues-javahl-crash as
    multiple JavaHL crashes are known. Add mention of crash with JDK14 fixed
    in r1882115, merged to 1.14.x branch in r1883407, 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=1884558&r1=1884557&r2=1884558&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/1.14.html (original)
+++ subversion/site/staging/docs/release-notes/1.14.html Thu Dec 17 15:06:42 2020
@@ -1380,18 +1380,23 @@ patch into their swig-3.0.8 packages.)</
 
 </div>  <!-- ruby-swig-issue-602 -->
 
-<div class="h3" id="issues-javahl-jni-crash">
-<h3>JavaHL Crash in JNI Wrapper
-  <a class="sectionlink" href="#issues-javahl-jni-crash"
+<div class="h3" id="issues-javahl-crash">
+<h3>JavaHL crash
+  <a class="sectionlink" href="#issues-javahl-crash"
     title="Link to this section">&para;</a>
 </h3>
 
-<p>Subversion 1.14.0 and earlier may crash when using the JavaHL bindings.
-The crash is known to manifest when Subversion is built with GCC 10. The
+<p>Subversion 1.14.0 and earlier may crash when using the JavaHL bindings.</p>
+
+<p>A crash is known to manifest when Subversion is built with GCC 10. The
 failure is detected by the test suite. This issue is fixed as of 1.14.1. See
 <a href="http://svn.apache.org/r1880886">r1880886</a>.</p>
 
-</div>  <!-- issues-javahl-jni-crash -->
+<p>A crash is known to occur when using JDK14. The failure is detected by the
+test suite. This issue is fixed as of 1.14.1. See
+<a href="http://svn.apache.org/r1882115">r1882115</a>.</p>
+
+</div>  <!-- issues-javahl-crash -->
 
 <div class="h3" id="issues-filesizes-human-readable">
 <h3>Incorrect file sizes shown with <tt>svn list</tt> command