Author: kotkov
Date: Wed Jul 26 14:12:36 2017
New Revision: 1803052

URL: http://svn.apache.org/viewvc?rev=1803052&view=rev
Log:
* site/publish/docs/release-notes/1.10.html
  (serf-svndiff1): Rename to 'serf-svndiff'.  Stop mentioning svndiff1,
   to avoid potential confusion in the future, as trunk now has support
   for svndiff2 deltas, which are compressed as well.  Tweak the part of
   the section about sending compressed deltas to HTTPv2-capable servers,
   as this no longer holds, beginning with r1791290.

Modified:
    subversion/site/publish/docs/release-notes/1.10.html

Modified: subversion/site/publish/docs/release-notes/1.10.html
URL: 
http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.10.html?rev=1803052&r1=1803051&r2=1803052&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.10.html (original)
+++ subversion/site/publish/docs/release-notes/1.10.html Wed Jul 26 14:12:36 
2017
@@ -605,23 +605,26 @@ revision properties in a repository to t
      title="Link to this section">&para;</a>
 </h3>
 
-<div class="h4" id="serf-svndiff1">
+<div class="h4" id="serf-svndiff">
+<!-- compatibility with an old version of the anchor -->
+<a name="serf-svndiff1"></a>
 <h4>RA-serf now compresses deltas when possible
-  <a class="sectionlink" href="#serf-svndiff1"
+  <a class="sectionlink" href="#serf-svndiff"
      title="Link to this section">&para;</a>
 </h4>
 
-<p>RA-serf now sends deltas compressed (in 'svndiff1' format) when possible,
-unless compression is disabled by the '<tt>http-compression = no</tt>' client
-configuration option. This is enabled for servers that advertise support for
-either this specific (new) capability or Subversion's HTTP v2 protocol.</p>
+<p>RA-serf now sends deltas compressed when possible, unless compression is
+disabled by the '<tt>http-compression = no</tt>' client configuration option.
+This is enabled for servers that advertise support for this specific (new)
+capability.</p>
 
 <p>mod_dav_svn servers now advertise this specific (new) capability.<p>
 
-<p>Ref. <a href="http://svn.apache.org/r1704317";>r1704317</a>, <a
-href="http://svn.apache.org/r1704891";>r1704891</a>.</p>
+<p>Ref. <a href="http://svn.apache.org/r1704317";>r1704317</a>,
+<a href="http://svn.apache.org/r1704891";>r1704891</a>,
+<a href="http://svn.apache.org/r1791290";>r1791290</a>. </p>
 
-</div> <!-- serf-svndiff1 -->
+</div> <!-- serf-svndiff -->
 
 </div> <!-- client-server-improvements -->
 


Reply via email to