You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2012/04/05 16:37:36 UTC

svn commit: r1309885 - in /tomcat/site/trunk: docs/index.html docs/migration-7.html xdocs/index.xml xdocs/migration-7.xml

Author: kkolinko
Date: Thu Apr  5 14:37:35 2012
New Revision: 1309885

URL: http://svn.apache.org/viewvc?rev=1309885&view=rev
Log:
Correct a pair of version number typos

Modified:
    tomcat/site/trunk/docs/index.html
    tomcat/site/trunk/docs/migration-7.html
    tomcat/site/trunk/xdocs/index.xml
    tomcat/site/trunk/xdocs/migration-7.xml

Modified: tomcat/site/trunk/docs/index.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1309885&r1=1309884&r2=1309885&view=diff
==============================================================================
--- tomcat/site/trunk/docs/index.html (original)
+++ tomcat/site/trunk/docs/index.html Thu Apr  5 14:37:35 2012
@@ -244,7 +244,7 @@ project logo are trademarks of the Apach
 <p>
 The Apache Tomcat Project is proud to announce the release of version 7.0.27 of
 Apache Tomcat. This release is includes significant new features as well as a
-number of bug fixes compared to version 7.0.25. The notable changes include:
+number of bug fixes compared to version 7.0.26. The notable changes include:
 <ul>
 
 <li>Support for the WebSocket protocol (RFC6455). Both streaming and message

Modified: tomcat/site/trunk/docs/migration-7.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-7.html?rev=1309885&r1=1309884&r2=1309885&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-7.html (original)
+++ tomcat/site/trunk/docs/migration-7.html Thu Apr  5 14:37:35 2012
@@ -1068,7 +1068,7 @@ of Apache Tomcat.</p>
     <option value="7.0.22">7.0.22</option>
     <option value="7.0.23">7.0.23</option>
     <option value="7.0.25">7.0.25</option>
-    <option value="7.0.26" selected>7.0.27</option>
+    <option value="7.0.26" selected>7.0.26</option>
     <option value="7.0.27">7.0.27</option>
     </select>, new version:
     <select name="r2">
@@ -1113,8 +1113,8 @@ of Apache Tomcat.</p>
 <p>You can also use Subversion command similar to the following (all on one line):</p>
     
 <pre>  svn diff
-    --old=http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_25/conf/
-    --new=http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_26/conf/
+    --old=http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_26/conf/
+    --new=http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_27/conf/
     </pre>
   
 </blockquote>

Modified: tomcat/site/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/index.xml?rev=1309885&r1=1309884&r2=1309885&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/index.xml (original)
+++ tomcat/site/trunk/xdocs/index.xml Thu Apr  5 14:37:35 2012
@@ -41,7 +41,7 @@ project logo are trademarks of the Apach
 <p>
 The Apache Tomcat Project is proud to announce the release of version 7.0.27 of
 Apache Tomcat. This release is includes significant new features as well as a
-number of bug fixes compared to version 7.0.25. The notable changes include:
+number of bug fixes compared to version 7.0.26. The notable changes include:
 <ul>
 <li>Support for the WebSocket protocol (RFC6455). Both streaming and message
     based APIs are provided and the implementation currently fully passes the

Modified: tomcat/site/trunk/xdocs/migration-7.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-7.xml?rev=1309885&r1=1309884&r2=1309885&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-7.xml (original)
+++ tomcat/site/trunk/xdocs/migration-7.xml Thu Apr  5 14:37:35 2012
@@ -413,7 +413,7 @@ of Apache Tomcat.</p>
     <option value="7.0.22">7.0.22</option>
     <option value="7.0.23">7.0.23</option>
     <option value="7.0.25">7.0.25</option>
-    <option value="7.0.26" selected="selected">7.0.27</option>
+    <option value="7.0.26" selected="selected">7.0.26</option>
     <option value="7.0.27">7.0.27</option>
     </select>, new version:
     <select name="r2">
@@ -451,8 +451,8 @@ of Apache Tomcat.</p>
     </form>
     <p>You can also use Subversion command similar to the following (all on one line):</p>
     <pre>  svn diff
-    --old=http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_25/conf/
-    --new=http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_26/conf/
+    --old=http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_26/conf/
+    --new=http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_27/conf/
     </pre>
   </subsection>
   



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org