This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 738f46a34ff448af74866ceefec2b2cc3e0f75f7 Author: Mark Thomas <[email protected]> AuthorDate: Wed Mar 11 17:43:03 2026 +0000 Update the recommended version of Tomcat Native to 2.0.14 --- java/org/apache/catalina/core/AprLifecycleListener.java | 2 +- webapps/docs/changelog.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/java/org/apache/catalina/core/AprLifecycleListener.java b/java/org/apache/catalina/core/AprLifecycleListener.java index 298e213a2c..9ff9f2b8bb 100644 --- a/java/org/apache/catalina/core/AprLifecycleListener.java +++ b/java/org/apache/catalina/core/AprLifecycleListener.java @@ -72,7 +72,7 @@ public class AprLifecycleListener implements LifecycleListener { protected static final int TCN_REQUIRED_PATCH = 12; protected static final int TCN_RECOMMENDED_MAJOR = 2; protected static final int TCN_RECOMMENDED_MINOR = 0; - protected static final int TCN_RECOMMENDED_PV = 12; + protected static final int TCN_RECOMMENDED_PV = 14; // ---------------------------------------------- Properties diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index c27b34ff9b..5031436992 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -199,6 +199,9 @@ Add validation of chunk extensions for chunked transfer encoding. (markt) </fix> + <update> + Update the recommended version for Tomcat Native 2.x to 2.0.14. (markt) + </update> </changelog> </subsection> <subsection name="Jasper"> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
