This is an automated email from the ASF dual-hosted git repository. markt-asf pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
commit 32049b17cea484b6d420fa8c378fa71dabd7ea83 Author: Mark Thomas <[email protected]> AuthorDate: Tue Sep 22 17:01:05 2026 +0100 Move to correct section --- xdocs/miscellaneous/changelog.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xdocs/miscellaneous/changelog.xml b/xdocs/miscellaneous/changelog.xml index 0ffb364db..f25ec930b 100644 --- a/xdocs/miscellaneous/changelog.xml +++ b/xdocs/miscellaneous/changelog.xml @@ -33,6 +33,10 @@ </section> <section name="2.0.17" rtext="development in progress"> <changelog> + <add> + Add support for configuring server-side TLSv1.2 and TLSv1.3 pre-shared + key callbacks. (markt) + </add> </changelog> </section> <section name="2.0.16" rtext="2026-09-07"> @@ -51,10 +55,6 @@ <update> Make Windows 10 / 11 the default target version for Windows builds. (rjung) </update> - <add> - Add support for configuring server-side TLSv1.2 and TLSv1.3 pre-shared - key callbacks. (markt) - </add> <fix> Fix a potential crash when negotiating ALPN. (markt) </fix> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
