You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2021/11/09 09:00:38 UTC

[tomcat] branch main updated: Fix changelog entry

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

remm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/main by this push:
     new 48df7be  Fix changelog entry
48df7be is described below

commit 48df7be04c8b2654c8673acfcaecb8c05ba85c11
Author: remm <re...@apache.org>
AuthorDate: Tue Nov 9 10:00:17 2021 +0100

    Fix changelog entry
---
 webapps/docs/changelog.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 42c92bd..5576ac4 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -166,6 +166,12 @@
         <pr>457</pr>: Add a <code>toString()</code> method to
         <code>MimeHeader</code> to aid debugging. (dblevins)
       </add>
+      <add>
+        Add experimental OpenSSL support through the Panama API incubating in
+        Java 17, with support for OpenSSL 1.1+. This no longer requires
+        tomcat-native or APR. Please refer to the <code>openssl-java17</code>
+        module for more details. (remm)
+      </add>
     </changelog>
   </subsection>
   <subsection name="Jasper">
@@ -192,12 +198,6 @@
         Servlet API. The new approach synchronizes the <code>service()</code>
         method.
       </fix>
-      <add>
-        Add experimental OpenSSL support through the Panama API incubating in
-        Java 17, with support for OpenSSL 1.1+. This no longer requires
-        tomcat-native or APR. Please refer to the <code>openssl-java17</code>
-        module for more details. (remm)
-      </add>
     </changelog>
   </subsection>
   <subsection name="WebSocket">

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org