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/01/12 03:25:03 UTC

svn commit: r1872629 - in /subversion/site/staging: ./ docs/release-notes/1.14.html docs/release-notes/1.9.html upcoming.part.html

Author: hartmannathan
Date: Sun Jan 12 03:25:03 2020
New Revision: 1872629

URL: http://svn.apache.org/viewvc?rev=1872629&view=rev
Log:
In 'staging': catch-up merge from 'publish'

Modified:
    subversion/site/staging/   (props changed)
    subversion/site/staging/docs/release-notes/1.14.html
    subversion/site/staging/docs/release-notes/1.9.html
    subversion/site/staging/upcoming.part.html

Propchange: subversion/site/staging/
------------------------------------------------------------------------------
  Merged /subversion/site/publish:r1870064-1872628

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=1872629&r1=1872628&r2=1872629&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/1.14.html (original)
+++ subversion/site/staging/docs/release-notes/1.14.html Sun Jan 12 03:25:03 2020
@@ -28,6 +28,11 @@
   Subversion 1.14 has not been released yet.</b></span></p>
 </div>
 
+<!-- ### -->
+<p class="todo">TODO: If making an alpha release before branching
+1.14.x, links to files in ViewVC may need to be temporarily pointed at
+trunk.</p> <!-- And don't forget to change them back!!! -->
+
 <div class="h2" id="news">
 <h2>What's New in Apache Subversion 1.14
   <a class="sectionlink" href="#news"
@@ -341,10 +346,13 @@ version of Python. As py3c is a header-o
 to build the bindings, not to use them.</p>
 
 <p>The convenience script that downloads Subversion's minimal
-build-time dependencies, get-deps.sh, has been updated to download
-py3c. This script is found in the source distribution's root
-directory. For the full list of Subversion's dependencies, see the
-INSTALL file in the same directory.</p>
+build-time dependencies,
+<a href="https://svn.apache.org/viewvc/subversion/branches/1.14.x/get-deps.sh"
+>get-deps.sh</a>, has been updated to download py3c. This script is
+found in the source distribution's root directory. For the full list
+of Subversion's dependencies, see the
+<a href="https://svn.apache.org/viewvc/subversion/branches/1.14.x/INSTALL"
+>INSTALL</a> file in the same directory.</p>
 
 </div>  <!-- py3c -->
 
@@ -358,12 +366,29 @@ INSTALL file in the same directory.</p>
     title="Link to this section">&para;</a>
 </h2>
 
+<!--
 <p>There are no known issues specific to this release at the moment.</p>
+-->
 
-<!--
 <p>There are some known issues in the Subversion 1.14 releases.  These
 may be fixed in later 1.14.x releases.</p>
--->
+
+<div class="h3" id="python3-work-in-progress">
+<h3>Python 3 support is incomplete
+  <a class="sectionlink" href="#python3-work-in-progress"
+    title="Link to this section">&para;</a>
+</h3>
+
+Some Python scripts that are included in Subversion's release
+distribution do not support Python 3 yet. 
+
+For an exhaustive list of all Python scripts and files that use
+Python, categorized by their Python 3 support status, see the
+<a href="https://cwiki.apache.org/confluence/display/SVN/Subversion%27s+Python+3+Support+Status"
+>Subversion's Python 3 Support Status</a> wiki page.
+</p>
+
+</div>  <!-- python3-work-in-progress -->
 
 </div>  <!-- issues -->
 

Modified: subversion/site/staging/docs/release-notes/1.9.html
URL: http://svn.apache.org/viewvc/subversion/site/staging/docs/release-notes/1.9.html?rev=1872629&r1=1872628&r2=1872629&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/1.9.html (original)
+++ subversion/site/staging/docs/release-notes/1.9.html Sun Jan 12 03:25:03 2020
@@ -1466,6 +1466,26 @@ See our <a href="/security/sha1-advisory
 
 </div>  <!-- shattered-sha1 -->
 
+<div class="h3" id="svn-4722">
+<h3>Commit can fail with an undeserved SHA1 collision error
+  <a class="sectionlink" href="#svn-4722"
+    title="Link to this section">&para;</a>
+</h3>
+
+<p>When using a Subversion 1.9.6 or 1.9.7 server, a commit may fail
+with an undeserved SHA1 collision error: "E160000: SHA1 of reps
+&hellip; and &hellip; matches (&hellip;) but contents differ." This
+bug affects the 1.9.6 and 1.9.7 releases.</p>
+
+<p>See <a href="https://issues.apache.org/jira/browse/SVN-4722?issueNumber=4722"
+>issue 4722, "checksum fail during commit when delta is 16K"</a>.
+</p>
+
+<p>A fix for this problem has been included in the 1.9.9 release
+(1.9.8 was not publicly released).</p>
+
+</div>  <!-- svn-4722 -->
+
 </div>  <!-- issues -->
 
 <div class="h2" id="troubleshooting">

Modified: subversion/site/staging/upcoming.part.html
URL: http://svn.apache.org/viewvc/subversion/site/staging/upcoming.part.html?rev=1872629&r1=1872628&r2=1872629&view=diff
==============================================================================
--- subversion/site/staging/upcoming.part.html (original)
+++ subversion/site/staging/upcoming.part.html Sun Jan 12 03:25:03 2020
@@ -32,6 +32,19 @@ Merge <a href="https://svn.apache.org/r1
 
 On &#x27;1.13.x&#x27;: merge <a href="https://svn.apache.org/r1868913">r1868913</a> from trunk (update release date in CHANGES).
 ------------------------------------------------------------------------
+<a href="https://svn.apache.org/r1870786">r1870786</a> | svn-role | 2019-12-04 04:00:30 +0000 (Wed, 04 Dec 2019) | 10 lines
+
+Merge the <a href="https://svn.apache.org/r1870393">r1870393</a> group from trunk:
+
+ * <a href="https://svn.apache.org/r1870393">r1870393</a>, <a href="https://svn.apache.org/r1870395">r1870395</a>
+   Fix <a href="/issue-4837">issue #4837</a> &#x27;Cannot get info for a file that was
+   inside of file-replaced directory&#x27;.
+   Justification:
+     Regression introduced in 1.10.0.
+   Votes:
+     +1: julianfoad, rhuijben, jamessan
+
+------------------------------------------------------------------------
 </pre>
 
 <p>Further changes currently under consideration are listed in each release line's