This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit db8e9ee8363ca64cbaab9c1d3323ecb75781816e Author: Mark Thomas <[email protected]> AuthorDate: Tue Mar 22 08:49:31 2022 +0000 Re-order sections to use expected order --- webapps/docs/changelog.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index f16b38d..6b7f7ae 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -113,6 +113,15 @@ </scode> </changelog> </subsection> + <subsection name="Coyote"> + <changelog> + <fix> + Use a constant for the default TLS cipher suite. This will allow + skipping setting it in some cases (for example, it does not make + sense for OpenSSL TLS 1.3). (remm) + </fix> + </changelog> + </subsection> <subsection name="Web applications"> <changelog> <fix> @@ -126,15 +135,6 @@ </fix> </changelog> </subsection> - <subsection name="Coyote"> - <changelog> - <fix> - Use a constant for the default TLS cipher suite. This will allow - skipping setting it in some cases (for example, it does not make - sense for OpenSSL TLS 1.3). (remm) - </fix> - </changelog> - </subsection> <subsection name="Other"> <changelog> <fix> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
