Author: kkolinko Date: Wed Mar 3 16:41:36 2010 New Revision: 918559 URL: http://svn.apache.org/viewvc?rev=918559&view=rev Log: Update recommended version for native to 1.1.19. (rjung) There is no need to up this to .20.
Modified: tomcat/tc5.5.x/trunk/STATUS.txt tomcat/tc5.5.x/trunk/container/catalina/src/share/org/apache/catalina/core/AprLifecycleListener.java tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?rev=918559&r1=918558&r2=918559&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/STATUS.txt (original) +++ tomcat/tc5.5.x/trunk/STATUS.txt Wed Mar 3 16:41:36 2010 @@ -134,14 +134,6 @@ +1: markt, kkolinko, rjung -1: -* Update recommended tcnative version to the forthcoming 1.1.19. - No update on the required version (17) - http://svn.apache.org/viewvc?rev=895703&view=rev - We should not vote before 1.1.19 is officially released. - Patch by rjung - +1: kkolinko, markt, rjung - -1: - * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48004 Allow applications to set the Server header http://svn.apache.org/viewvc?rev=898527&view=rev Modified: tomcat/tc5.5.x/trunk/container/catalina/src/share/org/apache/catalina/core/AprLifecycleListener.java URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/catalina/src/share/org/apache/catalina/core/AprLifecycleListener.java?rev=918559&r1=918558&r2=918559&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/container/catalina/src/share/org/apache/catalina/core/AprLifecycleListener.java (original) +++ tomcat/tc5.5.x/trunk/container/catalina/src/share/org/apache/catalina/core/AprLifecycleListener.java Wed Mar 3 16:41:36 2010 @@ -59,7 +59,7 @@ protected static final int REQUIRED_MAJOR = 1; protected static final int REQUIRED_MINOR = 1; protected static final int REQUIRED_PATCH = 17; - protected static final int RECOMMENDED_PV = 17; + protected static final int RECOMMENDED_PV = 19; // ---------------------------------------------- Properties Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml?rev=918559&r1=918558&r2=918559&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml (original) +++ tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml Wed Mar 3 16:41:36 2010 @@ -172,10 +172,13 @@ it. When asked to install TC-Native it was downloading some very old (1.1.4) version of it from the HEAnet site. (kkolinko) </fix> - <fix> + <update> Update the native/APR library version bundled with Tomcat to 1.1.20. (kkolinko) - </fix> + </update> + <update> + Update recommended version for native to 1.1.19. (rjung) + </update> <fix> Remove unneeded line from the method that normalizes decodedURI. (kkolinko) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org