Author: rjung Date: Thu Sep 22 18:52:44 2011 New Revision: 1174311 URL: http://svn.apache.org/viewvc?rev=1174311&view=rev Log: We are at 1.2.33-dev.
Modified: tomcat/jk/trunk/native/STATUS.txt tomcat/jk/trunk/native/common/jk_version.h tomcat/jk/trunk/native/configure.in tomcat/jk/trunk/native/iis/README tomcat/jk/trunk/native/iis/installer/isapi-redirector-win32-msi.ism tomcat/jk/trunk/native/netscape/README Modified: tomcat/jk/trunk/native/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/native/STATUS.txt?rev=1174311&r1=1174310&r2=1174311&view=diff ============================================================================== --- tomcat/jk/trunk/native/STATUS.txt (original) +++ tomcat/jk/trunk/native/STATUS.txt Thu Sep 22 18:52:44 2011 @@ -18,6 +18,7 @@ Last modified at [$Date$] Release: + 1.2.33 : in development 1.2.32 : released July 8, 2011 1.2.31 : released November 1, 2010 1.2.30 : released March 1, 2010 Modified: tomcat/jk/trunk/native/common/jk_version.h URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/native/common/jk_version.h?rev=1174311&r1=1174310&r2=1174311&view=diff ============================================================================== --- tomcat/jk/trunk/native/common/jk_version.h (original) +++ tomcat/jk/trunk/native/common/jk_version.h Thu Sep 22 18:52:44 2011 @@ -26,10 +26,10 @@ /************** START OF AREA TO MODIFY BEFORE RELEASING *************/ #define JK_VERMAJOR 1 #define JK_VERMINOR 2 -#define JK_VERFIX 32 +#define JK_VERFIX 33 /* set JK_VERISRELEASE to 1 when release (do not forget to commit!) */ -#define JK_VERISRELEASE 1 +#define JK_VERISRELEASE 0 /* Beta number */ #define JK_VERBETA 0 #define JK_BETASTRING "0" Modified: tomcat/jk/trunk/native/configure.in URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/native/configure.in?rev=1174311&r1=1174310&r2=1174311&view=diff ============================================================================== --- tomcat/jk/trunk/native/configure.in (original) +++ tomcat/jk/trunk/native/configure.in Thu Sep 22 18:52:44 2011 @@ -26,7 +26,7 @@ AC_CANONICAL_SYSTEM dnl package and version. (synchronization with common/jk_version.h ?) PACKAGE=mod_jk -VERSION=1.2.32 +VERSION=1.2.33 AM_INIT_AUTOMAKE(${PACKAGE}, ${VERSION}) Modified: tomcat/jk/trunk/native/iis/README URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/native/iis/README?rev=1174311&r1=1174310&r2=1174311&view=diff ============================================================================== --- tomcat/jk/trunk/native/iis/README (original) +++ tomcat/jk/trunk/native/iis/README Thu Sep 22 18:52:44 2011 @@ -25,7 +25,7 @@ REQUIREMENT "c:\Program Files\Microsoft Platform SDK\setenv.bat" Note that the Windows Platform SDK is only needed if you want authenticate - using IIS to compile a isapi_redirector.dll.. + using IIS to compile a isapi_redirector.dll. @@ -37,7 +37,7 @@ The steps that you need to take are: 1. Change directory to the isapi redirector plugins source directory. 2. Execute the following command: - nmake -f Makefile.x86 [SO_VERSION=-1.2.32] + nmake -f Makefile.x86 [SO_VERSION=-1.2.33] An alternative will be to open the isapi workspace file (isapi.dsw) in msdev and build it using the build menu. Modified: tomcat/jk/trunk/native/iis/installer/isapi-redirector-win32-msi.ism URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/native/iis/installer/isapi-redirector-win32-msi.ism?rev=1174311&r1=1174310&r2=1174311&view=diff ============================================================================== --- tomcat/jk/trunk/native/iis/installer/isapi-redirector-win32-msi.ism (original) +++ tomcat/jk/trunk/native/iis/installer/isapi-redirector-win32-msi.ism Thu Sep 22 18:52:44 2011 @@ -3425,7 +3425,7 @@ TQBzAGkAAQBSAGUAbABlAGEAcwBlAA== <row><td>ProductID</td><td>none</td><td/></row> <row><td>ProductLanguage</td><td>1033</td><td/></row> <row><td>ProductName</td><td>Tomcat Isapi Redirector</td><td/></row> - <row><td>ProductVersion</td><td>1.2.32</td><td/></row> + <row><td>ProductVersion</td><td>1.2.33</td><td/></row> <row><td>ProgressType0</td><td>install</td><td/></row> <row><td>ProgressType1</td><td>Installing</td><td/></row> <row><td>ProgressType2</td><td>installed</td><td/></row> Modified: tomcat/jk/trunk/native/netscape/README URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/native/netscape/README?rev=1174311&r1=1174310&r2=1174311&view=diff ============================================================================== --- tomcat/jk/trunk/native/netscape/README (original) +++ tomcat/jk/trunk/native/netscape/README Thu Sep 22 18:52:44 2011 @@ -25,7 +25,7 @@ The steps that you need to take are: directory or edit the nsapi.dsp and replace all $(IPLANET_HOME) occurrences with the real path 3. Execute the following command: - nmake -f Makefile.vc [SO_VERSION=-1.2.32] + nmake -f Makefile.vc [SO_VERSION=-1.2.33] An alternative will be to open the isapi workspace file (nsapi.dsw) in msdev and build it using the build menu. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org