Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 64434 invoked from network); 2 Apr 2007 05:26:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Apr 2007 05:26:23 -0000 Received: (qmail 16589 invoked by uid 500); 2 Apr 2007 05:26:27 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 16538 invoked by uid 500); 2 Apr 2007 05:26:26 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 16527 invoked by uid 500); 2 Apr 2007 05:26:26 -0000 Delivered-To: apmail-jakarta-tomcat-dev@jakarta.apache.org Received: (qmail 16524 invoked by uid 99); 2 Apr 2007 05:26:26 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Apr 2007 22:26:26 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Apr 2007 22:26:16 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 5DDDC1A9838; Sun, 1 Apr 2007 22:25:56 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r524726 - in /tomcat/connectors/trunk/jni: jnirelease.sh native/include/tcn_version.h native/os/win32/libtcnative.rc Date: Mon, 02 Apr 2007 05:25:56 -0000 To: tomcat-dev@jakarta.apache.org From: mturk@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070402052556.5DDDC1A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mturk Date: Sun Apr 1 22:25:55 2007 New Revision: 524726 URL: http://svn.apache.org/viewvc?view=rev&rev=524726 Log: Increment version number and switch back to current and trunk for release. Modified: tomcat/connectors/trunk/jni/jnirelease.sh tomcat/connectors/trunk/jni/native/include/tcn_version.h tomcat/connectors/trunk/jni/native/os/win32/libtcnative.rc Modified: tomcat/connectors/trunk/jni/jnirelease.sh URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/jnirelease.sh?view=diff&rev=524726&r1=524725&r2=524726 ============================================================================== --- tomcat/connectors/trunk/jni/jnirelease.sh (original) +++ tomcat/connectors/trunk/jni/jnirelease.sh Sun Apr 1 22:25:55 2007 @@ -17,7 +17,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.2.8 while test $# -gt 0 do @@ -50,12 +50,12 @@ # Replace JKJNIEXT with branch/or tag # and JKJNIVER by the version like 1.1.0 -# JKJNIEXT="trunk" -# JKJNIVER="current" -JKJNIEXT="tags/other/TOMCAT_NATIVE_1_1_9" -JKJNIVER="1.1.9" +JKJNIEXT="trunk" +JKJNIVER="current" +# JKJNIEXT="tags/other/TOMCAT_NATIVE_1_1_10" +# JKJNIVER="1.1.10" SVNBASE=https://svn.apache.org/repos/asf/tomcat/connectors/ -JKJNIDIST=tomcat-connectors-${JKJNIVER}-src +JKJNIDIST=tomcat-native-${JKJNIVER}-src rm -rf ${JKJNIDIST} mkdir -p ${JKJNIDIST}/jni svn export $SVNBASE/${JKJNIEXT}/jni/native ${JKJNIDIST}/jni/native @@ -73,7 +73,7 @@ tar cfz ${JKJNIDIST}.tar.gz ${JKJNIDIST} # # Create Win32 source distribution -JKJNIDIST=tomcat-connectors-${JKJNIVER}-win32-src +JKJNIDIST=tomcat-native-${JKJNIVER}-win32-src rm -rf ${JKJNIDIST} mkdir -p ${JKJNIDIST}/jni svn export --native-eol CRLF $SVNBASE/${JKJNIEXT}/jni/native ${JKJNIDIST}/jni/native Modified: tomcat/connectors/trunk/jni/native/include/tcn_version.h URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/native/include/tcn_version.h?view=diff&rev=524726&r1=524725&r2=524726 ============================================================================== --- tomcat/connectors/trunk/jni/native/include/tcn_version.h (original) +++ tomcat/connectors/trunk/jni/native/include/tcn_version.h Sun Apr 1 22:25:55 2007 @@ -69,7 +69,7 @@ #define TCN_MINOR_VERSION 1 /** patch level */ -#define TCN_PATCH_VERSION 9 +#define TCN_PATCH_VERSION 10 /** * This symbol is defined for internal, "development" copies of TCN. This Modified: tomcat/connectors/trunk/jni/native/os/win32/libtcnative.rc URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/native/os/win32/libtcnative.rc?view=diff&rev=524726&r1=524725&r2=524726 ============================================================================== --- tomcat/connectors/trunk/jni/native/os/win32/libtcnative.rc (original) +++ tomcat/connectors/trunk/jni/native/os/win32/libtcnative.rc Sun Apr 1 22:25:55 2007 @@ -19,7 +19,7 @@ "specific language governing permissions and " \ "limitations under the License." -#define TCN_VERISON "1.1.9" +#define TCN_VERISON "1.1.10" 1000 ICON "apache.ico" 1001 DIALOGEX 0, 0, 252, 51 @@ -35,8 +35,8 @@ END 1 VERSIONINFO - FILEVERSION 1,1,9,0 - PRODUCTVERSION 1,1,9,0 + FILEVERSION 1,1,10,0 + PRODUCTVERSION 1,1,10,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org