Author: markt
Date: Fri Mar 9 12:15:31 2018
New Revision: 1826337
URL: http://svn.apache.org/viewvc?rev=1826337&view=rev
Log:
Complete 9.0.6 release site update
Modified:
tomcat/site/trunk/build.properties.default
tomcat/site/trunk/docs/index.html
tomcat/site/trunk/xdocs/download-90.xml
tomcat/site/trunk/xdocs/index.xml
tomcat/site/trunk/xdocs/migration-9.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=1826337&r1=1826336&r2=1826337&view=diff
==============================================================================
--- tomcat/site/trunk/build.properties.default (original)
+++ tomcat/site/trunk/build.properties.default Fri Mar 9 12:15:31 2018
@@ -39,7 +39,7 @@ tomcat.loc=http://www.apache.org/dist/to
tomcat70=7.0.85
tomcat80=8.0.50
tomcat85=8.5.28
-tomcat90=9.0.5
+tomcat90=9.0.6
# ----- Download destination -----
tomcat-site-docs.home=${base.path}/tomcat-site-docs/
Modified: tomcat/site/trunk/docs/index.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1826337&r1=1826336&r2=1826337&view=diff
==============================================================================
--- tomcat/site/trunk/docs/index.html (original)
+++ tomcat/site/trunk/docs/index.html Fri Mar 9 12:15:31 2018
@@ -257,7 +257,7 @@ of Apache Tomcat. The notable changes co
<li>Add the ability to specify static HTML responses for specific error
codes and/or exception types with the ErrorReportValve.</li>
-<li>Add async HTTP/2 parser for NIO2.</li>
+<li>Add an async HTTP/2 parser for NIO2.</li>
<li>Add documentation for the Host Manager web application.
Patch provided by Marek Czernek.</li>
Modified: tomcat/site/trunk/xdocs/download-90.xml
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/download-90.xml?rev=1826337&r1=1826336&r2=1826337&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/download-90.xml (original)
+++ tomcat/site/trunk/xdocs/download-90.xml Fri Mar 9 12:15:31 2018
@@ -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]9.0.5[end]
+[define v]9.0.6[end]
<a href="https://www.apache.org/dist/tomcat/tomcat-9/KEYS">KEYS</a> |
<a href="#[v]">[v]</a> |
<a href="[preferred]tomcat/tomcat-9/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=1826337&r1=1826336&r2=1826337&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/index.xml (original)
+++ tomcat/site/trunk/xdocs/index.xml Fri Mar 9 12:15:31 2018
@@ -39,6 +39,30 @@ project logo are trademarks of the Apach
</section>
+<section name="Tomcat 9.0.6 Released" rtext="2018-03-09">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 9.0.6
+of Apache Tomcat. The notable changes compared to 9.0.5 include:</p>
+<ul>
+<li>TLS stability improvements.</li>
+<li>Add the ability to specify static HTML responses for specific error
+ codes and/or exception types with the ErrorReportValve.</li>
+<li>Add an async HTTP/2 parser for NIO2.</li>
+<li>Add documentation for the Host Manager web application.
+ Patch provided by Marek Czernek.</li>
+</ul>
+
+<p>
+Full details of these changes, and all the other changes, are available in the
+<a href="tomcat-9.0-doc/changelog.html#Tomcat_9.0.6_(markt)">Tomcat 9
+changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="download-90.cgi">Download</a>
+</p>
+</section>
+
<section name="Tomcat Connectors 1.2.43 Released" rtext="2018-03-06">
<p>
The Apache Tomcat Project is proud to announce the release of version 1.2.43 of
@@ -113,33 +137,6 @@ changelog</a>.
</p>
</section>
-<section name="Tomcat 9.0.5 Released" rtext="2018-02-11">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 9.0.5
-of Apache Tomcat. The notable changes compared to 9.0.4 include:</p>
-<ul>
-<li>Refactor error handling to enable errors that occur before processing is
- passed to the application to be handled by the application provided error
- handling and/or the container provided error handling (ErrorReportValve)
- as appropriate.</li>
-<li>Enable strict validation of the provided host name and port for all
- connectors. Requests with invalid host names and/or ports will be rejected
- with a 400 response.</li>
-<li>Enhance the JMX support for jdbc-pool in order to expose PooledConnection
- and JdbcInterceptors.</li>
-</ul>
-
-<p>
-Full details of these changes, and all the other changes, are available in the
-<a href="tomcat-9.0-doc/changelog.html#Tomcat_9.0.5_(markt)">Tomcat 9
-changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-90.cgi">Download</a>
-</p>
-</section>
-
<section name="Tomcat Native 1.2.16 Released" rtext="2017-11-20">
<p>
The Apache Tomcat Project is proud to announce the release of version 1.2.16 of
Modified: tomcat/site/trunk/xdocs/migration-9.xml
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-9.xml?rev=1826337&r1=1826336&r2=1826337&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-9.xml (original)
+++ tomcat/site/trunk/xdocs/migration-9.xml Fri Mar 9 12:15:31 2018
@@ -339,7 +339,8 @@ of Apache Tomcat.</p>
"9.0.1":"1809848",
"9.0.2":"1816351",
"9.0.4":"1821547",
- "9.0.5":"1823394"
+ "9.0.5":"1823394",
+ "9.0.6":"1825860"
};
formSubmit.action = "http://svn.apache.org/viewvc/tomcat/trunk/" +
@@ -384,8 +385,9 @@ of Apache Tomcat.</p>
<option value="9.0.0.M26">9.0.0.M26</option>
<option value="9.0.1">9.0.1</option>
<option value="9.0.2">9.0.2</option>
- <option value="9.0.4" selected="selected">9.0.4</option>
- <option value="9.0.5">9.0.5</option>
+ <option value="9.0.4">9.0.4</option>
+ <option value="9.0.5" selected="selected">9.0.5</option>
+ <option value="9.0.6">9.0.6</option>
</select>,</label> <label>new version:
<select id="select-r2">
<option value="9.0.0.M1">9.0.0.M1</option>
@@ -408,7 +410,8 @@ of Apache Tomcat.</p>
<option value="9.0.1">9.0.1</option>
<option value="9.0.2">9.0.2</option>
<option value="9.0.4">9.0.4</option>
- <option value="9.0.5" selected="selected">9.0.5</option>
+ <option value="9.0.5">9.0.5</option>
+ <option value="9.0.6" selected="selected">9.0.6</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=1826337&r1=1826336&r2=1826337&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/oldnews.xml (original)
+++ tomcat/site/trunk/xdocs/oldnews.xml Fri Mar 9 12:15:31 2018
@@ -23,6 +23,33 @@
</ul>
</section>
+<section name="Tomcat 9.0.5 Released" rtext="2018-02-11">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 9.0.5
+of Apache Tomcat. The notable changes compared to 9.0.4 include:</p>
+<ul>
+<li>Refactor error handling to enable errors that occur before processing is
+ passed to the application to be handled by the application provided error
+ handling and/or the container provided error handling (ErrorReportValve)
+ as appropriate.</li>
+<li>Enable strict validation of the provided host name and port for all
+ connectors. Requests with invalid host names and/or ports will be rejected
+ with a 400 response.</li>
+<li>Enhance the JMX support for jdbc-pool in order to expose PooledConnection
+ and JdbcInterceptors.</li>
+</ul>
+
+<p>
+Full details of these changes, and all the other changes, are available in the
+<a href="tomcat-9.0-doc/changelog.html#Tomcat_9.0.5_(markt)">Tomcat 9
+changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="download-90.cgi">Download</a>
+</p>
+</section>
+
<section name="Tomcat 7.0.84 Released" rtext="2018-01-24">
<p>
The Apache Tomcat Project is proud to announce the release of version 7.0.84 of
Modified: tomcat/site/trunk/xdocs/whichversion.xml
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/whichversion.xml?rev=1826337&r1=1826336&r2=1826337&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/whichversion.xml (original)
+++ tomcat/site/trunk/xdocs/whichversion.xml Fri Mar 9 12:15:31 2018
@@ -38,7 +38,7 @@ and the respective Apache Tomcat version
<td>1.1</td>
<td>1.1</td>
<td>9.0.x</td>
- <td>9.0.5</td>
+ <td>9.0.6</td>
<td>8 and later</td>
</tr>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]