Author: kotkov
Date: Mon Mar  5 11:47:36 2018
New Revision: 1825871

URL: http://svn.apache.org/viewvc?rev=1825871&view=rev
Log:
* docs/release-notes/1.10.html
  (LZ4 compression over the wire in http:// and svn:// connections):
   Try a more compact variant of the table that doesn't have the "compression"
   word in every cell.  In other words, turn "No compression", "LZ4 compression"
   and "zlib compression" into "None", "LZ4" and "zlib" respectively.

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

Modified: subversion/site/staging/docs/release-notes/1.10.html
URL: 
http://svn.apache.org/viewvc/subversion/site/staging/docs/release-notes/1.10.html?rev=1825871&r1=1825870&r2=1825871&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/1.10.html (original)
+++ subversion/site/staging/docs/release-notes/1.10.html Mon Mar  5 11:47:36 
2018
@@ -654,60 +654,60 @@ combination of the client- and server-si
     <th colspan="2">1.9 and older Server<br />with SVNCompressionLevel:</th>
   </tr>
   <tr>
-    <th>Subversion Client</th>
-    <th>0</th>
-    <th>1</th>
-    <th>2-9 (default:&nbsp;5)<sup>*</sup></th>
-    <th>0</th>
-    <th>1-9 (default:&nbsp;5)<sup>*</sup></th>
+    <th width="30%">Subversion Client</th>
+    <th width="10%">0</th>
+    <th width="10%">1</th>
+    <th width="10%">2-9 (default:&nbsp;5)<sup>*</sup></th>
+    <th width="10%">0</th>
+    <th width="10%">1-9 (default:&nbsp;5)<sup>*</sup></th>
   </tr>
   <tr>
     <td>1.10, <tt>http-compression: auto</tt><sup>*</sup>, low latency</td>
-    <td>No compression</td>
-    <td><b>LZ4</b> compression</td>
-    <td><b>LZ4</b> compression</td>
-    <td>No compression</td>
-    <td>zlib compression</td>
+    <td>None</td>
+    <td><b>LZ4</b></td>
+    <td><b>LZ4</b></td>
+    <td>None</td>
+    <td>zlib</td>
   </tr>
   <tr>
     <td>1.10, <tt>http-compression: auto</tt><sup>*</sup>, high latency</td>
-    <td>No compression</td>
-    <td><b>LZ4</b> compression</td>
-    <td>zlib compression</td>
-    <td>No compression</td>
-    <td>zlib compression</td>
+    <td>None</td>
+    <td><b>LZ4</b></td>
+    <td>zlib</td>
+    <td>None</td>
+    <td>zlib</td>
   </tr>
   <tr>
     <td>1.10, <tt>http-compression: yes</tt></td>
-    <td>No compression</td>
-    <td><b>LZ4</b> compression</td>
-    <td>zlib compression</td>
-    <td>No compression</td>
-    <td>zlib compression</td>
+    <td>None</td>
+    <td><b>LZ4</b></td>
+    <td>zlib</td>
+    <td>None</td>
+    <td>zlib</td>
   </tr>
   <tr>
     <td>1.10, <tt>http-compression: no</tt></td>
-    <td>No compression</td>
-    <td>No compression</td>
-    <td>No compression</td>
-    <td>No compression</td>
-    <td>No compression</td>
+    <td>None</td>
+    <td>None</td>
+    <td>None</td>
+    <td>None</td>
+    <td>None</td>
   </tr>
   <tr>
     <td>1.9 and older, <tt>http-compression: yes</tt><sup>*</sup></td>
-    <td>No compression</td>
-    <td>zlib compression</td>
-    <td>zlib compression</td>
-    <td>No compression</td>
-    <td>zlib compression</td>
+    <td>None</td>
+    <td>zlib</td>
+    <td>zlib</td>
+    <td>None</td>
+    <td>zlib</td>
   </tr>
   <tr>
     <td>1.9 and older, <tt>http-compression: no</tt></td>
-    <td>No compression</td>
-    <td>No compression</td>
-    <td>No compression</td>
-    <td>No compression</td>
-    <td>No compression</td>
+    <td>None</td>
+    <td>None</td>
+    <td>None</td>
+    <td>None</td>
+    <td>None</td>
   </tr>
 </table>
 


Reply via email to