This is an automated email from the ASF dual-hosted git repository.
remm 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 cfb055095d Fix bnd packaging for the tomcat-coyote jar
cfb055095d is described below
commit cfb055095dc8b4f7b982253cd6449646f4e829d1
Author: remm <[email protected]>
AuthorDate: Thu Apr 11 11:16:05 2024 +0200
Fix bnd packaging for the tomcat-coyote jar
---
res/bnd/tomcat-coyote.jar.tmp.bnd | 4 +++-
webapps/docs/changelog.xml | 13 ++++++++++++-
2 files changed, 15 insertions(+), 2 deletions(-)
diff --git a/res/bnd/tomcat-coyote.jar.tmp.bnd
b/res/bnd/tomcat-coyote.jar.tmp.bnd
index 0f9314adf3..9900a31ccc 100644
--- a/res/bnd/tomcat-coyote.jar.tmp.bnd
+++ b/res/bnd/tomcat-coyote.jar.tmp.bnd
@@ -37,7 +37,9 @@ Export-Package: \
org.apache.tomcat.util.net,\
org.apache.tomcat.util.net.jsse,\
org.apache.tomcat.util.net.openssl,\
- org.apache.tomcat.util.net.openssl.ciphers
+ org.apache.tomcat.util.net.openssl.ciphers,\
+ org.apache.tomcat.util.net.openssl.panama,\
+ org.apache.tomcat.util.openssl
-includepackage: \
org.apache.tomcat.util.bcel,\
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 269ca46299..53ead63848 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -104,7 +104,18 @@
They eventually become mixed with the numbered issues (i.e., numbered
issues do not "pop up" wrt. others).
-->
-<section name="Tomcat 10.1.21 (schultz)" rtext="in development">
+<section name="Tomcat 10.1.23 (schultz)" rtext="in development">
+ <subsection name="Coyote">
+ <changelog>
+ <fix>
+ Fix bnd jar descriptor to include the OpenSSL FFM support. (remm)
+ </fix>
+ </changelog>
+ </subsection>
+</section>
+<section name="Tomcat 10.1.22 (schultz)" rtext="release in progress">
+</section>
+<section name="Tomcat 10.1.21 (schultz)" rtext="not released">
<subsection name="Catalina">
<changelog>
<fix>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]