Author: markt Date: Tue Feb 13 10:26:01 2018 New Revision: 1824111 URL: http://svn.apache.org/viewvc?rev=1824111&view=rev Log: Update site for 8.5.28 release excluding docs.
Modified: tomcat/site/trunk/build.properties.default 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/xdocs/download-80.xml tomcat/site/trunk/xdocs/index.xml tomcat/site/trunk/xdocs/migration-85.xml tomcat/site/trunk/xdocs/oldnews.xml Modified: tomcat/site/trunk/build.properties.default URL: http://svn.apache.org/viewvc/tomcat/site/trunk/build.properties.default?rev=1824111&r1=1824110&r2=1824111&view=diff ============================================================================== --- tomcat/site/trunk/build.properties.default (original) +++ tomcat/site/trunk/build.properties.default Tue Feb 13 10:26:01 2018 @@ -38,7 +38,7 @@ tomcat.loc=http://www.apache.org/dist/to # ----- Tomcat versions ----- tomcat70=7.0.84 tomcat80=8.0.49 -tomcat85=8.5.27 +tomcat85=8.5.28 tomcat90=9.0.5 # ----- Download destination ----- Modified: tomcat/site/trunk/docs/download-80.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-80.html?rev=1824111&r1=1824110&r2=1824111&view=diff ============================================================================== --- tomcat/site/trunk/docs/download-80.html (original) +++ tomcat/site/trunk/docs/download-80.html Tue Feb 13 10:26:01 2018 @@ -219,7 +219,7 @@ <h3 id="Quick_Navigation">Quick Navigation</h3> <div class="text"> -[define v]8.5.27[end] +[define v]8.5.28[end] [define w]8.0.49[end] <a href="https://www.apache.org/dist/tomcat/tomcat-8/KEYS">KEYS</a> | <a href="#[v]">[v]</a> | Modified: tomcat/site/trunk/docs/index.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1824111&r1=1824110&r2=1824111&view=diff ============================================================================== --- tomcat/site/trunk/docs/index.html (original) +++ tomcat/site/trunk/docs/index.html Tue Feb 13 10:26:01 2018 @@ -234,6 +234,43 @@ project logo are trademarks of the Apach </div> +<h3 id="Tomcat_8.5.28_Released"> +<span class="pull-right">2018-02-11</span> Tomcat 8.5.28 Released</h3> +<div class="text"> + +<p> +The Apache Tomcat Project is proud to announce the release of version 8.5.28 +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.27 include:</p> + +<ul> + +<li>Fix truncated request input streams when using NIO2 with TLS.</li> + +<li>Improved error handling and reporting for TLS configuration.</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-8.5-doc/changelog.html#Tomcat_8.5.28_(markt)">Tomcat 8.5 +changelog</a>. +</p> + + +<p style="text-align: center;"> + +<a href="https://tomcat.apache.org/download-80.cgi">Download</a> + +</p> + +</div> <h3 id="Tomcat_9.0.5_Released"> <span class="pull-right">2018-02-11</span> Tomcat 9.0.5 Released</h3> <div class="text"> @@ -343,47 +380,6 @@ changelog</a>. </p> -<p style="text-align: center;"> - -<a href="https://tomcat.apache.org/download-80.cgi">Download</a> - -</p> - -</div> -<h3 id="Tomcat_8.5.27_Released"> -<span class="pull-right">2018-01-22</span> Tomcat 8.5.27 Released</h3> -<div class="text"> - -<p> -The Apache Tomcat Project is proud to announce the release of version 8.5.27 -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.24 include:</p> - -<ul> - -<li>Add support for GZIP compression with HTTP/2</li> - -<li>Expand the TLS functionality exposed via the Manager application</li> - -<li>Return a simple, plain text error message if a client attempts to make - a plain text HTTP connection to a TLS enabled NIO or NIO2 Connector.</li> - -<li>Add a new system property - (org.apache.jasper.runtime.BodyContentImpl.BUFFER_SIZE) to control the - size of the buffer used by Jasper when buffering tag bodies.</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.27_(markt)">Tomcat 8.5 -changelog</a>. -</p> - - <p style="text-align: center;"> <a href="https://tomcat.apache.org/download-80.cgi">Download</a> Modified: tomcat/site/trunk/docs/migration-85.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-85.html?rev=1824111&r1=1824110&r2=1824111&view=diff ============================================================================== --- tomcat/site/trunk/docs/migration-85.html (original) +++ tomcat/site/trunk/docs/migration-85.html Tue Feb 13 10:26:01 2018 @@ -685,7 +685,8 @@ of Apache Tomcat.</p> "8.5.21":"1808282", "8.5.23":"1809969", "8.5.24":"1816448", - "8.5.27":"1821550" + "8.5.27":"1821550", + "8.5.28":"1823407" }; formSubmit.action = "http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/" + @@ -733,8 +734,9 @@ of Apache Tomcat.</p> <option value="8.5.20">8.5.20</option> <option value="8.5.21">8.5.21</option> <option value="8.5.23">8.5.23</option> - <option value="8.5.24" selected>8.5.24</option> - <option value="8.5.27">8.5.27</option> + <option value="8.5.24">8.5.24</option> + <option value="8.5.27" selected>8.5.27</option> + <option value="8.5.28">8.5.28</option> </select>,</label> <label>new version: <select id="select-r2"> <option value="8.5.0">8.5.0</option> @@ -755,7 +757,8 @@ of Apache Tomcat.</p> <option value="8.5.21">8.5.21</option> <option value="8.5.23">8.5.23</option> <option value="8.5.24">8.5.24</option> - <option value="8.5.27" selected>8.5.27</option> + <option value="8.5.27">8.5.27</option> + <option value="8.5.28" selected>8.5.28</option> <option value="HEAD">trunk (unreleased)</option> </select></label> Modified: tomcat/site/trunk/docs/oldnews.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/oldnews.html?rev=1824111&r1=1824110&r2=1824111&view=diff ============================================================================== --- tomcat/site/trunk/docs/oldnews.html (original) +++ tomcat/site/trunk/docs/oldnews.html Tue Feb 13 10:26:01 2018 @@ -244,6 +244,47 @@ </ul> </div> +<h3 id="Tomcat_8.5.27_Released"> +<span class="pull-right">2018-01-22</span> Tomcat 8.5.27 Released</h3> +<div class="text"> + +<p> +The Apache Tomcat Project is proud to announce the release of version 8.5.27 +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.24 include:</p> + +<ul> + +<li>Add support for GZIP compression with HTTP/2</li> + +<li>Expand the TLS functionality exposed via the Manager application</li> + +<li>Return a simple, plain text error message if a client attempts to make + a plain text HTTP connection to a TLS enabled NIO or NIO2 Connector.</li> + +<li>Add a new system property + (org.apache.jasper.runtime.BodyContentImpl.BUFFER_SIZE) to control the + size of the buffer used by Jasper when buffering tag bodies.</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.27_(markt)">Tomcat 8.5 +changelog</a>. +</p> + + +<p style="text-align: center;"> + +<a href="https://tomcat.apache.org/download-80.cgi">Download</a> + +</p> + +</div> <h3 id="Tomcat_9.0.4_Released"> <span class="pull-right">2018-01-22</span> Tomcat 9.0.4 Released</h3> <div class="text"> Modified: tomcat/site/trunk/xdocs/download-80.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/download-80.xml?rev=1824111&r1=1824110&r2=1824111&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/download-80.xml (original) +++ tomcat/site/trunk/xdocs/download-80.xml Tue Feb 13 10:26:01 2018 @@ -24,7 +24,7 @@ Define variable to hold the current version number. Documentation for ezt.py: https://code.google.com/p/ezt/wiki/Syntax --> -[define v]8.5.27[end] +[define v]8.5.28[end] [define w]8.0.49[end] <a href="https://www.apache.org/dist/tomcat/tomcat-8/KEYS">KEYS</a> | <a href="#[v]">[v]</a> | Modified: tomcat/site/trunk/xdocs/index.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/index.xml?rev=1824111&r1=1824110&r2=1824111&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/index.xml (original) +++ tomcat/site/trunk/xdocs/index.xml Tue Feb 13 10:26:01 2018 @@ -39,6 +39,31 @@ project logo are trademarks of the Apach </section> +<section name="Tomcat 8.5.28 Released" rtext="2018-02-11"> +<p> +The Apache Tomcat Project is proud to announce the release of version 8.5.28 +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.27 include:</p> +<ul> +<li>Fix truncated request input streams when using NIO2 with TLS.</li> +<li>Improved error handling and reporting for TLS configuration.</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-8.5-doc/changelog.html#Tomcat_8.5.28_(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.5 Released" rtext="2018-02-11"> <p> The Apache Tomcat Project is proud to announce the release of version 9.0.5 @@ -114,34 +139,6 @@ changelog</a>. </p> <p style="text-align: center;"> -<a href="download-80.cgi">Download</a> -</p> -</section> - -<section name="Tomcat 8.5.27 Released" rtext="2018-01-22"> -<p> -The Apache Tomcat Project is proud to announce the release of version 8.5.27 -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.24 include:</p> -<ul> -<li>Add support for GZIP compression with HTTP/2</li> -<li>Expand the TLS functionality exposed via the Manager application</li> -<li>Return a simple, plain text error message if a client attempts to make - a plain text HTTP connection to a TLS enabled NIO or NIO2 Connector.</li> -<li>Add a new system property - (org.apache.jasper.runtime.BodyContentImpl.BUFFER_SIZE) to control the - size of the buffer used by Jasper when buffering tag bodies.</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.27_(markt)">Tomcat 8.5 -changelog</a>. -</p> - -<p style="text-align: center;"> <a href="download-80.cgi">Download</a> </p> </section> Modified: tomcat/site/trunk/xdocs/migration-85.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-85.xml?rev=1824111&r1=1824110&r2=1824111&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/migration-85.xml (original) +++ tomcat/site/trunk/xdocs/migration-85.xml Tue Feb 13 10:26:01 2018 @@ -269,7 +269,8 @@ of Apache Tomcat.</p> "8.5.21":"1808282", "8.5.23":"1809969", "8.5.24":"1816448", - "8.5.27":"1821550" + "8.5.27":"1821550", + "8.5.28":"1823407" }; formSubmit.action = "http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/" + @@ -312,8 +313,9 @@ of Apache Tomcat.</p> <option value="8.5.20">8.5.20</option> <option value="8.5.21">8.5.21</option> <option value="8.5.23">8.5.23</option> - <option value="8.5.24" selected="selected">8.5.24</option> - <option value="8.5.27">8.5.27</option> + <option value="8.5.24">8.5.24</option> + <option value="8.5.27" selected="selected">8.5.27</option> + <option value="8.5.28">8.5.28</option> </select>,</label> <label>new version: <select id="select-r2"> <option value="8.5.0">8.5.0</option> @@ -334,7 +336,8 @@ of Apache Tomcat.</p> <option value="8.5.21">8.5.21</option> <option value="8.5.23">8.5.23</option> <option value="8.5.24">8.5.24</option> - <option value="8.5.27" selected="selected">8.5.27</option> + <option value="8.5.27">8.5.27</option> + <option value="8.5.28" selected="selected">8.5.28</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=1824111&r1=1824110&r2=1824111&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/oldnews.xml (original) +++ tomcat/site/trunk/xdocs/oldnews.xml Tue Feb 13 10:26:01 2018 @@ -23,6 +23,34 @@ </ul> </section> +<section name="Tomcat 8.5.27 Released" rtext="2018-01-22"> +<p> +The Apache Tomcat Project is proud to announce the release of version 8.5.27 +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.24 include:</p> +<ul> +<li>Add support for GZIP compression with HTTP/2</li> +<li>Expand the TLS functionality exposed via the Manager application</li> +<li>Return a simple, plain text error message if a client attempts to make + a plain text HTTP connection to a TLS enabled NIO or NIO2 Connector.</li> +<li>Add a new system property + (org.apache.jasper.runtime.BodyContentImpl.BUFFER_SIZE) to control the + size of the buffer used by Jasper when buffering tag bodies.</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.27_(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.4 Released" rtext="2018-01-22"> <p> The Apache Tomcat Project is proud to announce the release of version 9.0.4 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org