This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 17fd21352a Update Tomcat Native to 1.3.7
17fd21352a is described below
commit 17fd21352a19ec1b821b09a06cd3df651f65921c
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Mar 11 17:50:30 2026 +0000
Update Tomcat Native to 1.3.7
---
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 76e1278eb5..906e39e180 100644
--- a/java/org/apache/catalina/core/AprLifecycleListener.java
+++ b/java/org/apache/catalina/core/AprLifecycleListener.java
@@ -68,7 +68,7 @@ public class AprLifecycleListener implements
LifecycleListener {
protected static final int TCN_REQUIRED_PATCH = 4;
protected static final int TCN_RECOMMENDED_MAJOR = 1;
protected static final int TCN_RECOMMENDED_MINOR = 3;
- protected static final int TCN_RECOMMENDED_PV = 5;
+ protected static final int TCN_RECOMMENDED_PV = 7;
// ---------------------------------------------- Properties
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 9d0787a416..655dd89e82 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -251,6 +251,9 @@
<update>
Update the internal fork of Apache Commons BCEL to 6.12.0. (markt)
</update>
+ <update>
+ Update Tomcat Native to 1.3.7. (markt)
+ </update>
</changelog>
</subsection>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]