Modified: tomcat/site/trunk/xdocs/oldnews-2018.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/oldnews-2018.xml?rev=1875294&r1=1875293&r2=1875294&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/oldnews-2018.xml (original)
+++ tomcat/site/trunk/xdocs/oldnews-2018.xml Tue Mar 17 13:21:51 2020
@@ -11,7 +11,8 @@
 <section name="Older news">
 <p>Announcements from previous years can be found here:</p>
 <ul>
-  <li><a href="oldnews.html">year 2019</a></li>
+  <li><a href="oldnews.html">year 2020</a></li>
+  <li><a href="oldnews-2019.html">year 2019</a></li>
   <li>year 2018</li>
   <li><a href="oldnews-2017.html">year 2017</a></li>
   <li><a href="oldnews-2016.html">year 2016</a></li>

Added: tomcat/site/trunk/xdocs/oldnews-2019.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/oldnews-2019.xml?rev=1875294&view=auto
==============================================================================
--- tomcat/site/trunk/xdocs/oldnews-2019.xml (added)
+++ tomcat/site/trunk/xdocs/oldnews-2019.xml Tue Mar 17 13:21:51 2020
@@ -0,0 +1,723 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+
+  <properties>
+    <author>Apache Tomcat Project</author>
+    <title>Old news!</title>
+  </properties>
+
+<body>
+
+<section name="Older news">
+<p>Announcements from previous years can be found here:</p>
+<ul>
+  <li><a href="oldnews.html">year 2020</a></li>
+  <li>year 2019</li>
+  <li><a href="oldnews-2018.html">year 2018</a></li>
+  <li><a href="oldnews-2017.html">year 2017</a></li>
+  <li><a href="oldnews-2016.html">year 2016</a></li>
+  <li><a href="oldnews-2015.html">year 2015</a></li>
+  <li><a href="oldnews-2014.html">year 2014</a></li>
+  <li><a href="oldnews-2013.html">year 2013</a></li>
+  <li><a href="oldnews-2012.html">year 2012</a></li>
+  <li><a href="oldnews-2011.html">year 2011</a></li>
+  <li><a href="oldnews-2010.html">year 2010</a></li>
+</ul>
+</section>
+
+<section name="Tomcat 7.0.99 Released" rtext="2019-12-17">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 7.0.99 of
+Apache Tomcat. This release contains a number of bug fixes and improvements
+compared to version 7.0.96.</p>
+
+<p>
+Full details of these changes, and all the other changes, are available in the
+<a href="tomcat-7.0-doc/changelog.html#Tomcat_7.0.99_(violetagg)">Tomcat 7 
changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="download-70.cgi">Download</a>
+</p>
+</section>
+
+<section name="Tomcat 9.0.30 Released" rtext="2019-12-12">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 9.0.30
+of Apache Tomcat. The notable changes compared to 9.0.29 include:</p>
+<ul>
+<li>Correct multiple regressions in the static resource caching related to
+    using URLs provided for cached resources</li>
+<li>Improvements to the Realm interface and implementations</li>
+<li>Bug fixes and improvements to the CORS filter</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.30_(markt)">Tomcat 9
+changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="download-90.cgi">Download</a>
+</p>
+</section>
+
+<section name="Tomcat 8.5.50 Released" rtext="2019-12-12">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 8.5.50
+of Apache Tomcat. Apache Tomcat 8.5.x replaces 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.49 include:</p>
+<ul>
+<li>Correct multiple regressions in the static resource caching related to
+    using URLs provided for cached resources</li>
+<li>Improvements to the Realm interface and implementations</li>
+<li>Bug fixes and improvements to the CORS filter</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.50_(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.29 Released" rtext="2019-11-21">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 9.0.29
+of Apache Tomcat. The notable changes compared to 9.0.27 include:</p>
+<ul>
+<li>Improvements to Async error handling</li>
+<li>Stricter processing of HTTP headers when looking for specific token
+    values</li>
+<li>Fix various issues that could lead to modification to a JSP not being
+    reflected in the served page</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.29_(markt)">Tomcat 9
+changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="download-90.cgi">Download</a>
+</p>
+</section>
+
+<section name="Tomcat 8.5.49 Released" rtext="2019-11-21">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 8.5.49
+of Apache Tomcat. Apache Tomcat 8.5.x replaces 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.47 include:</p>
+<ul>
+<li>Improvements to Async error handling</li>
+<li>Stricter processing of HTTP headers when looking for specific token
+    values</li>
+<li>Fix various issues that could lead to modification to a JSP not being
+    reflected in the served page</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.49_(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.27 Released" rtext="2019-10-11">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 9.0.27
+of Apache Tomcat. The notable changes compared to 9.0.26 include:</p>
+<ul>
+<li>Update to Commons Daemon 1.2.2 to pick up the fix for a regression in
+    Commons Daemon 1.2.0 and 1.2.1 that triggered a crash on startup when
+    running on a Windows OS that had not been fully updated.</li>
+<li>Fix some edge cases with NIO2 and TLS that could cause a request to
+    hang.</li>
+<li>Fix a memory leak introduced by the HTTP/2 timeout refactoring in 9.0.23
+    that could occur when HTTP/2 or WebSocket was used.</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.27_(markt)">Tomcat 9
+changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="download-90.cgi">Download</a>
+</p>
+</section>
+
+<section name="Tomcat 8.5.47 Released" rtext="2019-10-11">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 8.5.47
+of Apache Tomcat. Apache Tomcat 8.5.x replaces 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.46 include:</p>
+<ul>
+<li>Update to Commons Daemon 1.2.2 to pick up the fix for a regression in
+    Commons Daemon 1.2.0 and 1.2.1 that triggered a crash on startup when
+    running on a Windows OS that had not been fully updated.</li>
+<li>Fix some edge cases with NIO2 and TLS that could cause a request to
+    hang.</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.47_(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.26 Released" rtext="2019-09-19">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 9.0.26
+of Apache Tomcat. The notable changes compared to 9.0.24 include:</p>
+<ul>
+<li>Update to Commons Daemon 1.2.1 to pick up fixes for regressions in
+    Commons Daemon 1.2.0, most notably a failure to start when using
+    a 32-bit JVM on Windows.</li>
+<li>Avoid an NPE when accessing an https port using http.</li>
+<li>Correct the invalid automatic module names for the embedded JARs.</li>
+<li>Fix a potential hang when using HTTP/2 with the asynchronous Servlet
+    API.</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.26_(markt)">Tomcat 9
+changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="download-90.cgi">Download</a>
+</p>
+</section>
+
+<section name="Tomcat 8.5.46 Released" rtext="2019-09-19">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 8.5.46
+of Apache Tomcat. Apache Tomcat 8.5.x replaces 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.45 include:</p>
+<ul>
+<li>Update to Commons Daemon 1.2.1 to pick up fixes for regressions in
+    Commons Daemon 1.2.0, most notably a failure to start when using
+    a 32-bit JVM on Windows.</li>
+<li>Avoid an NPE when accessing an https port using http.</li>
+<li>Fix a potential hang when using HTTP/2 with the asynchronous Servlet
+    API.</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.46_(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.5.45 Released" rtext="2019-08-21">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 8.5.45
+of Apache Tomcat. Apache Tomcat 8.5.x replaces 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.43 include:</p>
+<ul>
+<li>Expand the HTTP/2 excessive overhead protection to cover various forms
+    of abusive client behaviour and close the connection if any such
+    behaviour is detected.</li>
+<li>Security improvements to the Windows installer including a change in
+    the default user from Local System to Local Service.</li>
+<li>Improve handling of invalid requests so that 400 responses are
+    returned to the client rather than 500 responses.</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.45_(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.24 Released" rtext="2019-08-17">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 9.0.24
+of Apache Tomcat. The notable changes compared to 9.0.22 include:</p>
+<ul>
+<li>Expand Graal native image support to include JNDI, JSPs and JULI</li>
+<li>Expand the HTTP/2 excessive overhead protection to cover various forms
+    of abusive client behaviour and close the connection if any such
+    behaviour is detected.</li>
+<li>Security improvements to the Windows installer including a change in
+    the default user from Local System to Local Service.</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.24_(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.96 Released" rtext="2019-07-29">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 7.0.96 of
+Apache Tomcat. This release contains a number of bug fixes and improvements
+compared to version 7.0.94.</p>
+
+<p>
+Full details of these changes, and all the other changes, are available in the
+<a href="tomcat-7.0-doc/changelog.html#Tomcat_7.0.96_(violetagg)">Tomcat 7 
changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="download-70.cgi">Download</a>
+</p>
+</section>
+
+<section name="Tomcat 9.0.22 Released" rtext="2019-07-09">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 9.0.22
+of Apache Tomcat. The notable changes compared to 9.0.21 include:</p>
+<ul>
+<li>Add user buildable optional modules for easier CDI 2 and JAX-RS support.
+    Also include a new documentation page describing how to use it.</li>
+<li>Update to Tomcat Native 1.2.23 including Windows binaries built with 
OpenSSL
+    1.1.1c.</li>
+<li>Update to Eclipse Complier for Java 4.12.</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.22_(markt)">Tomcat 9
+changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="download-90.cgi">Download</a>
+</p>
+</section>
+
+<section name="Tomcat 8.5.43 Released" rtext="2019-07-09">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 8.5.43
+of Apache Tomcat. Apache Tomcat 8.5.x replaces 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.42 include:</p>
+<ul>
+<li>Add the ability for a UserDatabase to monitor the backing XML file for   
+    changes and reload the source file if a change in the last modified time is
+    detected. This is enabled by default meaning that changes to
+    $CATALINA_BASE/conf/tomcat-users.xml will now take effect a short time 
after
+    the file is saved.</li>
+<li>Update to Tomcat Native 1.2.23 including Windows binaries built with 
OpenSSL
+    1.1.1c.</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.43_(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.21 Released" rtext="2019-06-07">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 9.0.21
+of Apache Tomcat. The notable changes compared to 9.0.20 include:</p>
+<ul>
+<li>Fix various concurrency and stability issues for HTTP/2.</li>
+<li>Add support for same-site cookie attribute. Patch provided by John
+    Kelly.</li>
+<li>Add an option to sort directory listings provided by the Default
+    Servlet.</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.21_(markt)">Tomcat 9
+changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="download-90.cgi">Download</a>
+</p>
+</section>
+
+<section name="Tomcat 8.5.42 Released" rtext="2019-06-07">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 8.5.42
+of Apache Tomcat. Apache Tomcat 8.5.x replaces 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.41 include:</p>
+<ul>
+<li>Fix various concurrency and stability issues for HTTP/2.</li>
+<li>Add support for same-site cookie attribute. Patch provided by John
+    Kelly.</li>
+<li>Add an option to sort directory listings provided by the Default
+    Servlet.</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.42_(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.20 Released" rtext="2019-05-13">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 9.0.20
+of Apache Tomcat. The notable changes compared to 9.0.19 include:</p>
+<ul>
+<li>The useAsyncIO boolean attribute on the Connector element value now
+    defaults to true.</li>
+<li>Stack traces written by the OneLineFormatter are fully indented. The
+    entire stack trace is now indented by an additional TAB character.</li>
+<li>Various HTTP/2 improvements and stability fixes.</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.20_(markt)">Tomcat 9
+changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="download-90.cgi">Download</a>
+</p>
+</section>
+
+<section name="Tomcat 8.5.41 Released" rtext="2019-05-13">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 8.5.41
+of Apache Tomcat. Apache Tomcat 8.5.x replaces 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.40 include:</p>
+<ul>
+<li>Stack traces written by the OneLineFormatter are fully indented. The
+    entire stack trace is now indented by an additional TAB character.</li>
+<li>Avoid OutOfMemoryErrors and ArrayIndexOutOfBoundsExceptions when
+    accessing large files via the default servlet when resource caching
+    has been disabled.</li>
+<li>When running on newer JREs that don't support SSLv2Hello, don't
+    warn that it is not available unless explicitly configured.</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.41_(markt)">Tomcat 8.5
+changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="download-80.cgi">Download</a>
+</p>
+</section>
+
+<section name="Tomcat Hackathon - Brussels Belgium - 4/5 May 2019" rtext="">
+<p>
+As part of the <a href="https://joinup.ec.europa.eu/collection/eu-fossa-2";
+>EU-FOSSA 2 project</a>, there will be a
+<a href="https://eufossahackathon.bemyapp.com/";
+>Tomcat Hackathon in Brussels, Belgium</a> on 4-5 May 2019.
+</p>
+
+<p>The outline of the schedule is:</p>
+<ul>
+<li>general update on the status of the project</li>
+<li>hacking</li>
+<li>wrap-up</li>
+</ul>
+<p>
+with the majority of the time spent hacking.</p>
+
+<p>We are currently collating potential tasks on <a
+href="https://cwiki.apache.org/confluence/display/TOMCAT/EU+FOSSA+May+2019";
+>the wiki</a>.</p>
+
+<p>The EU-FOSSA 2 project is providing accommodation (on the basis of 2
+people sharing - you can request a single room if you want to pay the
+difference) and might be able to help with transport costs.</p>
+
+<p>Space is limited so we are asking anyone who would like to attend
+this hackathon and contribute to the development of Tomcat to
+<a href="https://eufossahackathon.bemyapp.com/"; rel="nofollow"
+>register yourself</a>.</p>
+
+<p>Time is fairly tight so if you are interested please let us know ASAP.</p>
+
+<p>We hope to see you in Brussels.</p>
+
+</section>
+
+<section name="Tomcat 9.0.19 Released" rtext="2019-04-13">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 9.0.19
+of Apache Tomcat. The notable changes compared to 9.0.17 include:</p>
+<ul>
+<li>Fix for CVE-2019-0232, an RCE vulnerability on Windows</li>
+<li>Add support for Java 11 to the JSP compiler. Java 12 and 13 are also
+    now supported if used with a ECJ version with support for those  Java
+    versions</li>
+<li>Various NIO2 stability improvements</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.19_(markt)">Tomcat 9
+changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="download-90.cgi">Download</a>
+</p>
+</section>
+
+<section name="Tomcat 8.5.40 Released" rtext="2019-04-12">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 8.5.40
+of Apache Tomcat. Apache Tomcat 8.5.x replaces 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.39 include:</p>
+<ul>
+<li>Fix for CVE-2019-0232, an RCE vulnerability on Windows</li>
+<li>Add support for Java 11 to the JSP compiler. Java 12 and 13 are also
+    now supported if used with a ECJ version with support for those  Java
+    versions</li>
+<li>Various NIO2 stability improvements</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.40_(markt)">Tomcat 8.5
+changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="download-80.cgi">Download</a>
+</p>
+</section>
+
+<section name="Tomcat 7.0.94 Released" rtext="2019-04-12">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 7.0.94 of
+Apache Tomcat. This release contains a number of bug fixes and improvements
+compared to version 7.0.93.</p>
+<ul>
+<li>Fix for CVE-2019-0232, an RCE vulnerability on Windows</li>
+<li>Add support for Java 11 to the JSP compiler. Java 12 and 13 are also
+    now supported if used with a ECJ version with support for those  Java
+    versions</li>
+<li>Update Tomcat's packaged-renamed copy of Apache Commons DBCP to the
+    latest DBCP 1.4.x and Pool 1.6.x source (as of 2019-03-15) to pick up
+    various bug fixes</li>
+</ul>
+
+<p>
+Full details of these changes, and all the other changes, are available in the
+<a href="tomcat-7.0-doc/changelog.html#Tomcat_7.0.94_(markt)">Tomcat 7 
changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="download-70.cgi">Download</a>
+</p>
+</section>
+
+<section name="Tomcat 8.5.39 Released" rtext="2019-03-19">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 8.5.39
+of Apache Tomcat. Apache Tomcat 8.5.x replaces 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.38 include:</p>
+<ul>
+<li>The APR/Native connector now supports both OpenSSL and JSSE TLS
+    configuration syntax (NIO and NIO2 already support this)</li>
+<li>Various improvements to NIO2</li>
+<li>Various fixes for HTTP/2 push requests</li>
+<li>Refactor error handling so that errors that occur early in request
+    processing are handled by the application's error handling where the
+    application can be identified</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.39_(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.17 Released" rtext="2019-03-18">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 9.0.17
+of Apache Tomcat. The notable changes compared to 9.0.16 include:</p>
+<ul>
+<li>The APR/Native connector now supports both OpenSSL and JSSE TLS
+    configuration syntax (NIO and NIO2 already support this)</li>
+<li>Various improvements to NIO2</li>
+<li>Various fixes for HTTP/2 push requests</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.17_(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.93 Released" rtext="2019-02-21">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 7.0.93 of
+Apache Tomcat. This release contains a number of bug fixes and improvements
+compared to version 7.0.92.</p>
+<ul>
+<li>Update the packaged version of the Tomcat Native Library to 1.2.21 to pick
+    up the latest Windows binaries built with APR 1.6.5 and OpenSSL 1.1.1a and
+    to pick up the memory leak fixes when using NIO/NIO2 with OpenSSL.</li>
+</ul>
+
+<p>
+Full details of these changes, and all the other changes, are available in the
+<a href="tomcat-7.0-doc/changelog.html#Tomcat_7.0.93_(violetagg)">Tomcat 7 
changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="download-70.cgi">Download</a>
+</p>
+</section>
+
+<section name="Tomcat 9.0.16 Released" rtext="2019-02-08">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 9.0.16
+of Apache Tomcat. The notable changes compared to 9.0.14 include:</p>
+<ul>
+<li>Update the packaged version of the Tomcat Native Library to 1.2.21 to pick
+    up the memory leak fixes when using NIO/NIO2 with OpenSSL.</li>
+<li>Remove extras (JMX remote listener and web services object factories) and
+    merge them back into the core build.</li>
+<li>Correct a regression in the fix for 53737 that did not correctly scan the
+    web application directory structure for JSPs.</li>
+<li>Improve HTTP/2 timeout handling</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.16_(markt)">Tomcat 9
+changelog</a>.
+</p>
+
+<p><strong>Warning:</strong> There is a known regression in
+<code>catalina.sh</code> script. In configurations that use a PID file
+(configured via CATALINA_PID environment variable) a wrong PID value may
+be written, or the file is not created at all. See bug <bug>63041</bug>
+(and <bug>53930</bug>). The workaround is to use <code>catalina.sh</code>
+file from Tomcat 9.0.13.
+</p>
+
+<p style="text-align: center;">
+<a href="download-90.cgi">Download</a>
+</p>
+</section>
+
+<section name="Tomcat 8.5.38 Released" rtext="2019-02-08">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 8.5.38
+of Apache Tomcat. Apache Tomcat 8.5.x replaces 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.37 include:</p>
+<ul>
+<li>Update the packaged version of the Tomcat Native Library to 1.2.21 to pick
+    up the memory leak fixes when using NIO/NIO2 with OpenSSL.</li>
+<li>Correct a regression in the fix for 53737 that did not correctly scan the
+    web application directory structure for JSPs.</li>
+<li>Improve HTTP/2 timeout handling</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.38_(markt)">Tomcat 8.5
+changelog</a>.
+</p>
+
+<p><strong>Warning:</strong> There is a known regression in
+<code>catalina.sh</code> script. In configurations that use a PID file
+(configured via CATALINA_PID environment variable) a wrong PID value may
+be written, or the file is not created at all. See bug <bug>63041</bug>
+(and <bug>53930</bug>). The workaround is to use <code>catalina.sh</code>
+file from Tomcat 8.5.35.
+</p>
+
+<p style="text-align: center;">
+<a href="download-80.cgi">Download</a>
+</p>
+</section>
+
+<section name="Tomcat Native 1.2.21 Released" rtext="2019-01-31">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 1.2.21 of
+Tomcat Native. The notable changes since 1.2.19 include:
+</p>
+<ul>
+  <li>Fixed memory leaks when using NIO/NIO2 with OpenSSL for TLS.</li>
+</ul>
+<p style="text-align: center;">
+<a href="download-native.cgi">Download</a> |
+<a href="native-doc/miscellaneous/changelog.html">ChangeLog for 1.2.21</a>
+</p>
+</section>
+
+</body>
+</document>

Propchange: tomcat/site/trunk/xdocs/oldnews-2019.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: tomcat/site/trunk/xdocs/oldnews.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/oldnews.xml?rev=1875294&r1=1875293&r2=1875294&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/oldnews.xml (original)
+++ tomcat/site/trunk/xdocs/oldnews.xml Tue Mar 17 13:21:51 2020
@@ -11,7 +11,8 @@
 <section name="Older news">
 <p>Announcements from previous years can be found here:</p>
 <ul>
-  <li>year 2019</li>
+  <li>year 2020</li>
+  <li><a href="oldnews-2019.html">year 2019</a></li>
   <li><a href="oldnews-2018.html">year 2018</a></li>
   <li><a href="oldnews-2017.html">year 2017</a></li>
   <li><a href="oldnews-2016.html">year 2016</a></li>
@@ -24,697 +25,40 @@
 </ul>
 </section>
 
-<section name="Tomcat 7.0.99 Released" rtext="2019-12-17">
+<section name="Tomcat 10.0.0-M1 Released" rtext="2020-02-20">
 <p>
-The Apache Tomcat Project is proud to announce the release of version 7.0.99 of
-Apache Tomcat. This release contains a number of bug fixes and improvements
-compared to version 7.0.96.</p>
-
-<p>
-Full details of these changes, and all the other changes, are available in the
-<a href="tomcat-7.0-doc/changelog.html#Tomcat_7.0.99_(violetagg)">Tomcat 7 
changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-70.cgi">Download</a>
-</p>
-</section>
-
-<section name="Tomcat 9.0.30 Released" rtext="2019-12-12">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 9.0.30
-of Apache Tomcat. The notable changes compared to 9.0.29 include:</p>
-<ul>
-<li>Correct multiple regressions in the static resource caching related to
-    using URLs provided for cached resources</li>
-<li>Improvements to the Realm interface and implementations</li>
-<li>Bug fixes and improvements to the CORS filter</li>
+The Apache Tomcat Project is proud to announce the release of version 10.0.0-M1
+of Apache Tomcat. This release is a milestone release and is targeted at 
Jakarta
+EE 9.</p>
+<p>Users of Tomcat 10 onwards should be aware that, as a result of the move 
from
+Java EE to Jakarta EE as part of the transfer of Java EE to the Eclipse
+Foundation, the primary package for all implemented APIs has changed from
+<code>javax.*</code> to <code>jakarta.*</code>. This will almost certainly
+require code changes to enable applications to migrate from Tomcat 9 and 
earlier
+to Tomcat 10 and later. A
+<a href="https://github.com/apache/tomcat-jakartaee-migration";>migration
+tool</a> is under development to aid this process.</p>
+<p>The notable changes in this release are:</p>
+<ul>
+<li>Update to Jakarta Servlet 5.0, Jakarta Server Pages 3.0. Jakarta Expression
+    Language 4.0, Jakarta WebSocket 2.0, Jakarta Authentication 2.0 and Jakarta
+    Annotations 2.0 specifications.</li>
+<li>Use <code>&lt;request-character-encoding&gt;</code> and
+    <code>&lt;response-character-encoding&gt;</code> in
+    <code>conf/web.xml</code> to set the default request and response character
+    encodings to UTF-8.</li>
+<li>Remove duplication of HTTP/1.1 configuration on the HTTP/2 UpgradeProtocol
+    element. Configuration from the main Connector element will now be used.
+    </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.30_(markt)">Tomcat 9
-changelog</a>.
+<a href="tomcat-10.0-doc/changelog.html#Tomcat_10.0.0-M1_(markt)">Tomcat 10
+<strong>(alpha)</strong> changelog</a>.
 </p>
 
 <p style="text-align: center;">
-<a href="download-90.cgi">Download</a>
-</p>
-</section>
-
-<section name="Tomcat 8.5.50 Released" rtext="2019-12-12">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 8.5.50
-of Apache Tomcat. Apache Tomcat 8.5.x replaces 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.49 include:</p>
-<ul>
-<li>Correct multiple regressions in the static resource caching related to
-    using URLs provided for cached resources</li>
-<li>Improvements to the Realm interface and implementations</li>
-<li>Bug fixes and improvements to the CORS filter</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.50_(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.29 Released" rtext="2019-11-21">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 9.0.29
-of Apache Tomcat. The notable changes compared to 9.0.27 include:</p>
-<ul>
-<li>Improvements to Async error handling</li>
-<li>Stricter processing of HTTP headers when looking for specific token
-    values</li>
-<li>Fix various issues that could lead to modification to a JSP not being
-    reflected in the served page</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.29_(markt)">Tomcat 9
-changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-90.cgi">Download</a>
-</p>
-</section>
-
-<section name="Tomcat 8.5.49 Released" rtext="2019-11-21">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 8.5.49
-of Apache Tomcat. Apache Tomcat 8.5.x replaces 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.47 include:</p>
-<ul>
-<li>Improvements to Async error handling</li>
-<li>Stricter processing of HTTP headers when looking for specific token
-    values</li>
-<li>Fix various issues that could lead to modification to a JSP not being
-    reflected in the served page</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.49_(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.27 Released" rtext="2019-10-11">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 9.0.27
-of Apache Tomcat. The notable changes compared to 9.0.26 include:</p>
-<ul>
-<li>Update to Commons Daemon 1.2.2 to pick up the fix for a regression in
-    Commons Daemon 1.2.0 and 1.2.1 that triggered a crash on startup when
-    running on a Windows OS that had not been fully updated.</li>
-<li>Fix some edge cases with NIO2 and TLS that could cause a request to
-    hang.</li>
-<li>Fix a memory leak introduced by the HTTP/2 timeout refactoring in 9.0.23
-    that could occur when HTTP/2 or WebSocket was used.</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.27_(markt)">Tomcat 9
-changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-90.cgi">Download</a>
-</p>
-</section>
-
-<section name="Tomcat 8.5.47 Released" rtext="2019-10-11">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 8.5.47
-of Apache Tomcat. Apache Tomcat 8.5.x replaces 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.46 include:</p>
-<ul>
-<li>Update to Commons Daemon 1.2.2 to pick up the fix for a regression in
-    Commons Daemon 1.2.0 and 1.2.1 that triggered a crash on startup when
-    running on a Windows OS that had not been fully updated.</li>
-<li>Fix some edge cases with NIO2 and TLS that could cause a request to
-    hang.</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.47_(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.26 Released" rtext="2019-09-19">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 9.0.26
-of Apache Tomcat. The notable changes compared to 9.0.24 include:</p>
-<ul>
-<li>Update to Commons Daemon 1.2.1 to pick up fixes for regressions in
-    Commons Daemon 1.2.0, most notably a failure to start when using
-    a 32-bit JVM on Windows.</li>
-<li>Avoid an NPE when accessing an https port using http.</li>
-<li>Correct the invalid automatic module names for the embedded JARs.</li>
-<li>Fix a potential hang when using HTTP/2 with the asynchronous Servlet
-    API.</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.26_(markt)">Tomcat 9
-changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-90.cgi">Download</a>
-</p>
-</section>
-
-<section name="Tomcat 8.5.46 Released" rtext="2019-09-19">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 8.5.46
-of Apache Tomcat. Apache Tomcat 8.5.x replaces 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.45 include:</p>
-<ul>
-<li>Update to Commons Daemon 1.2.1 to pick up fixes for regressions in
-    Commons Daemon 1.2.0, most notably a failure to start when using
-    a 32-bit JVM on Windows.</li>
-<li>Avoid an NPE when accessing an https port using http.</li>
-<li>Fix a potential hang when using HTTP/2 with the asynchronous Servlet
-    API.</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.46_(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.5.45 Released" rtext="2019-08-21">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 8.5.45
-of Apache Tomcat. Apache Tomcat 8.5.x replaces 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.43 include:</p>
-<ul>
-<li>Expand the HTTP/2 excessive overhead protection to cover various forms
-    of abusive client behaviour and close the connection if any such
-    behaviour is detected.</li>
-<li>Security improvements to the Windows installer including a change in
-    the default user from Local System to Local Service.</li>
-<li>Improve handling of invalid requests so that 400 responses are
-    returned to the client rather than 500 responses.</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.45_(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.24 Released" rtext="2019-08-17">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 9.0.24
-of Apache Tomcat. The notable changes compared to 9.0.22 include:</p>
-<ul>
-<li>Expand Graal native image support to include JNDI, JSPs and JULI</li>
-<li>Expand the HTTP/2 excessive overhead protection to cover various forms
-    of abusive client behaviour and close the connection if any such
-    behaviour is detected.</li>
-<li>Security improvements to the Windows installer including a change in
-    the default user from Local System to Local Service.</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.24_(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.96 Released" rtext="2019-07-29">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 7.0.96 of
-Apache Tomcat. This release contains a number of bug fixes and improvements
-compared to version 7.0.94.</p>
-
-<p>
-Full details of these changes, and all the other changes, are available in the
-<a href="tomcat-7.0-doc/changelog.html#Tomcat_7.0.96_(violetagg)">Tomcat 7 
changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-70.cgi">Download</a>
-</p>
-</section>
-
-<section name="Tomcat 9.0.22 Released" rtext="2019-07-09">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 9.0.22
-of Apache Tomcat. The notable changes compared to 9.0.21 include:</p>
-<ul>
-<li>Add user buildable optional modules for easier CDI 2 and JAX-RS support.
-    Also include a new documentation page describing how to use it.</li>
-<li>Update to Tomcat Native 1.2.23 including Windows binaries built with 
OpenSSL
-    1.1.1c.</li>
-<li>Update to Eclipse Complier for Java 4.12.</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.22_(markt)">Tomcat 9
-changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-90.cgi">Download</a>
-</p>
-</section>
-
-<section name="Tomcat 8.5.43 Released" rtext="2019-07-09">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 8.5.43
-of Apache Tomcat. Apache Tomcat 8.5.x replaces 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.42 include:</p>
-<ul>
-<li>Add the ability for a UserDatabase to monitor the backing XML file for   
-    changes and reload the source file if a change in the last modified time is
-    detected. This is enabled by default meaning that changes to
-    $CATALINA_BASE/conf/tomcat-users.xml will now take effect a short time 
after
-    the file is saved.</li>
-<li>Update to Tomcat Native 1.2.23 including Windows binaries built with 
OpenSSL
-    1.1.1c.</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.43_(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.21 Released" rtext="2019-06-07">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 9.0.21
-of Apache Tomcat. The notable changes compared to 9.0.20 include:</p>
-<ul>
-<li>Fix various concurrency and stability issues for HTTP/2.</li>
-<li>Add support for same-site cookie attribute. Patch provided by John
-    Kelly.</li>
-<li>Add an option to sort directory listings provided by the Default
-    Servlet.</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.21_(markt)">Tomcat 9
-changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-90.cgi">Download</a>
-</p>
-</section>
-
-<section name="Tomcat 8.5.42 Released" rtext="2019-06-07">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 8.5.42
-of Apache Tomcat. Apache Tomcat 8.5.x replaces 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.41 include:</p>
-<ul>
-<li>Fix various concurrency and stability issues for HTTP/2.</li>
-<li>Add support for same-site cookie attribute. Patch provided by John
-    Kelly.</li>
-<li>Add an option to sort directory listings provided by the Default
-    Servlet.</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.42_(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.20 Released" rtext="2019-05-13">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 9.0.20
-of Apache Tomcat. The notable changes compared to 9.0.19 include:</p>
-<ul>
-<li>The useAsyncIO boolean attribute on the Connector element value now
-    defaults to true.</li>
-<li>Stack traces written by the OneLineFormatter are fully indented. The
-    entire stack trace is now indented by an additional TAB character.</li>
-<li>Various HTTP/2 improvements and stability fixes.</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.20_(markt)">Tomcat 9
-changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-90.cgi">Download</a>
-</p>
-</section>
-
-<section name="Tomcat 8.5.41 Released" rtext="2019-05-13">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 8.5.41
-of Apache Tomcat. Apache Tomcat 8.5.x replaces 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.40 include:</p>
-<ul>
-<li>Stack traces written by the OneLineFormatter are fully indented. The
-    entire stack trace is now indented by an additional TAB character.</li>
-<li>Avoid OutOfMemoryErrors and ArrayIndexOutOfBoundsExceptions when
-    accessing large files via the default servlet when resource caching
-    has been disabled.</li>
-<li>When running on newer JREs that don't support SSLv2Hello, don't
-    warn that it is not available unless explicitly configured.</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.41_(markt)">Tomcat 8.5
-changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-80.cgi">Download</a>
-</p>
-</section>
-
-<section name="Tomcat Hackathon - Brussels Belgium - 4/5 May 2019" rtext="">
-<p>
-As part of the <a href="https://joinup.ec.europa.eu/collection/eu-fossa-2";
->EU-FOSSA 2 project</a>, there will be a
-<a href="https://eufossahackathon.bemyapp.com/";
->Tomcat Hackathon in Brussels, Belgium</a> on 4-5 May 2019.
-</p>
-
-<p>The outline of the schedule is:</p>
-<ul>
-<li>general update on the status of the project</li>
-<li>hacking</li>
-<li>wrap-up</li>
-</ul>
-<p>
-with the majority of the time spent hacking.</p>
-
-<p>We are currently collating potential tasks on <a
-href="https://cwiki.apache.org/confluence/display/TOMCAT/EU+FOSSA+May+2019";
->the wiki</a>.</p>
-
-<p>The EU-FOSSA 2 project is providing accommodation (on the basis of 2
-people sharing - you can request a single room if you want to pay the
-difference) and might be able to help with transport costs.</p>
-
-<p>Space is limited so we are asking anyone who would like to attend
-this hackathon and contribute to the development of Tomcat to
-<a href="https://eufossahackathon.bemyapp.com/"; rel="nofollow"
->register yourself</a>.</p>
-
-<p>Time is fairly tight so if you are interested please let us know ASAP.</p>
-
-<p>We hope to see you in Brussels.</p>
-
-</section>
-
-<section name="Tomcat 9.0.19 Released" rtext="2019-04-13">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 9.0.19
-of Apache Tomcat. The notable changes compared to 9.0.17 include:</p>
-<ul>
-<li>Fix for CVE-2019-0232, an RCE vulnerability on Windows</li>
-<li>Add support for Java 11 to the JSP compiler. Java 12 and 13 are also
-    now supported if used with a ECJ version with support for those  Java
-    versions</li>
-<li>Various NIO2 stability improvements</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.19_(markt)">Tomcat 9
-changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-90.cgi">Download</a>
-</p>
-</section>
-
-<section name="Tomcat 8.5.40 Released" rtext="2019-04-12">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 8.5.40
-of Apache Tomcat. Apache Tomcat 8.5.x replaces 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.39 include:</p>
-<ul>
-<li>Fix for CVE-2019-0232, an RCE vulnerability on Windows</li>
-<li>Add support for Java 11 to the JSP compiler. Java 12 and 13 are also
-    now supported if used with a ECJ version with support for those  Java
-    versions</li>
-<li>Various NIO2 stability improvements</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.40_(markt)">Tomcat 8.5
-changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-80.cgi">Download</a>
-</p>
-</section>
-
-<section name="Tomcat 7.0.94 Released" rtext="2019-04-12">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 7.0.94 of
-Apache Tomcat. This release contains a number of bug fixes and improvements
-compared to version 7.0.93.</p>
-<ul>
-<li>Fix for CVE-2019-0232, an RCE vulnerability on Windows</li>
-<li>Add support for Java 11 to the JSP compiler. Java 12 and 13 are also
-    now supported if used with a ECJ version with support for those  Java
-    versions</li>
-<li>Update Tomcat's packaged-renamed copy of Apache Commons DBCP to the
-    latest DBCP 1.4.x and Pool 1.6.x source (as of 2019-03-15) to pick up
-    various bug fixes</li>
-</ul>
-
-<p>
-Full details of these changes, and all the other changes, are available in the
-<a href="tomcat-7.0-doc/changelog.html#Tomcat_7.0.94_(markt)">Tomcat 7 
changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-70.cgi">Download</a>
-</p>
-</section>
-
-<section name="Tomcat 8.5.39 Released" rtext="2019-03-19">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 8.5.39
-of Apache Tomcat. Apache Tomcat 8.5.x replaces 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.38 include:</p>
-<ul>
-<li>The APR/Native connector now supports both OpenSSL and JSSE TLS
-    configuration syntax (NIO and NIO2 already support this)</li>
-<li>Various improvements to NIO2</li>
-<li>Various fixes for HTTP/2 push requests</li>
-<li>Refactor error handling so that errors that occur early in request
-    processing are handled by the application's error handling where the
-    application can be identified</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.39_(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.17 Released" rtext="2019-03-18">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 9.0.17
-of Apache Tomcat. The notable changes compared to 9.0.16 include:</p>
-<ul>
-<li>The APR/Native connector now supports both OpenSSL and JSSE TLS
-    configuration syntax (NIO and NIO2 already support this)</li>
-<li>Various improvements to NIO2</li>
-<li>Various fixes for HTTP/2 push requests</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.17_(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.93 Released" rtext="2019-02-21">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 7.0.93 of
-Apache Tomcat. This release contains a number of bug fixes and improvements
-compared to version 7.0.92.</p>
-<ul>
-<li>Update the packaged version of the Tomcat Native Library to 1.2.21 to pick
-    up the latest Windows binaries built with APR 1.6.5 and OpenSSL 1.1.1a and
-    to pick up the memory leak fixes when using NIO/NIO2 with OpenSSL.</li>
-</ul>
-
-<p>
-Full details of these changes, and all the other changes, are available in the
-<a href="tomcat-7.0-doc/changelog.html#Tomcat_7.0.93_(violetagg)">Tomcat 7 
changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-70.cgi">Download</a>
-</p>
-</section>
-
-<section name="Tomcat 9.0.16 Released" rtext="2019-02-08">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 9.0.16
-of Apache Tomcat. The notable changes compared to 9.0.14 include:</p>
-<ul>
-<li>Update the packaged version of the Tomcat Native Library to 1.2.21 to pick
-    up the memory leak fixes when using NIO/NIO2 with OpenSSL.</li>
-<li>Remove extras (JMX remote listener and web services object factories) and
-    merge them back into the core build.</li>
-<li>Correct a regression in the fix for 53737 that did not correctly scan the
-    web application directory structure for JSPs.</li>
-<li>Improve HTTP/2 timeout handling</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.16_(markt)">Tomcat 9
-changelog</a>.
-</p>
-
-<p><strong>Warning:</strong> There is a known regression in
-<code>catalina.sh</code> script. In configurations that use a PID file
-(configured via CATALINA_PID environment variable) a wrong PID value may
-be written, or the file is not created at all. See bug <bug>63041</bug>
-(and <bug>53930</bug>). The workaround is to use <code>catalina.sh</code>
-file from Tomcat 9.0.13.
-</p>
-
-<p style="text-align: center;">
-<a href="download-90.cgi">Download</a>
-</p>
-</section>
-
-<section name="Tomcat 8.5.38 Released" rtext="2019-02-08">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 8.5.38
-of Apache Tomcat. Apache Tomcat 8.5.x replaces 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.37 include:</p>
-<ul>
-<li>Update the packaged version of the Tomcat Native Library to 1.2.21 to pick
-    up the memory leak fixes when using NIO/NIO2 with OpenSSL.</li>
-<li>Correct a regression in the fix for 53737 that did not correctly scan the
-    web application directory structure for JSPs.</li>
-<li>Improve HTTP/2 timeout handling</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.38_(markt)">Tomcat 8.5
-changelog</a>.
-</p>
-
-<p><strong>Warning:</strong> There is a known regression in
-<code>catalina.sh</code> script. In configurations that use a PID file
-(configured via CATALINA_PID environment variable) a wrong PID value may
-be written, or the file is not created at all. See bug <bug>63041</bug>
-(and <bug>53930</bug>). The workaround is to use <code>catalina.sh</code>
-file from Tomcat 8.5.35.
-</p>
-
-<p style="text-align: center;">
-<a href="download-80.cgi">Download</a>
-</p>
-</section>
-
-<section name="Tomcat Native 1.2.21 Released" rtext="2019-01-31">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 1.2.21 of
-Tomcat Native. The notable changes since 1.2.19 include:
-</p>
-<ul>
-  <li>Fixed memory leaks when using NIO/NIO2 with OpenSSL for TLS.</li>
-</ul>
-<p style="text-align: center;">
-<a href="download-native.cgi">Download</a> |
-<a href="native-doc/miscellaneous/changelog.html">ChangeLog for 1.2.21</a>
+<a href="download-10.cgi">Download</a>
 </p>
 </section>
 

Modified: tomcat/site/trunk/xdocs/whichversion.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/whichversion.xml?rev=1875294&r1=1875293&r2=1875294&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/whichversion.xml (original)
+++ tomcat/site/trunk/xdocs/whichversion.xml Tue Mar 17 13:21:51 2020
@@ -39,7 +39,7 @@ specifications</a> and the respective Ap
   <td>2.0</td>
   <td>2.0</td>
   <td>10.0.x</td>
-  <td>10.0.0-M1</td>
+  <td>10.0.0-M3</td>
   <td>8 and later</td>
 </tr>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to