This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push: new 744b0fd Update to Tomcat Native 1.2.30 744b0fd is described below commit 744b0fd7834705cf1b293717226dd780c3e8466b Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Jun 8 09:28:26 2021 +0100 Update to Tomcat Native 1.2.30 --- build.properties.default | 6 +++--- java/org/apache/catalina/core/AprLifecycleListener.java | 2 +- webapps/docs/changelog.xml | 4 ++++ 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/build.properties.default b/build.properties.default index a6b05fd..dd478e5 100644 --- a/build.properties.default +++ b/build.properties.default @@ -151,13 +151,13 @@ jdt.loc.1=http://archive.eclipse.org/eclipse/downloads/drops4/${jdt.release}/ecj jdt.loc.2=http://download.eclipse.org/eclipse/downloads/drops4/${jdt.release}/ecj-${jdt.version}.jar # ----- Tomcat native library ----- -tomcat-native.version=1.2.28 +tomcat-native.version=1.2.30 tomcat-native.src.checksum.enabled=true tomcat-native.src.checksum.algorithm=SHA-512 -tomcat-native.src.checksum.value=16b8659dcd228ea153d05c9ae19e3d97add944315f3b8b42905162d0e4e8a28fd51a172d59d7da8508271ecad0b8ac025a386895565acaf8e2ba11fba77492bb +tomcat-native.src.checksum.value=51a8c55214de166cace193c3330abe77cabea56c2d05efc8c3408bc06369c328899376c94c572725ebe2887f2faf99fea05d1819fa84c712d57fd309d0476953 tomcat-native.win.checksum.enabled=true tomcat-native.win.checksum.algorithm=SHA-512 -tomcat-native.win.checksum.value=a0a7c05ca1b2b873456e2331232f9752b52af23a205e61d14905e0779f4c517563438b45fc36b1a81803f67d47b39e77009e4a4e892a3fd0e548398ed9a69dc3 +tomcat-native.win.checksum.value=ce84edcec3b5a89b0c30951bb8832695a657e7558bceece8e92551644773d0f763369951d9d043dbf52653f4e37238d8d53555ae58cc0017bf777b447d00f603 tomcat-native.home=${base.path}/tomcat-native-${tomcat-native.version} tomcat-native.tar.gz=${tomcat-native.home}/tomcat-native.tar.gz tomcat-native.loc.1=${base-tomcat.loc.1}/tomcat-connectors/native/${tomcat-native.version}/source/tomcat-native-${tomcat-native.version}-src.tar.gz diff --git a/java/org/apache/catalina/core/AprLifecycleListener.java b/java/org/apache/catalina/core/AprLifecycleListener.java index c1a9a51..99a84bd 100644 --- a/java/org/apache/catalina/core/AprLifecycleListener.java +++ b/java/org/apache/catalina/core/AprLifecycleListener.java @@ -67,7 +67,7 @@ public class AprLifecycleListener protected static final int TCN_REQUIRED_MINOR = 2; protected static final int TCN_REQUIRED_PATCH = 14; protected static final int TCN_RECOMMENDED_MINOR = 2; - protected static final int TCN_RECOMMENDED_PV = 23; + protected static final int TCN_RECOMMENDED_PV = 30; // ---------------------------------------------- Properties diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 141adac..38b27ca 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -252,6 +252,10 @@ <add> Improvements to Korean translations. (woonsan) </add> + <update> + Update the packaged version of the Tomcat Native Library to 1.2.30. Also + update the minimum recommended version to 1.2.30. (markt) + </update> </changelog> </subsection> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org