This is an automated email from the ASF dual-hosted git repository.
rainerjung pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 162493c6d3 Move changelog entry to correct version
162493c6d3 is described below
commit 162493c6d3f9a5adc929aebf3a841d91b49b4b27
Author: Rainer Jung <[email protected]>
AuthorDate: Mon Jun 22 21:11:56 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 deb44e267b..fb76fd2c0c 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)
@@ -555,14 +563,6 @@
<section name="Tomcat 10.1.55 (schultz)" 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]