This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push: new 0e2f627 Update to reflect new version numbering plans 0e2f627 is described below commit 0e2f6273e201a371559ad2769614ebd673efa283 Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Feb 13 18:07:35 2020 +0000 Update to reflect new version numbering plans I wouldn't normally do this but I think it makes sense in order to reduce opportunities for user confusion. --- webapps/docs/changelog.xml | 118 ++++++++++++++++++++------------------------- 1 file changed, 52 insertions(+), 66 deletions(-) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index c3fc696..cb08195 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -44,9 +44,37 @@ They eventually become mixed with the numbered issues (i.e., numbered issues do not "pop up" wrt. others). --> -<section name="Tomcat 10.0.0.0-M2 (markt)" rtext="in development"> +<section name="Tomcat 10.0.0-M1 (markt)" rtext="in development"> + <subsection name="General"> + <scode> + This release contains all of the changes upto and including those in + Apache Tomcat 9.0.31 plus the additional changes listed below. (markt) + </scode> + </subsection> <subsection name="Catalina"> <changelog> + <update> + Refactor recycle facade system property into a new connector attribute + named <code>discardFacades</code> and enable it by default. (remm) + </update> + <update> + 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. (markt) + </update> + <update> + Remove GenericPrincipal.getPassword. The credentials should remain + managed by the realm. (remm) + </update> + <update> + Add connection pooling to JNDI realm. (remm) + </update> + <update> + Use <code><request-character-encoding></code> and + <code><response-character-encoding></code> in + <code>conf/web.xml</code> to set the default request and response + character encodings to UTF-8. (markt) + </update> <fix> Store config compatibility with HostWebXmlCacheCleaner listener. (remm) </fix> @@ -68,6 +96,25 @@ </subsection> <subsection name="Coyote"> <changelog> + <update> + Update endpoint cache sizes defaults. (remm) + </update> + <update> + Remove unused NIO blocking selector. (remm) + </update> + <add> + When using an AJP Connector, convert Java Servlet specific request + attributes to the Jakarta Servlet equivalent. (markt) + </add> + <add> + When reporting / logging invalid HTTP headers encode any non-printing + characters using the 0xNN form. (markt) + </add> + <update> + Remove duplication of HTTP/1.1 configuration on the HTTP/2 + UpgradeProtocol element. Configuration from the main Connector element + will now be used. (remm) + </update> <fix> When the NIO or APR/native connectors were configured with <code>useAsyncIO="true"</code> and a zero length read or write was @@ -103,6 +150,10 @@ <subsection name="Other"> <changelog> <fix> + <bug>53620</bug>: JULI now only creates logging files when there is a + log entry to write. Based on a patch by Karol Bucek. (markt) + </fix> + <fix> Update implementated specification version information in a few places where it has not been updated for Jakarta EE 9. (markt) </fix> @@ -117,70 +168,5 @@ </changelog> </subsection> </section> -<section name="Tomcat 10.0.0.0-M1 (markt)" rtext="release in progress"> - <subsection name="General"> - <scode> - This release contains all of the changes upto and including those in - Apache Tomcat 9.0.31 plus the additional changes listed below. (markt) - </scode> - </subsection> - <subsection name="Catalina"> - <changelog> - <update> - Refactor recycle facade system property into a new connector attribute - named <code>discardFacades</code> and enable it by default. (remm) - </update> - <update> - 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. (markt) - </update> - <update> - Remove GenericPrincipal.getPassword. The credentials should remain - managed by the realm. (remm) - </update> - <update> - Add connection pooling to JNDI realm. (remm) - </update> - <update> - Use <code><request-character-encoding></code> and - <code><response-character-encoding></code> in - <code>conf/web.xml</code> to set the default request and response - character encodings to UTF-8. (markt) - </update> - </changelog> - </subsection> - <subsection name="Coyote"> - <changelog> - <update> - Update endpoint cache sizes defaults. (remm) - </update> - <update> - Remove unused NIO blocking selector. (remm) - </update> - <add> - When using an AJP Connector, convert Java Servlet specific request - attributes to the Jakarta Servlet equivalent. (markt) - </add> - <add> - When reporting / logging invalid HTTP headers encode any non-printing - characters using the 0xNN form. (markt) - </add> - <update> - Remove duplication of HTTP/1.1 configuration on the HTTP/2 - UpgradeProtocol element. Configuration from the main Connector element - will now be used. (remm) - </update> - </changelog> - </subsection> - <subsection name="Other"> - <changelog> - <fix> - <bug>53620</bug>: JULI now only creates logging files when there is a - log entry to write. Based on a patch by Karol Bucek. (markt) - </fix> - </changelog> - </subsection> -</section> </body> </document> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org