Author: kpreisser Date: Thu Jun 26 11:37:51 2014 New Revision: 1605747 URL: http://svn.apache.org/r1605747 Log: Follow-Up to r1605427: Move more recent news to the top and correct date.
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=1605747&r1=1605746&r2=1605747&view=diff ============================================================================== --- tomcat/site/trunk/docs/index.html (original) +++ tomcat/site/trunk/docs/index.html Thu Jun 26 11:37:51 2014 @@ -224,6 +224,64 @@ project logo are trademarks of the Apach </div> +<h3 id="Tomcat_8.0.9_Released"> +<span style="float: right;">2014-06-25</span> Tomcat 8.0.9 Released</h3> +<div class="text"> + +<p> +The Apache Tomcat Project is proud to announce the release of version 8.0.9 +of Apache Tomcat. This is the first stable release of the 8.0.x series. Tomcat 8 +is aligned with Java EE 7. In addition to supporting updated versions of the +Java EE specifications, Tomcat 8 includes a number of improvements compared to +Tomcat 7. The notable changes include:</p> + +<ul> + +<li>Support for Java Servlet 3.1, JavaServer Pages 2.3, Java Unified + Expression Language 3.0 and Java WebSocket 1.0.</li> + +<li>The default connector implementation is now the Java non-blocking + implementation (NIO) for both HTTP and AJP.</li> + +<li>A new resources implementation that replaces Aliases, VirtualLoader, + VirtualDirContext, JAR resources and external repositories with a single, + consistent approach for configuring additional web application resources. + The new resources implementation can also be used to implement overlays + (using a master WAR as the basis for multiple web applications that each + have their own customizations).</li> + +</ul> + +<p> +Apache Tomcat 8.0.9 includes numerous fixes for issues identified in 8.0.8 +(beta) as well as a number of other enhancements and changes. The notable +changes since 8.0.8 include:</p> + +<ul> + +<li>Start to move towards RFC6265 for cookie handling</li> + +<li>Better error handling when the error occurs after the response has been + committed</li> + +<li>Various Jasper improvements to make it easier for other containers (e.g. + Jetty) to consume</li> + +</ul> + +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-8.0-doc/changelog.html">Tomcat 8 changelog</a>. +</p> + + +<p style="text-align: center;"> + +<a href="download-80.cgi">Download</a> + +</p> + +</div> <h3 id="Tomcat_6.0.41_Released"> <span style="float: right;">2014-05-23</span> Tomcat 6.0.41 Released</h3> <div class="text"> @@ -290,64 +348,6 @@ Full details of these changes, and all t </p> </div> -<h3 id="Tomcat_8.0.9_Released"> -<span style="float: right;">2014-05-21</span> Tomcat 8.0.9 Released</h3> -<div class="text"> - -<p> -The Apache Tomcat Project is proud to announce the release of version 8.0.9 -of Apache Tomcat. This is the first stable release of the 8.0.x series. Tomcat 8 -is aligned with Java EE 7. In addition to supporting updated versions of the -Java EE specifications, Tomcat 8 includes a number of improvements compared to -Tomcat 7. The notable changes include:</p> - -<ul> - -<li>Support for Java Servlet 3.1, JavaServer Pages 2.3, Java Unified - Expression Language 3.0 and Java WebSocket 1.0.</li> - -<li>The default connector implementation is now the Java non-blocking - implementation (NIO) for both HTTP and AJP.</li> - -<li>A new resources implementation that replaces Aliases, VirtualLoader, - VirtualDirContext, JAR resources and external repositories with a single, - consistent approach for configuring additional web application resources. - The new resources implementation can also be used to implement overlays - (using a master WAR as the basis for multiple web applications that each - have their own customizations).</li> - -</ul> - -<p> -Apache Tomcat 8.0.9 includes numerous fixes for issues identified in 8.0.8 -(beta) as well as a number of other enhancements and changes. The notable -changes since 8.0.8 include:</p> - -<ul> - -<li>Start to move towards RFC6265 for cookie handling</li> - -<li>Better error handling when the error occurs after the response has been - committed</li> - -<li>Various Jasper improvements to make it easier for other containers (e.g. - Jetty) to consume</li> - -</ul> - -<p> -Full details of these changes, and all the other changes, are available in the -<a href="tomcat-8.0-doc/changelog.html">Tomcat 8 changelog</a>. -</p> - - -<p style="text-align: center;"> - -<a href="download-80.cgi">Download</a> - -</p> - -</div> <h3 id="Tomcat_Connectors_1.2.40_Released"> <span style="float: right;">2014-04-15</span> Tomcat Connectors 1.2.40 Released</h3> <div class="text"> Modified: tomcat/site/trunk/xdocs/index.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/index.xml?rev=1605747&r1=1605746&r2=1605747&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/index.xml (original) +++ tomcat/site/trunk/xdocs/index.xml Thu Jun 26 11:37:51 2014 @@ -37,6 +37,46 @@ project logo are trademarks of the Apach </section> +<section name="Tomcat 8.0.9 Released" rtext="2014-06-25"> +<p> +The Apache Tomcat Project is proud to announce the release of version 8.0.9 +of Apache Tomcat. This is the first stable release of the 8.0.x series. Tomcat 8 +is aligned with Java EE 7. In addition to supporting updated versions of the +Java EE specifications, Tomcat 8 includes a number of improvements compared to +Tomcat 7. The notable changes include:</p> +<ul> + <li>Support for Java Servlet 3.1, JavaServer Pages 2.3, Java Unified + Expression Language 3.0 and Java WebSocket 1.0.</li> + <li>The default connector implementation is now the Java non-blocking + implementation (NIO) for both HTTP and AJP.</li> + <li>A new resources implementation that replaces Aliases, VirtualLoader, + VirtualDirContext, JAR resources and external repositories with a single, + consistent approach for configuring additional web application resources. + The new resources implementation can also be used to implement overlays + (using a master WAR as the basis for multiple web applications that each + have their own customizations).</li> +</ul> +<p> +Apache Tomcat 8.0.9 includes numerous fixes for issues identified in 8.0.8 +(beta) as well as a number of other enhancements and changes. The notable +changes since 8.0.8 include:</p> +<ul> + <li>Start to move towards RFC6265 for cookie handling</li> + <li>Better error handling when the error occurs after the response has been + committed</li> + <li>Various Jasper improvements to make it easier for other containers (e.g. + Jetty) to consume</li> +</ul> +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-8.0-doc/changelog.html">Tomcat 8 changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="download-80.cgi">Download</a> +</p> +</section> + <section name="Tomcat 6.0.41 Released" rtext="2014-05-23"> <p> The Apache Tomcat Project is proud to announce the release of version 6.0.41 of @@ -80,46 +120,6 @@ Full details of these changes, and all t </p> </section> -<section name="Tomcat 8.0.9 Released" rtext="2014-05-21"> -<p> -The Apache Tomcat Project is proud to announce the release of version 8.0.9 -of Apache Tomcat. This is the first stable release of the 8.0.x series. Tomcat 8 -is aligned with Java EE 7. In addition to supporting updated versions of the -Java EE specifications, Tomcat 8 includes a number of improvements compared to -Tomcat 7. The notable changes include:</p> -<ul> - <li>Support for Java Servlet 3.1, JavaServer Pages 2.3, Java Unified - Expression Language 3.0 and Java WebSocket 1.0.</li> - <li>The default connector implementation is now the Java non-blocking - implementation (NIO) for both HTTP and AJP.</li> - <li>A new resources implementation that replaces Aliases, VirtualLoader, - VirtualDirContext, JAR resources and external repositories with a single, - consistent approach for configuring additional web application resources. - The new resources implementation can also be used to implement overlays - (using a master WAR as the basis for multiple web applications that each - have their own customizations).</li> -</ul> -<p> -Apache Tomcat 8.0.9 includes numerous fixes for issues identified in 8.0.8 -(beta) as well as a number of other enhancements and changes. The notable -changes since 8.0.8 include:</p> -<ul> - <li>Start to move towards RFC6265 for cookie handling</li> - <li>Better error handling when the error occurs after the response has been - committed</li> - <li>Various Jasper improvements to make it easier for other containers (e.g. - Jetty) to consume</li> -</ul> -<p> -Full details of these changes, and all the other changes, are available in the -<a href="tomcat-8.0-doc/changelog.html">Tomcat 8 changelog</a>. -</p> - -<p style="text-align: center;"> -<a href="download-80.cgi">Download</a> -</p> -</section> - <section name="Tomcat Connectors 1.2.40 Released" rtext="2014-04-15"> <p> The Apache Tomcat Project is proud to announce the release of version 1.2.40 of --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org