Author: jfclere Date: Tue May 12 11:57:16 2015 New Revision: 1678918 URL: http://svn.apache.org/r1678918 Log: Add the old news.
Modified: tomcat/site/trunk/docs/oldnews-2014.html tomcat/site/trunk/xdocs/oldnews-2014.xml Modified: tomcat/site/trunk/docs/oldnews-2014.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/oldnews-2014.html?rev=1678918&r1=1678917&r2=1678918&view=diff ============================================================================== --- tomcat/site/trunk/docs/oldnews-2014.html (original) +++ tomcat/site/trunk/docs/oldnews-2014.html Tue May 12 11:57:16 2015 @@ -195,6 +195,29 @@ <div id="mainRight"> <div id="content"> <h2 style="display: none;">Content</h2> +<h3 id="Tomcat_6.0.43_Released"> +<span style="float: right;">2014-11-22</span> Tomcat 6.0.43 Released</h3> +<div class="text"> + +<p> +The Apache Tomcat Project is proud to announce the release of version 6.0.43 of +Apache Tomcat. This release includes a number of bug fixes over Apache Tomcat +6.0.41. The notable changes include:</p> + +<ul> + +<li>Update to Tomcat Native Library version 1.1.32 to pick up the Windows + binaries that are based on OpenSSL 1.0.1j and APR 1.5.1.</li> + +<li>Add support for TLSv1.1 and TLSv1.2 for APR connector. Based upon a patch + by Marcel Šebek. This feature requires Tomcat Native library 1.1.32 or + later.</li> + +<li>Disable SSLv3 by default for all HTTPS connectors.</li> + +</ul> + +</div> <h3 id="Tomcat_7.0.57_Released"> <span style="float: right;">2014-11-11</span> Tomcat 7.0.57 Released</h3> <div class="text"> Modified: tomcat/site/trunk/xdocs/oldnews-2014.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/oldnews-2014.xml?rev=1678918&r1=1678917&r2=1678918&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/oldnews-2014.xml (original) +++ tomcat/site/trunk/xdocs/oldnews-2014.xml Tue May 12 11:57:16 2015 @@ -8,6 +8,21 @@ <body> +<section name="Tomcat 6.0.43 Released" rtext="2014-11-22"> + <p> +The Apache Tomcat Project is proud to announce the release of version 6.0.43 of +Apache Tomcat. This release includes a number of bug fixes over Apache Tomcat +6.0.41. The notable changes include:</p> + <ul> + <li>Update to Tomcat Native Library version 1.1.32 to pick up the Windows + binaries that are based on OpenSSL 1.0.1j and APR 1.5.1.</li> + <li>Add support for TLSv1.1 and TLSv1.2 for APR connector. Based upon a patch + by Marcel à ebek. This feature requires Tomcat Native library 1.1.32 or + later.</li> + <li>Disable SSLv3 by default for all HTTPS connectors.</li> + </ul> +</section> + <section name="Tomcat 7.0.57 Released" rtext="2014-11-11"> <p> The Apache Tomcat Project is proud to announce the release of version 7.0.57 of --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org