Author: hartmannathan
Date: Tue Dec 10 15:39:48 2019
New Revision: 1871139
URL: http://svn.apache.org/viewvc?rev=1871139&view=rev
Log:
1.9 release notes: Document known issue SVN-4722 in 1.9.6 and 1.9.7
* docs/release-notes/1.9.html
(#svn-4722): New subsection.
Review by: danielsh
Modified:
subversion/site/publish/docs/release-notes/1.9.html
Modified: subversion/site/publish/docs/release-notes/1.9.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.9.html?rev=1871139&r1=1871138&r2=1871139&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.9.html (original)
+++ subversion/site/publish/docs/release-notes/1.9.html Tue Dec 10 15:39:48 2019
@@ -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">¶</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
+… and … matches (…) 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">