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
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
<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>