Author: kkolinko
Date: Sat Oct 26 22:19:13 2013
New Revision: 1536041

URL: http://svn.apache.org/r1536041
Log:
Followup to r1536023:
Move recent news to the top.

Modified:
    tomcat/site/trunk/docs/index.html
    tomcat/site/trunk/docs/oldnews.html
    tomcat/site/trunk/xdocs/index.xml

Modified: tomcat/site/trunk/docs/index.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1536041&r1=1536040&r2=1536041&view=diff
==============================================================================
--- tomcat/site/trunk/docs/index.html (original)
+++ tomcat/site/trunk/docs/index.html Sat Oct 26 22:19:13 2013
@@ -238,6 +238,45 @@ project logo are trademarks of the Apach
 
 
 </div>
+<h3 id="Tomcat_7.0.47_Released">
+<span style="float: right;">2013-10-24</span> Tomcat 7.0.47 Released</h3>
+<div class="text">
+
+<p>
+The Apache Tomcat Project is proud to announce the release of version 7.0.47 of
+Apache Tomcat. This release contains a number of bug fixes
+and improvements compared to version 7.0.42. The notable changes include:
+</p>
+
+<ul>
+  
+<li>Back-port the JSR-356 Java WebSocket 1.0 implementation from Apache Tomcat 
8.
+      Note that use of this functionality requires Java 7.</li>
+  
+<li>Deprecate the Apache Tomcat proprietary WebSocket API in favour of the new
+      JSR-356 implementation.</li>
+  
+<li>Add a drawing board example to the WebSocket examples.</li>
+  
+<li>The minimum required APR/native library version required if the APR/native
+      connector is used is now 1.1.29.</li>
+
+</ul>
+
+<p>
+Full details of these changes, and all the other changes, are available in the
+<a href="tomcat-7.0-doc/changelog.html">Tomcat 7 changelog</a>.
+</p>
+
+
+<p style="text-align: center;">
+
+<a href="download-70.cgi">Download</a> |
+<a href="tomcat-7.0-doc/changelog.html">ChangeLog for 7.0.47</a>
+
+</p>
+
+</div>
 <h3 id="Tomcat_8.0.0-RC5_(alpha)_Released">
 <span style="float: right;">2013-10-20</span> Tomcat 8.0.0-RC5 (alpha) 
Released</h3>
 <div class="text">
@@ -303,45 +342,6 @@ is removed.</p>
 </p>
 
 </div>
-<h3 id="Tomcat_7.0.47_Released">
-<span style="float: right;">2013-10-24</span> Tomcat 7.0.47 Released</h3>
-<div class="text">
-
-<p>
-The Apache Tomcat Project is proud to announce the release of version 7.0.47 of
-Apache Tomcat. This release contains a number of bug fixes
-and improvements compared to version 7.0.42. The notable changes include:
-</p>
-
-<ul>
-  
-<li>Back-port the JSR-356 Java WebSocket 1.0 implementation from Apache Tomcat 
8.
-      Note that use of this functionality requires Java 7.</li>
-  
-<li>Deprecate the Apache Tomcat proprietary WebSocket API in favour of the new
-      JSR-356 implementation.</li>
-  
-<li>Add a drawing board example to the WebSocket examples.</li>
-
-<li>The minimum required APR/native library version required if the APR/native
-      connector is used is now 1.1.29.</li>
-
-</ul>
-
-<p>
-Full details of these changes, and all the other changes, are available in the
-<a href="tomcat-7.0-doc/changelog.html">Tomcat 7 changelog</a>.
-</p>
-
-
-<p style="text-align: center;">
-
-<a href="download-70.cgi">Download</a> |
-<a href="tomcat-7.0-doc/changelog.html">ChangeLog for 7.0.47</a>
-
-</p>
-
-</div>
 <h3 id="Tomcat_6.0.37_Released">
 <span style="float: right;">2013-05-03</span> Tomcat 6.0.37 Released</h3>
 <div class="text">

Modified: tomcat/site/trunk/docs/oldnews.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/oldnews.html?rev=1536041&r1=1536040&r2=1536041&view=diff
==============================================================================
--- tomcat/site/trunk/docs/oldnews.html (original)
+++ tomcat/site/trunk/docs/oldnews.html Sat Oct 26 22:19:13 2013
@@ -331,14 +331,14 @@ and improvements compared to version 7.0
 </p>
 
 <ul>
-
+  
 <li>Add support for time to first byte in the AccessLogValve. Patch provided
       by Jeremy Boynes.</li>
-
+  
 <li>Correct a regression introduced in 7.0.39 (refactoring of base 64 encoding
       and decoding) that broke the JNDI Realm when userPassword was set and
       passwords were hashed with MD5 or SHA1.</li>
-
+  
 <li>Ensure that the build process produces Javadoc that is not vulnerable to
       CVE-2013-1571. Based on a patch by Uwe Schindler.</li>
 

Modified: tomcat/site/trunk/xdocs/index.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/index.xml?rev=1536041&r1=1536040&r2=1536041&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/index.xml (original)
+++ tomcat/site/trunk/xdocs/index.xml Sat Oct 26 22:19:13 2013
@@ -37,6 +37,32 @@ project logo are trademarks of the Apach
 
 </section>
 
+<section name="Tomcat 7.0.47 Released" rtext="2013-10-24">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 7.0.47 of
+Apache Tomcat. This release contains a number of bug fixes
+and improvements compared to version 7.0.42. The notable changes include:
+</p>
+<ul>
+  <li>Back-port the JSR-356 Java WebSocket 1.0 implementation from Apache 
Tomcat 8.
+      Note that use of this functionality requires Java 7.</li>
+  <li>Deprecate the Apache Tomcat proprietary WebSocket API in favour of the 
new
+      JSR-356 implementation.</li>
+  <li>Add a drawing board example to the WebSocket examples.</li>
+  <li>The minimum required APR/native library version required if the 
APR/native
+      connector is used is now 1.1.29.</li>
+</ul>
+<p>
+Full details of these changes, and all the other changes, are available in the
+<a href="tomcat-7.0-doc/changelog.html">Tomcat 7 changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="download-70.cgi">Download</a> |
+<a href="tomcat-7.0-doc/changelog.html">ChangeLog for 7.0.47</a>
+</p>
+</section>
+
 <section name="Tomcat 8.0.0-RC5 (alpha) Released" rtext="2013-10-20">
 <p>
 The Apache Tomcat Project is proud to announce the next release candidate for
@@ -83,32 +109,6 @@ is removed.</p>
 </p>
 </section>
 
-<section name="Tomcat 7.0.47 Released" rtext="2013-10-24">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 7.0.47 of
-Apache Tomcat. This release contains a number of bug fixes
-and improvements compared to version 7.0.42. The notable changes include:
-</p>
-<ul>
-  <li>Back-port the JSR-356 Java WebSocket 1.0 implementation from Apache 
Tomcat 8.
-      Note that use of this functionality requires Java 7.</li>
-  <li>Deprecate the Apache Tomcat proprietary WebSocket API in favour of the 
new
-      JSR-356 implementation.</li>
-  <li>Add a drawing board example to the WebSocket examples.</li>
-  <li>The minimum required APR/native library version required if the 
APR/native
-      connector is used is now 1.1.29.</li>
-</ul>
-<p>
-Full details of these changes, and all the other changes, are available in the
-<a href="tomcat-7.0-doc/changelog.html">Tomcat 7 changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-70.cgi">Download</a> |
-<a href="tomcat-7.0-doc/changelog.html">ChangeLog for 7.0.47</a>
-</p>
-</section>
-
 <section name="Tomcat 6.0.37 Released" rtext="2013-05-03">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 6.0.37 of



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

Reply via email to