From: jfclere Date: Thu, 25 Sep 2008 09:29:23 +0000 (+0000) Subject: Use lastest tc-native version. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=535bec8f90d1a53d09d4f720ffcb0bee378c9129;p=tomcat7.0 Use lastest tc-native version. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@698892 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.properties.default b/build.properties.default index 8a7c9eeeb..f4fa5cb00 100644 --- a/build.properties.default +++ b/build.properties.default @@ -62,7 +62,7 @@ jdt.jar=${jdt.lib}/org.eclipse.jdt.core_3.3.1.v_780_R33x.jar jdt.loc=http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.3.1-200709211145/eclipse-JDT-3.3.1.zip # ----- Tomcat native library ----- -tomcat-native.version=1.1.14 +tomcat-native.version=1.1.15 tomcat-native.home=${base.path}/tomcat-native-${tomcat-native.version} tomcat-native.tar.gz=${tomcat-native.home}/tomcat-native.tar.gz tomcat-native.loc=${base-tomcat.loc}/tomcat-connectors/native/tomcat-native-${tomcat-native.version}-src.tar.gz diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 8d6e4fc7f..1b6628b70 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -40,6 +40,9 @@ + + Update tc-native to 1.1.15 in build.properties.default (jfclere) + Fix that JvmrouteBinderValve can rewrite session suffix with parallel requests from same client (pero)