Author: markt Date: Tue May 17 08:26:15 2016 New Revision: 1744208 URL: http://svn.apache.org/viewvc?rev=1744208&view=rev Log: Update site (excluding docs) for 8.5.2 release
Modified: tomcat/site/trunk/docs/download-80.html tomcat/site/trunk/docs/index.html tomcat/site/trunk/docs/migration-85.html tomcat/site/trunk/docs/oldnews.html tomcat/site/trunk/docs/whichversion.html tomcat/site/trunk/xdocs/download-80.xml tomcat/site/trunk/xdocs/index.xml tomcat/site/trunk/xdocs/migration-85.xml tomcat/site/trunk/xdocs/oldnews.xml tomcat/site/trunk/xdocs/whichversion.xml Modified: tomcat/site/trunk/docs/download-80.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-80.html?rev=1744208&r1=1744207&r2=1744208&view=diff ============================================================================== --- tomcat/site/trunk/docs/download-80.html (original) +++ tomcat/site/trunk/docs/download-80.html Tue May 17 08:26:15 2016 @@ -223,7 +223,7 @@ <div class="text"> [define v]8.0.33[end] -[define w]8.5.0[end] +[define w]8.5.2[end] <a href="https://www.apache.org/dist/tomcat/tomcat-8/KEYS">KEYS</a> | <a href="#[v]">[v]</a> | <a href="#[w]_BETA">[w] BETA</a> | Modified: tomcat/site/trunk/docs/index.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1744208&r1=1744207&r2=1744208&view=diff ============================================================================== --- tomcat/site/trunk/docs/index.html (original) +++ tomcat/site/trunk/docs/index.html Tue May 17 08:26:15 2016 @@ -245,6 +245,47 @@ project logo are trademarks of the Apach </div> +<h3 id="Tomcat_8.5.2_(beta)_Released"> +<span style="float: right;">2016-03-24</span> Tomcat 8.5.2 (beta) Released</h3> +<div class="text"> + +<p> +The Apache Tomcat Project is proud to announce the release of version 8.5.2 +of Apache Tomcat. Apache Tomcat 8.5.x is intended to replace 8.0.x and includes +new features pulled forward from Tomcat 9.0.x. The minimum Java version and +implemented specification versions remain unchanged. The notable changes +compared to 8.5.0 include:</p> + +<ul> + +<li>Add the org.apache.catalina.servlet4preview package that can be used to gain + early access to Servlet 4.0 features. Note that this package will not be + present in Tomcat 9.</li> + +<li>Make default TLS configuration more secure</li> + +<li>Add direct HTTP/2 connection support</li> + +<li>Update the packaged version of the Tomcat Native Library to 1.2.7 to pick up + the Windows binaries that are based on OpenSSL 1.0.2h and APR 1.5.2.</li> + +</ul> + + +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-8.5-doc/changelog.html#Tomcat_8.5.0_(markt)">Tomcat 8.5 +changelog</a>. +</p> + + +<p style="text-align: center;"> + +<a href="download-80.cgi">Download</a> + +</p> + +</div> <h3 id="Tomcat_9.0.0.M6_(alpha)_Released"> <span style="float: right;">2016-05-16</span> Tomcat 9.0.0.M6 (alpha) Released</h3> <div class="text"> @@ -344,43 +385,6 @@ Full details of these changes, and all t </p> -</div> -<h3 id="Tomcat_8.5.0_beta_Released"> -<span style="float: right;">2016-03-24</span> Tomcat 8.5.0 beta Released</h3> -<div class="text"> - -<p> -The Apache Tomcat Project is proud to announce the release of version 8.5.0 -of Apache Tomcat. Apache Tomcat 8.5.0 is intended to replace 8.0.x and includes -new features pulled forward from Tomcat 9.0.x. The minimum Java version and -implemented specification versions remain unchanged. The notable changes -compared to 8.0.x include:</p> - -<ul> - -<li>Added support for HTTP/2, and TLS virtual hosting</li> - -<li>Added support for JASPIC 1.1</li> - -<li>The BIO connectors, support for Windows Itanium and support for Comet have - been removed</li> - -</ul> - - -<p> -Full details of these changes, and all the other changes, are available in the -<a href="tomcat-8.5-doc/changelog.html#Tomcat_8.5.0_(markt)">Tomcat 8.5 -changelog</a>. -</p> - - -<p style="text-align: center;"> - -<a href="download-80.cgi">Download</a> - -</p> - </div> <h3 id="Tomcat_8.0.33_Released"> <span style="float: right;">2016-03-24</span> Tomcat 8.0.33 Released</h3> Modified: tomcat/site/trunk/docs/migration-85.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-85.html?rev=1744208&r1=1744207&r2=1744208&view=diff ============================================================================== --- tomcat/site/trunk/docs/migration-85.html (original) +++ tomcat/site/trunk/docs/migration-85.html Tue May 17 08:26:15 2016 @@ -238,6 +238,17 @@ </li> </ol> </li> +<li> +<a href="#Upgrading_8.5.x">Upgrading 8.5.x</a> +<ol> +<li> +<a href="#Tomcat_8.5.x_noteable_changes">Tomcat 8.5.x noteable changes</a> +</li> +<li> +<a href="#Tomcat_8.5.x_configuration_file_differences">Tomcat 8.5.x configuration file differences</a> +</li> +</ol> +</li> </ul> </div> @@ -390,6 +401,127 @@ of Apache Tomcat.</p> </div> +<h3 id="Upgrading_8.5.x">Upgrading 8.5.x</h3> +<div class="text"> + +<p>When upgrading instances of Apache Tomcat from one version of Tomcat 8 to + another, particularly when using separate locations for $CATALINA_HOME and + $CATALINA_BASE, it is necessary to ensure that any changes in the + configuration files such as new attributes and changes to defaults are applied + as part of the upgrade. To assist with the identification of these changes, + the form below may be used to view the differences between the configuration + files in different versions of Tomcat 8.</p> + + +<div class="subsection"> +<h4 id="Tomcat_8.5.x_noteable_changes">Tomcat 8.5.x noteable changes</h4> +<div class="text"> + +<p>The Tomcat developers aim for each patch release to be fully backwards + compatible with the previous release. Occasionally, it is necessary to + break backwards compatibility in order to fix a bug. In most cases, these + changes will go unnoticed. This section lists changes that are not fully + backwards compatible and might cause breakage when upgrading.</p> + +<ul> + +<li>None.</li> + +</ul> + +</div> +</div> + + +<div class="subsection"> +<h4 id="Tomcat_8.5.x_configuration_file_differences">Tomcat 8.5.x configuration file differences</h4> +<div class="text"> + + +<p>Select a configuration file, old version and new version from the boxes + below and then click "View differences" to see the differences. + The differences will be shown in a new tab/window.</p> + + +<script type="text/javascript"> + "use strict"; // Enable strict mode + + document.addEventListener("DOMContentLoaded", function() { + var formSubmit = document.getElementById("tc8Submit"); + formSubmit.addEventListener("submit", function() { + var revisions = { + "HEAD":"HEAD", + "8.5.0":"1735438", + "8.5.2":"1743439" + }; + + formSubmit.action = "http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/" + + document.getElementById('select-filename').value; + formSubmit.elements['r1'].value = revisions[document.getElementById('select-r1').value]; + formSubmit.elements['r2'].value = revisions[document.getElementById('select-r2').value]; + return true; + }, false); + }, false); + </script> + + + +<p> +<label>Configuration file: + <select id="select-filename"> + <option value="conf/catalina.policy">catalina.policy</option> + <option value="conf/catalina.properties">catalina.properties</option> + <option value="conf/context.xml">context.xml</option> + <option value="conf/logging.properties">logging.properties</option> + <option value="conf/server.xml">server.xml</option> + <option value="conf/tomcat-users.xml">tomcat-users.xml</option> + <option value="conf/web.xml">web.xml</option> + </select></label> + +</p> + +<p> +<label>Old version: + <select id="select-r1"> + <option value="8.5.0" selected>8.5.0</option> + <option value="8.5.2">8.5.2</option> + </select>,</label> <label>new version: + <select id="select-r2"> + <option value="8.5.0">8.5.0</option> + <option value="8.5.2" selected>8.5.2</option> + <option value="HEAD">trunk (unreleased)</option> + </select></label> + +</p> + + +<form id="tc8Submit" action="to-be-replaced" method="get" target="_blank"> + +<p> + +<input type="hidden" name="diff_format" value="h"> + <input type="hidden" name="r1"><input type="hidden" name="r2"> + <button>View Differences</button> + +</p> + +</form> + +<p>You can also use Subversion command similar to the following (all on one line):</p> + +<div class="codeBox"> +<pre> +<code>svn diff + --old=http://svn.apache.org/repos/asf/tomcat/tc8.5.x/tags/TOMCAT_8_5_0/conf/ + --new=http://svn.apache.org/repos/asf/tomcat/tc8.5.x/tags/TOMCAT_8_5_2/conf/</code> +</pre> +</div> + +</div> +</div> + + +</div> </div> </div> </div> Modified: tomcat/site/trunk/docs/oldnews.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/oldnews.html?rev=1744208&r1=1744207&r2=1744208&view=diff ============================================================================== --- tomcat/site/trunk/docs/oldnews.html (original) +++ tomcat/site/trunk/docs/oldnews.html Tue May 17 08:26:15 2016 @@ -275,6 +275,43 @@ using 1.2.x in preference to 1.1.x.</p> </p> </div> +<h3 id="Tomcat_8.5.0_(beta)_Released"> +<span style="float: right;">2016-03-24</span> Tomcat 8.5.0 (beta) Released</h3> +<div class="text"> + +<p> +The Apache Tomcat Project is proud to announce the release of version 8.5.0 +of Apache Tomcat. Apache Tomcat 8.5.0 is intended to replace 8.0.x and includes +new features pulled forward from Tomcat 9.0.x. The minimum Java version and +implemented specification versions remain unchanged. The notable changes +compared to 8.0.x include:</p> + +<ul> + +<li>Added support for HTTP/2, and TLS virtual hosting</li> + +<li>Added support for JASPIC 1.1</li> + +<li>The BIO connectors, support for Windows Itanium and support for Comet have + been removed</li> + +</ul> + + +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-8.5-doc/changelog.html#Tomcat_8.5.0_(markt)">Tomcat 8.5 +changelog</a>. +</p> + + +<p style="text-align: center;"> + +<a href="download-80.cgi">Download</a> + +</p> + +</div> <h3 id="Tomcat_9.0.0.M4_(alpha)_Released"> <span style="float: right;">2016-03-16</span> Tomcat 9.0.0.M4 (alpha) Released</h3> <div class="text"> Modified: tomcat/site/trunk/docs/whichversion.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/whichversion.html?rev=1744208&r1=1744207&r2=1744208&view=diff ============================================================================== --- tomcat/site/trunk/docs/whichversion.html (original) +++ tomcat/site/trunk/docs/whichversion.html Tue May 17 08:26:15 2016 @@ -262,7 +262,7 @@ mapping between the specifications and t <td>1.1</td> <td>1.1</td> <td>8.5.x</td> - <td>8.5.0 (beta)</td> + <td>8.5.2 (beta)</td> <td>7 and later</td> </tr> Modified: tomcat/site/trunk/xdocs/download-80.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/download-80.xml?rev=1744208&r1=1744207&r2=1744208&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/download-80.xml (original) +++ tomcat/site/trunk/xdocs/download-80.xml Tue May 17 08:26:15 2016 @@ -19,7 +19,7 @@ Documentation for ezt.py: https://code.google.com/p/ezt/wiki/Syntax --> [define v]8.0.33[end] -[define w]8.5.0[end] +[define w]8.5.2[end] <a href="https://www.apache.org/dist/tomcat/tomcat-8/KEYS">KEYS</a> | <a href="#[v]">[v]</a> | <a href="#[w]_BETA">[w] BETA</a> | Modified: tomcat/site/trunk/xdocs/index.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/index.xml?rev=1744208&r1=1744207&r2=1744208&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/index.xml (original) +++ tomcat/site/trunk/xdocs/index.xml Tue May 17 08:26:15 2016 @@ -39,6 +39,34 @@ project logo are trademarks of the Apach </section> +<section name="Tomcat 8.5.2 (beta) Released" rtext="2016-03-24"> +<p> +The Apache Tomcat Project is proud to announce the release of version 8.5.2 +of Apache Tomcat. Apache Tomcat 8.5.x is intended to replace 8.0.x and includes +new features pulled forward from Tomcat 9.0.x. The minimum Java version and +implemented specification versions remain unchanged. The notable changes +compared to 8.5.0 include:</p> +<ul> +<li>Add the org.apache.catalina.servlet4preview package that can be used to gain + early access to Servlet 4.0 features. Note that this package will not be + present in Tomcat 9.</li> +<li>Make default TLS configuration more secure</li> +<li>Add direct HTTP/2 connection support</li> +<li>Update the packaged version of the Tomcat Native Library to 1.2.7 to pick up + the Windows binaries that are based on OpenSSL 1.0.2h and APR 1.5.2.</li> +</ul> + +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-8.5-doc/changelog.html#Tomcat_8.5.0_(markt)">Tomcat 8.5 +changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="download-80.cgi">Download</a> +</p> +</section> + <section name="Tomcat 9.0.0.M6 (alpha) Released" rtext="2016-05-16"> <p> The Apache Tomcat Project is proud to announce the release of version 9.0.0.M6 @@ -106,31 +134,6 @@ Full details of these changes, and all t </p> </section> -<section name="Tomcat 8.5.0 beta Released" rtext="2016-03-24"> -<p> -The Apache Tomcat Project is proud to announce the release of version 8.5.0 -of Apache Tomcat. Apache Tomcat 8.5.0 is intended to replace 8.0.x and includes -new features pulled forward from Tomcat 9.0.x. The minimum Java version and -implemented specification versions remain unchanged. The notable changes -compared to 8.0.x include:</p> -<ul> -<li>Added support for HTTP/2, and TLS virtual hosting</li> -<li>Added support for JASPIC 1.1</li> -<li>The BIO connectors, support for Windows Itanium and support for Comet have - been removed</li> -</ul> - -<p> -Full details of these changes, and all the other changes, are available in the -<a href="tomcat-8.5-doc/changelog.html#Tomcat_8.5.0_(markt)">Tomcat 8.5 -changelog</a>. -</p> - -<p style="text-align: center;"> -<a href="download-80.cgi">Download</a> -</p> -</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 Modified: tomcat/site/trunk/xdocs/migration-85.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-85.xml?rev=1744208&r1=1744207&r2=1744208&view=diff ============================================================================== Binary files - no diff available. Modified: tomcat/site/trunk/xdocs/oldnews.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/oldnews.xml?rev=1744208&r1=1744207&r2=1744208&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/oldnews.xml (original) +++ tomcat/site/trunk/xdocs/oldnews.xml Tue May 17 08:26:15 2016 @@ -38,6 +38,31 @@ using 1.2.x in preference to 1.1.x.</p> </p> </section> +<section name="Tomcat 8.5.0 (beta) Released" rtext="2016-03-24"> +<p> +The Apache Tomcat Project is proud to announce the release of version 8.5.0 +of Apache Tomcat. Apache Tomcat 8.5.0 is intended to replace 8.0.x and includes +new features pulled forward from Tomcat 9.0.x. The minimum Java version and +implemented specification versions remain unchanged. The notable changes +compared to 8.0.x include:</p> +<ul> +<li>Added support for HTTP/2, and TLS virtual hosting</li> +<li>Added support for JASPIC 1.1</li> +<li>The BIO connectors, support for Windows Itanium and support for Comet have + been removed</li> +</ul> + +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-8.5-doc/changelog.html#Tomcat_8.5.0_(markt)">Tomcat 8.5 +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 Modified: tomcat/site/trunk/xdocs/whichversion.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/whichversion.xml?rev=1744208&r1=1744207&r2=1744208&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/whichversion.xml (original) +++ tomcat/site/trunk/xdocs/whichversion.xml Tue May 17 08:26:15 2016 @@ -48,7 +48,7 @@ mapping between the specifications and t <td>1.1</td> <td>1.1</td> <td>8.5.x</td> - <td>8.5.0 (beta)</td> + <td>8.5.2 (beta)</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