Author: markt Date: Mon Aug 14 13:26:39 2023 New Revision: 1911648 URL: http://svn.apache.org/viewvc?rev=1911648&view=rev Log: This time with the correct chnages
Modified: tomcat/site/trunk/docs/index.html tomcat/site/trunk/xdocs/index.xml Modified: tomcat/site/trunk/docs/index.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1911648&r1=1911647&r2=1911648&view=diff ============================================================================== --- tomcat/site/trunk/docs/index.html (original) +++ tomcat/site/trunk/docs/index.html Mon Aug 14 13:26:39 2023 @@ -49,11 +49,11 @@ migration tool for Jakarta EE tool</a> w <a href="https://tomcat.apache.org/download-migration.cgi">download</a> for off-line use.</p> <p>The notable changes in this release are:</p> <ul> - <li>Add ContextNamingInfoListener, a listener which creates context naming - information environment entries.</li> - - <li>Add PropertiesRoleMappingListener, a listener which populates the - context's role mapping from a properties file.</li> +<li>Refactor HTTP/2 implementation to reduce pinning when using virtual + threads.</li> +<li>Pass through ciphers referring to an OpenSSL profile, such as + PROFILE=SYSTEM instead of producing an error trying to parse it.</li> +<li>Update Tomcat Native to 2.0.5.</li> </ul> <p> Full details of these changes, and all the other changes, are available in the Modified: tomcat/site/trunk/xdocs/index.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/index.xml?rev=1911648&r1=1911647&r2=1911648&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/index.xml (original) +++ tomcat/site/trunk/xdocs/index.xml Mon Aug 14 13:26:39 2023 @@ -70,11 +70,11 @@ migration tool for Jakarta EE tool</a> w <a href="download-migration.cgi">download</a> for off-line use.</p> <p>The notable changes in this release are:</p> <ul> - <li>Add ContextNamingInfoListener, a listener which creates context naming - information environment entries.</li> - - <li>Add PropertiesRoleMappingListener, a listener which populates the - context's role mapping from a properties file.</li> +<li>Refactor HTTP/2 implementation to reduce pinning when using virtual + threads.</li> +<li>Pass through ciphers referring to an OpenSSL profile, such as + PROFILE=SYSTEM instead of producing an error trying to parse it.</li> +<li>Update Tomcat Native to 2.0.5.</li> </ul> <p> Full details of these changes, and all the other changes, are available in the --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org