Upadte to 1.1.22 of the native connector
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 8 Aug 2011 10:42:49 +0000 (10:42 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 8 Aug 2011 10:42:49 +0000 (10:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1154911 13f79535-47bb-0310-9956-ffa450edef68

build.properties.default
java/org/apache/catalina/core/AprLifecycleListener.java
webapps/docs/changelog.xml

index 062a50a..819d082 100644 (file)
@@ -129,7 +129,7 @@ jdt.loc.1=http://archive.eclipse.org/eclipse/downloads/drops/${jdt.release}/ecj-
 jdt.loc.2=http://download.eclipse.org/eclipse/downloads/drops/${jdt.release}/ecj-${jdt.version}.jar
 
 # ----- Tomcat native library -----
-tomcat-native.version=1.1.20
+tomcat-native.version=1.1.22
 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
index 693c1fc..58cf3a6 100644 (file)
@@ -61,7 +61,7 @@ public class AprLifecycleListener
     protected static final int TCN_REQUIRED_MINOR = 1;
     protected static final int TCN_REQUIRED_PATCH = 17;
     protected static final int TCN_RECOMMENDED_MINOR = 1;
-    protected static final int TCN_RECOMMENDED_PV = 20;
+    protected static final int TCN_RECOMMENDED_PV = 22;
 
 
     // ---------------------------------------------- Properties
index f909a4c..418e6e6 100644 (file)
       <fix>
         Fix a small number of warnings reported by FindBugs. (markt)
       </fix>
+      <update>
+        Update to version 1.1.22 of the native component for the AJP APR/native
+        and HTTP APR/native connectors. (markt)
+      </update>
     </changelog>
   </subsection>
 </section>