This is an automated email from the ASF dual-hosted git repository.

rainerjung pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 3b7ce20eb1 Move changelog entry to correct version
3b7ce20eb1 is described below

commit 3b7ce20eb14c35ee699e320c264c51cd5f8c21a6
Author: Rainer Jung <[email protected]>
AuthorDate: Mon Jun 22 21:13:27 2026 +0200

    Move changelog entry to correct version
---
 webapps/docs/changelog.xml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index da68a6891f..e42de6a49c 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -144,6 +144,14 @@
         Add support for literal <code>'%'</code> characters in access log
         output. Based on pull request <pr>1002</pr> by Fabian Hahn. (markt)
       </add>
+      <fix>
+        Lower the log level to debug when OpenSSL initialization fails in
+        <code>OpenSSLLifecycleListener</code> to avoid stack traces
+        when <code>libssl.so</code> is not present and to align the behavior
+        of the <code>isAvailable()</code> check with the
+        <code>AprLifecycleListener</code> and gracefully fail when natives
+        are not present. (csutherl)
+      </fix>
       <fix>
         Prevent duplicate log messages when clustering JARs are not present on
         startup. (csutherl)
@@ -547,14 +555,6 @@
 <section name="Tomcat 9.0.118 (remm)" rtext="2026-05-11">
   <subsection name="Catalina">
     <changelog>
-      <fix>
-        Lower the log level to debug when OpenSSL initialization fails in
-        <code>OpenSSLLifecycleListener</code> to avoid stack traces
-        when <code>libssl.so</code> is not present and to align the behavior
-        of the <code>isAvailable()</code> check with the
-        <code>AprLifecycleListener</code> and gracefully fail when natives
-        are not present. (csutherl)
-      </fix>
       <add>
         Enhance <code>version.sh</code> and <code>version.bat</code> to display
         APR, Tomcat Native, and OpenSSL version information (both APR and FFM


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to