You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by lu...@apache.org on 2016/05/16 12:27:57 UTC

svn commit: r1744038 - in /subversion/site/publish/docs/release-notes: 1.6.html 1.7.html 1.8.html 1.9.html

Author: luke1410
Date: Mon May 16 12:27:57 2016
New Revision: 1744038

URL: http://svn.apache.org/viewvc?rev=1744038&view=rev
Log:
Make the release notes more compliant with the XHTML 1.1 standard.

* docs/release-notes/1.6.html
  (Testsuite fails): add missing closing p-tag

* docs/release-notes/1.7.html
  (svn diff can show git-style diff annotations): close p-tag before ul

* docs/release-notes/1.8.html
  (Skelta style updates are now the default): drop invalid p-section

* docs/release-notes/1.9.html
  (fsvnadmin pack): correct typo (missing / for closing tag)
  (svnadmin setrevprop --transaction): fix incorrect closing tag

Modified:
    subversion/site/publish/docs/release-notes/1.6.html
    subversion/site/publish/docs/release-notes/1.7.html
    subversion/site/publish/docs/release-notes/1.8.html
    subversion/site/publish/docs/release-notes/1.9.html

Modified: subversion/site/publish/docs/release-notes/1.6.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.6.html?rev=1744038&r1=1744037&r2=1744038&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.6.html (original)
+++ subversion/site/publish/docs/release-notes/1.6.html Mon May 16 12:27:57 2016
@@ -956,18 +956,19 @@ trunk. A fix is likely to be included in
 </h3>
 
 <p>There are known testsuite fails that occur intermittently:
-  <ul>
-    <li>log_tests.py 30. This can be fixed by patching
-    with <a href="http://svn.apache.org/r1293229">r1293229</a> from
-    trunk.
-    </li>
-    <li>diff_tests.py 32 as the testsuite does not account for the
-    random output order of 'svn diff'.
-    </li>
-    <li>Ruby swig test_dump as the testsuite does not account for the
-    random property order in dump files.
-    </li>
-  </ul>
+</p>
+<ul>
+  <li>log_tests.py 30. This can be fixed by patching
+  with <a href="http://svn.apache.org/r1293229">r1293229</a> from
+  trunk.
+  </li>
+  <li>diff_tests.py 32 as the testsuite does not account for the
+  random output order of 'svn diff'.
+  </li>
+  <li>Ruby swig test_dump as the testsuite does not account for the
+  random property order in dump files.
+  </li>
+</ul>
 
 </div>  <!-- test-fail-issue -->
 

Modified: subversion/site/publish/docs/release-notes/1.7.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.7.html?rev=1744038&r1=1744037&r2=1744038&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.7.html (original)
+++ subversion/site/publish/docs/release-notes/1.7.html Mon May 16 12:27:57 2016
@@ -866,6 +866,7 @@ compatible to
 <a href="http://www.kernel.org/pub/software/scm/git/docs/git-apply.html"
 >git-apply</a>, but there are limitations due to differences between
 Subversion and git:
+</p>
 <ul>
   <li><tt>svn diff</tt> currently cannot display rename information.
       Renames are always shown as a copy and a delete.</li>
@@ -877,7 +878,6 @@ Subversion and git:
       This may prevent git-apply from applying such patches without
       modification.</li>
 </ul>
-</p>
 
 <p>In a future release of Subversion,
 <a href="#patch"><tt>svn patch</tt></a> will receive support for the

Modified: subversion/site/publish/docs/release-notes/1.8.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.8.html?rev=1744038&r1=1744037&r2=1744038&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.8.html (original)
+++ subversion/site/publish/docs/release-notes/1.8.html Mon May 16 12:27:57 2016
@@ -437,9 +437,8 @@ response.</li>
 
 <p>This release introduces two options to control if the svn client will use
 skelta or bulk update mode.</p>
-<p>
 <ul>
-<li> For the server administrator: The <tt>SVNAllowBulkUpdates</tt> directive for
+<li>For the server administrator: The <tt>SVNAllowBulkUpdates</tt> directive for
 <tt>mod_dav_svn</tt> now accepts <tt>Prefer</tt>. This will advise the svn
 client to always use bulk update mode. All svn client versions with a default
 configuration (see table) will respect this preference.</li>
@@ -451,7 +450,6 @@ svn use skelta mode with a 1.8 server (u
 set to <tt>Prefer</tt>), and bulk updates mode with
 older servers and 1.8 servers which prefer bulk updates.</li>
 </ul>
-</p>
 
 <p>Table explaining the mode used between each combination of svn client and
 server version and relevant configuration directives:</p>

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=1744038&r1=1744037&r2=1744038&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.9.html (original)
+++ subversion/site/publish/docs/release-notes/1.9.html Mon May 16 12:27:57 2016
@@ -1055,7 +1055,7 @@ to see your system's defaults and whethe
   
 <p>Packing now takes a cache size parameter (<tt>-M</tt>) which is used for
 efficient operation on <a href="#fsfs-format7">FSFS format 7 repositories</a>.
-<p>
+</p>
 
 <pre>
   $ svnadmin pack -M 1000 /path/to/repository
@@ -1116,7 +1116,7 @@ on the transaction (commit-in-progress)
 
 <p>The new <tt>delrevprop</tt> command deletes a revision property from either
 a revision or a transaction.  It complements <tt>setrevprop</tt> which adds
-or modifies revprops.</tt>
+or modifies revprops.</p>
 
 </div>  <!-- svnadmin-revprop -->