Author: mturk Date: Wed Feb 10 09:37:02 2010 New Revision: 908413 URL: http://svn.apache.org/viewvc?rev=908413&view=rev Log: Prepare for 1.1.20 release
Modified: tomcat/native/branches/1.1.x/native/buildconf tomcat/native/branches/1.1.x/native/include/tcn_version.h tomcat/native/branches/1.1.x/native/srclib/VERSIONS Modified: tomcat/native/branches/1.1.x/native/buildconf URL: http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/native/buildconf?rev=908413&r1=908412&r2=908413&view=diff ============================================================================== --- tomcat/native/branches/1.1.x/native/buildconf (original) +++ tomcat/native/branches/1.1.x/native/buildconf Wed Feb 10 09:37:02 2010 @@ -19,7 +19,7 @@ # Default place to look for apr source. Can be overridden with # --with-apr=[directory] -apr_src_dir=`pwd`/srclib/apr-1.2.7 +apr_src_dir=`pwd`/srclib/apr-1.3.9 while test $# -gt 0 do Modified: tomcat/native/branches/1.1.x/native/include/tcn_version.h URL: http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/native/include/tcn_version.h?rev=908413&r1=908412&r2=908413&view=diff ============================================================================== --- tomcat/native/branches/1.1.x/native/include/tcn_version.h (original) +++ tomcat/native/branches/1.1.x/native/include/tcn_version.h Wed Feb 10 09:37:02 2010 @@ -75,7 +75,7 @@ * This symbol is defined for internal, "development" copies of TCN. This * symbol will be #undef'd for releases. */ -#define TCN_IS_DEV_VERSION 1 +#define TCN_IS_DEV_VERSION 0 /** The formatted string of APU's version */ Modified: tomcat/native/branches/1.1.x/native/srclib/VERSIONS URL: http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/native/srclib/VERSIONS?rev=908413&r1=908412&r2=908413&view=diff ============================================================================== --- tomcat/native/branches/1.1.x/native/srclib/VERSIONS (original) +++ tomcat/native/branches/1.1.x/native/srclib/VERSIONS Wed Feb 10 09:37:02 2010 @@ -1,4 +1,4 @@ Use the following version of the libraries -- APR 1.2.8, http://apr.apache.org -- OpenSSL 0.9.8e, http://www.openssl.org +- APR 1.3.9, http://apr.apache.org +- OpenSSL 0.9.8k, http://www.openssl.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org