Author: markt Date: Fri Mar 25 20:39:29 2016 New Revision: 1736657 URL: http://svn.apache.org/viewvc?rev=1736657&view=rev Log: Update for 8.0.33 release
Modified: tomcat/site/trunk/build.properties.default tomcat/site/trunk/xdocs/download-80.xml tomcat/site/trunk/xdocs/index.xml tomcat/site/trunk/xdocs/migration-8.xml tomcat/site/trunk/xdocs/oldnews.xml tomcat/site/trunk/xdocs/whichversion.xml Modified: tomcat/site/trunk/build.properties.default URL: http://svn.apache.org/viewvc/tomcat/site/trunk/build.properties.default?rev=1736657&r1=1736656&r2=1736657&view=diff ============================================================================== --- tomcat/site/trunk/build.properties.default (original) +++ tomcat/site/trunk/build.properties.default Fri Mar 25 20:39:29 2016 @@ -38,7 +38,7 @@ tomcat.loc=http://www.apache.org/dist/to # ----- Tomcat versions ----- tomcat60=6.0.45 tomcat70=7.0.68 -tomcat80=8.0.32 +tomcat80=8.0.33 tomcat90=9.0.0.M4 # ----- Download destination ----- Modified: tomcat/site/trunk/xdocs/download-80.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/download-80.xml?rev=1736657&r1=1736656&r2=1736657&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/download-80.xml (original) +++ tomcat/site/trunk/xdocs/download-80.xml Fri Mar 25 20:39:29 2016 @@ -18,7 +18,7 @@ Define variable to hold the current version number. Documentation for ezt.py: https://code.google.com/p/ezt/wiki/Syntax --> -[define v]8.0.32[end] +[define v]8.0.33[end] <a href="https://www.apache.org/dist/tomcat/tomcat-8/KEYS">KEYS</a> | <a href="#[v]">[v]</a> | <a href="[preferred]tomcat/tomcat-8/v[v]" rel="nofollow">Browse</a> | Modified: tomcat/site/trunk/xdocs/index.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/index.xml?rev=1736657&r1=1736656&r2=1736657&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/index.xml (original) +++ tomcat/site/trunk/xdocs/index.xml Fri Mar 25 20:39:29 2016 @@ -38,6 +38,35 @@ project logo are trademarks of the Apach </section> +<section name="Tomcat 8.0.33 Released" rtext="2016-03-24"> +<p> +The Apache Tomcat Project is proud to announce the release of version 8.0.33 +of Apache Tomcat. Apache Tomcat 8.0.33 includes fixes for issues identified in +8.0.32 as well as other enhancements and changes. The notable changes since +8.0.32 include:</p> +<ul> +<li>Correct a false positive warning for ThreadLocal related memory + leaks when the key class but not the value class has been loaded + by the web application class loader.</li> +<li>Improve the performance of + javax.servlet.jsp.el.ScopedAttributeELResolver when resolving + attributes that do not exist.</li> +<li>Update the packaged version of the Tomcat Native Library to 1.2.5 + to pick up the Windows binaries that are based on OpenSSL 1.0.2g + and APR 1.5.1.</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.0.32_(markt)">Tomcat 8 +changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="download-80.cgi">Download</a> +</p> +</section> + <section name="Tomcat 9.0.0.M4 (alpha) Released" rtext="2016-03-16"> <p> The Apache Tomcat Project is proud to announce the release of version 9.0.0.M4 @@ -123,31 +152,6 @@ Apache Tomcat 6.0.44. The notable change </p> </section> -<section name="Tomcat 8.0.32 Released" rtext="2016-02-08"> -<p> -The Apache Tomcat Project is proud to announce the release of version 8.0.32 -of Apache Tomcat. Apache Tomcat 8.0.32 includes fixes for issues identified in -8.0.30 as well as other enhancements and changes. The notable changes since -8.0.30 include:</p> -<ul> -<li>Restore the default for mapperContextRootRedirectEnabled to - <code>true</code></li> -<li>Update the packaged version of the Tomcat Native Library to 1.2.4 to pick up - the Windows binaries that are based on OpenSSL 1.0.2e</li> -<li>Expand session attribute filtering on load/unload to all managers</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.0.32_(markt)">Tomcat 8 -changelog</a>. -</p> - -<p style="text-align: center;"> -<a href="download-80.cgi">Download</a> -</p> -</section> - <section name="Tomcat Native 1.1.34 Released" rtext="2015-12-15"> <p> The Apache Tomcat Project is proud to announce the release of version 1.1.34 of Modified: tomcat/site/trunk/xdocs/migration-8.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-8.xml?rev=1736657&r1=1736656&r2=1736657&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/migration-8.xml (original) +++ tomcat/site/trunk/xdocs/migration-8.xml Fri Mar 25 20:39:29 2016 @@ -325,7 +325,8 @@ of Apache Tomcat.</p> "8.0.28":"1707356", "8.0.29":"1715254", "8.0.30":"1717548", - "8.0.32":"1728180" + "8.0.32":"1728180", + "8.0.33":"1735674" }; formSubmit.action = "http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/" + @@ -375,8 +376,9 @@ of Apache Tomcat.</p> <option value="8.0.27">8.0.27</option> <option value="8.0.28">8.0.28</option> <option value="8.0.29">8.0.29</option> - <option value="8.0.30" selected="selected">8.0.30</option> - <option value="8.0.32">8.0.32</option> + <option value="8.0.30">8.0.30</option> + <option value="8.0.32" selected="selected">8.0.32</option> + <option value="8.0.33">8.0.33</option> </select>,</label> <label>new version: <select id="select-r2"> <option value="8.0.0-RC1">8.0.0-RC1</option> @@ -404,7 +406,8 @@ of Apache Tomcat.</p> <option value="8.0.28">8.0.28</option> <option value="8.0.29">8.0.29</option> <option value="8.0.30">8.0.30</option> - <option value="8.0.32" selected="selected">8.0.32</option> + <option value="8.0.32">8.0.32</option> + <option value="8.0.33" selected="selected">8.0.33</option> <option value="HEAD">trunk (unreleased)</option> </select></label> </p> Modified: tomcat/site/trunk/xdocs/oldnews.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/oldnews.xml?rev=1736657&r1=1736656&r2=1736657&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/oldnews.xml (original) +++ tomcat/site/trunk/xdocs/oldnews.xml Fri Mar 25 20:39:29 2016 @@ -20,6 +20,31 @@ </ul> </section> +<section name="Tomcat 8.0.32 Released" rtext="2016-02-08"> +<p> +The Apache Tomcat Project is proud to announce the release of version 8.0.32 +of Apache Tomcat. Apache Tomcat 8.0.32 includes fixes for issues identified in +8.0.30 as well as other enhancements and changes. The notable changes since +8.0.30 include:</p> +<ul> +<li>Restore the default for mapperContextRootRedirectEnabled to + <code>true</code></li> +<li>Update the packaged version of the Tomcat Native Library to 1.2.4 to pick up + the Windows binaries that are based on OpenSSL 1.0.2e</li> +<li>Expand session attribute filtering on load/unload to all managers</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.0.32_(markt)">Tomcat 8 +changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="download-80.cgi">Download</a> +</p> +</section> + <section name="Tomcat 9.0.0.M3 (alpha) Released" rtext="2016-02-05"> <p> The Apache Tomcat Project is proud to announce the release of version 9.0.0.M3 Modified: tomcat/site/trunk/xdocs/whichversion.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/whichversion.xml?rev=1736657&r1=1736656&r2=1736657&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/whichversion.xml (original) +++ tomcat/site/trunk/xdocs/whichversion.xml Fri Mar 25 20:39:29 2016 @@ -45,7 +45,7 @@ mapping between the specifications and t <td>3.0</td> <td>1.1</td> <td>8.0.x</td> - <td>8.0.32</td> + <td>8.0.33</td> <td>7 and later</td> </tr> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org