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

markt-asf 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 045f436dd1 Update minimum required Native versions
045f436dd1 is described below

commit 045f436dd188069928cc4661ee3c58f3b536f6d8
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Jun 16 17:55:46 2026 +0100

    Update minimum required Native versions
    
    There is new API in 1.3.8 / 2.0.15 that is required (part of PHA fixes)
---
 java/org/apache/catalina/core/AprLifecycleListener.java | 6 +++---
 webapps/docs/changelog.xml                              | 7 +++++++
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/java/org/apache/catalina/core/AprLifecycleListener.java 
b/java/org/apache/catalina/core/AprLifecycleListener.java
index 004248c25e..8753346f87 100644
--- a/java/org/apache/catalina/core/AprLifecycleListener.java
+++ b/java/org/apache/catalina/core/AprLifecycleListener.java
@@ -65,20 +65,20 @@ public class AprLifecycleListener implements 
LifecycleListener {
     // ---------------------------------------------- Constants
 
     private static final int TCN_1_REQUIRED_MINOR = 3;
-    private static final int TCN_1_REQUIRED_PATCH = 4;
+    private static final int TCN_1_REQUIRED_PATCH = 8;
 
     /** Required major version of Tomcat Native. */
     protected static final int TCN_REQUIRED_MAJOR = 2;
     /** Required minor version of Tomcat Native. */
     protected static final int TCN_REQUIRED_MINOR = 0;
     /** Required patch version of Tomcat Native. */
-    protected static final int TCN_REQUIRED_PATCH = 12;
+    protected static final int TCN_REQUIRED_PATCH = 15;
     /** Recommended major version of Tomcat Native. */
     protected static final int TCN_RECOMMENDED_MAJOR = 2;
     /** Recommended minor version of Tomcat Native. */
     protected static final int TCN_RECOMMENDED_MINOR = 0;
     /** Recommended patch version of Tomcat Native. */
-    protected static final int TCN_RECOMMENDED_PV = 14;
+    protected static final int TCN_RECOMMENDED_PV = 15;
 
 
     // ---------------------------------------------- Properties
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 3afbc8d511..8e608ffe22 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -499,6 +499,13 @@
         When processing an OpenSSL cipher specification, fully align the order
         of the resulting ciphers with the order produced by OpenSSL. (markt)
       </fix>
+      <update>
+        Update both the minimum and recommended version for Tomcat Native 2.x 
to
+        2.0.15. (markt)
+      </update>
+      <update>
+        Update both the minimum version for Tomcat Native 1.x to 1.3.8. (markt)
+      </update>
     </changelog>
   </subsection>
   <subsection name="Jasper">


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

Reply via email to