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

markt-asf pushed a commit to branch 1.3.x
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git


The following commit(s) were added to refs/heads/1.3.x by this push:
     new fde26e807 Move entries to correct version
fde26e807 is described below

commit fde26e807cf07baf9a515b868b600b5e720cba5d
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Sep 2 08:37:57 2026 +0100

    Move entries to correct version
---
 xdocs/miscellaneous/changelog.xml | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/xdocs/miscellaneous/changelog.xml 
b/xdocs/miscellaneous/changelog.xml
index 4f7dd6216..062432d6e 100644
--- a/xdocs/miscellaneous/changelog.xml
+++ b/xdocs/miscellaneous/changelog.xml
@@ -103,6 +103,16 @@
     <scode>
       Make <code>setTmpECDHByCurveName()</code> a NO-OP. (markt)
     </scode>
+    <fix>
+      Refactor extraction of ECDH curve name from the Certificate to avoid
+      deprecated OpenSSL methods. (markt)
+    </fix>
+    <fix>
+      Refactor the native implementation of <code>SSL.getTime()</code> to avoid
+      the Y2038 problem in <code>SSL_SESSION_get_time()</code> when running on 
a
+      verion of OpenSSL that includes the new
+      <code>SSL_SESSION_get_time_ex()</code> method. (markt)
+    </fix>
   </changelog>
 </section>
 <section name="1.3.8" rtext="2026-06-15">
@@ -179,16 +189,6 @@
       Clear an additional error in OCSP processing that was preventing OCSP 
soft
       fail working with Tomcat's APR/native connector. (markt)
     </fix>
-    <fix>
-      Refactor extraction of ECDH curve name from the Certificate to avoid
-      deprecated OpenSSL methods. (markt)
-    </fix>
-    <fix>
-      Refactor the native implementation of <code>SSL.getTime()</code> to avoid
-      the Y2038 problem in <code>SSL_SESSION_get_time()</code> when running on 
a
-      verion of OpenSSL that includes the new
-      <code>SSL_SESSION_get_time_ex()</code> method. (markt)
-    </fix>
   </changelog>
 </section>
 <section name="1.3.4" rtext="2026-01-12">


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

Reply via email to