Author: schultz
Date: Tue Nov 14 21:14:43 2023
New Revision: 1913781
URL: http://svn.apache.org/viewvc?rev=1913781&view=rev
Log:
Move 8.5.96 announcement to the top of the news page.
Modified:
tomcat/site/trunk/docs/index.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=1913781&r1=1913780&r2=1913781&view=diff
==============================================================================
--- tomcat/site/trunk/docs/index.html (original)
+++ tomcat/site/trunk/docs/index.html Tue Nov 14 21:14:43 2023
@@ -34,35 +34,6 @@ wiki page.</p>
<p>Apache Tomcat, Tomcat, Apache, the Apache feather, and the Apache Tomcat
project logo are trademarks of the Apache Software Foundation.</p>
-</div><h3 id="Tomcat_10.1.15_Released"><span
class="pull-right">2023-10-16</span> Tomcat 10.1.15 Released</h3><div
class="text">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 10.1.15
-of Apache Tomcat. This release implements specifications that are part of the
-Jakarta EE 10 platform.</p>
-<p>Applications that run on Tomcat 9 and earlier will not run on Tomcat 10
-without changes. Java EE based applications designed for Tomcat 9 and earlier
-may be placed in the <code>$CATALINA_BASE/webapps-javaee</code> directory and
-Tomcat will automatically convert them to Jakarta EE and copy them to the
-webapps directory. This conversion is performed using the
-<a href="https://github.com/apache/tomcat-jakartaee-migration">Apache Tomcat
-migration tool for Jakarta EE tool</a> which is also available as a separate
-<a href="https://tomcat.apache.org/download-migration.cgi">download</a> for
off-line use.</p>
-<p>The notable changes in this release are:</p>
-<ul>
- <li>Correct a regression in 10.1.14 that broke the Tomcat JBDC
- connection pool</li>
-
- <li>Correct a regression in 10.1.14 that broke HTTP compression</li>
-</ul>
-<p>
-Full details of these changes, and all the other changes, are available in the
-<a href="tomcat-10.1-doc/changelog.html#Tomcat_10.1.15_(schultz)">Tomcat 10.1
-changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="https://tomcat.apache.org/download-10.cgi">Download</a>
-</p>
</div><h3 id="Tomcat_8.5.96_Released"><span
class="pull-right">2023-11-13</span> Tomcat 8.5.96 Released</h3><div
class="text">
<p>
The Apache Tomcat Project is proud to announce the release of version 8.5.96
@@ -92,6 +63,35 @@ reach <a href="https://tomcat.apache.org
<p style="text-align: center;">
<a href="https://tomcat.apache.org/download-80.cgi">Download</a>
</p>
+</div><h3 id="Tomcat_10.1.15_Released"><span
class="pull-right">2023-10-16</span> Tomcat 10.1.15 Released</h3><div
class="text">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 10.1.15
+of Apache Tomcat. This release implements specifications that are part of the
+Jakarta EE 10 platform.</p>
+<p>Applications that run on Tomcat 9 and earlier will not run on Tomcat 10
+without changes. Java EE based applications designed for Tomcat 9 and earlier
+may be placed in the <code>$CATALINA_BASE/webapps-javaee</code> directory and
+Tomcat will automatically convert them to Jakarta EE and copy them to the
+webapps directory. This conversion is performed using the
+<a href="https://github.com/apache/tomcat-jakartaee-migration">Apache Tomcat
+migration tool for Jakarta EE tool</a> which is also available as a separate
+<a href="https://tomcat.apache.org/download-migration.cgi">download</a> for
off-line use.</p>
+<p>The notable changes in this release are:</p>
+<ul>
+ <li>Correct a regression in 10.1.14 that broke the Tomcat JBDC
+ connection pool</li>
+
+ <li>Correct a regression in 10.1.14 that broke HTTP compression</li>
+</ul>
+<p>
+Full details of these changes, and all the other changes, are available in the
+<a href="tomcat-10.1-doc/changelog.html#Tomcat_10.1.15_(schultz)">Tomcat 10.1
+changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="https://tomcat.apache.org/download-10.cgi">Download</a>
+</p>
</div><h3 id="Tomcat_11.0.0-M13_Released"><span
class="pull-right">2023-10-14</span> Tomcat 11.0.0-M13 Released</h3><div
class="text">
<p>
The Apache Tomcat Project is proud to announce the release of version
11.0.0-M13
Modified: tomcat/site/trunk/xdocs/index.xml
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/index.xml?rev=1913781&r1=1913780&r2=1913781&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/index.xml (original)
+++ tomcat/site/trunk/xdocs/index.xml Tue Nov 14 21:14:43 2023
@@ -55,37 +55,6 @@ project logo are trademarks of the Apach
</section>
-<section name="Tomcat 10.1.15 Released" rtext="2023-10-16">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 10.1.15
-of Apache Tomcat. This release implements specifications that are part of the
-Jakarta EE 10 platform.</p>
-<p>Applications that run on Tomcat 9 and earlier will not run on Tomcat 10
-without changes. Java EE based applications designed for Tomcat 9 and earlier
-may be placed in the <code>$CATALINA_BASE/webapps-javaee</code> directory and
-Tomcat will automatically convert them to Jakarta EE and copy them to the
-webapps directory. This conversion is performed using the
-<a href="https://github.com/apache/tomcat-jakartaee-migration">Apache Tomcat
-migration tool for Jakarta EE tool</a> which is also available as a separate
-<a href="download-migration.cgi">download</a> for off-line use.</p>
-<p>The notable changes in this release are:</p>
-<ul>
- <li>Correct a regression in 10.1.14 that broke the Tomcat JBDC
- connection pool</li>
-
- <li>Correct a regression in 10.1.14 that broke HTTP compression</li>
-</ul>
-<p>
-Full details of these changes, and all the other changes, are available in the
-<a href="tomcat-10.1-doc/changelog.html#Tomcat_10.1.15_(schultz)">Tomcat 10.1
-changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-10.cgi">Download</a>
-</p>
-</section>
-
<section name="Tomcat 8.5.96 Released" rtext="2023-11-13">
<p>
The Apache Tomcat Project is proud to announce the release of version 8.5.96
@@ -117,6 +86,37 @@ reach <a href="https://tomcat.apache.org
</p>
</section>
+<section name="Tomcat 10.1.15 Released" rtext="2023-10-16">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 10.1.15
+of Apache Tomcat. This release implements specifications that are part of the
+Jakarta EE 10 platform.</p>
+<p>Applications that run on Tomcat 9 and earlier will not run on Tomcat 10
+without changes. Java EE based applications designed for Tomcat 9 and earlier
+may be placed in the <code>$CATALINA_BASE/webapps-javaee</code> directory and
+Tomcat will automatically convert them to Jakarta EE and copy them to the
+webapps directory. This conversion is performed using the
+<a href="https://github.com/apache/tomcat-jakartaee-migration">Apache Tomcat
+migration tool for Jakarta EE tool</a> which is also available as a separate
+<a href="download-migration.cgi">download</a> for off-line use.</p>
+<p>The notable changes in this release are:</p>
+<ul>
+ <li>Correct a regression in 10.1.14 that broke the Tomcat JBDC
+ connection pool</li>
+
+ <li>Correct a regression in 10.1.14 that broke HTTP compression</li>
+</ul>
+<p>
+Full details of these changes, and all the other changes, are available in the
+<a href="tomcat-10.1-doc/changelog.html#Tomcat_10.1.15_(schultz)">Tomcat 10.1
+changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="download-10.cgi">Download</a>
+</p>
+</section>
+
<section name="Tomcat 11.0.0-M13 Released" rtext="2023-10-14">
<p>
The Apache Tomcat Project is proud to announce the release of version
11.0.0-M13
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]