Author: kkolinko
Date: Mon May 28 16:45:34 2012
New Revision: 1343313
URL: http://svn.apache.org/viewvc?rev=1343313&view=rev
Log:
Followup to r1343258
Update version number in two other files mentioned in HOWTO-RELEASE.txt
Update HOWTO-RELEASE.txt
File "native/common/portable.h.sample" was removed in r1026209, so remove its
name from HOWTO.
Modified:
tomcat/jk/trunk/HOWTO-RELEASE.txt
tomcat/jk/trunk/native/iis/README
tomcat/jk/trunk/native/netscape/README
Modified: tomcat/jk/trunk/HOWTO-RELEASE.txt
URL:
http://svn.apache.org/viewvc/tomcat/jk/trunk/HOWTO-RELEASE.txt?rev=1343313&r1=1343312&r2=1343313&view=diff
==============================================================================
--- tomcat/jk/trunk/HOWTO-RELEASE.txt (original)
+++ tomcat/jk/trunk/HOWTO-RELEASE.txt Mon May 28 16:45:34 2012
@@ -35,9 +35,23 @@ had to be updated:
native/iis/README
native/netscape/README
-native/STATUS.txt
xdocs/index.xml
xdocs/news/<THISYEAR0101>.xml
+tools/dist/README.html
+tools/dist/binaries/windows/README.html
+
+Check version numbers in the files that are listed in the section
+"Update source for next version" below:
+
+native/STATUS.txt
+native/configure.in
+native/common/jk_version.h
+native/iis/installer/isapi-redirector-win32-msi.ism
+xdocs/miscellaneous/changelog.xml
+
+In native/STATUS.txt the current version stays labeled as "in development"
+during release. It is updated with release date after release process is
+completed.
Update the JK_VERISRELEASE define in native/common/jk_version.h, here is
a svn diff that shows what I changed:
@@ -139,11 +153,11 @@ Make sure the group write bit is on for
Update source for next version
------------------------------
-native/STATUS.txt: Add status "in development" for new version.
+native/STATUS.txt: Add release date for released version and
+ status "in development" for new version.
native/configure.in: Update variable VERSION.
native/common/jk_version.h: Update variables JK_VERMAJOR, JK_VERMINOR,
JK_VERFIX,
JK_VERSTRING, and JK_VERISRELEASE.
-native/common/portable.h.sample: Update VERSION define.
native/iis/installer/isapi-redirector-win32-msi.ism: Update ProductVersion.
xdocs/miscellaneous/changelog.xml: Start a new section for the new version.
Modified: tomcat/jk/trunk/native/iis/README
URL:
http://svn.apache.org/viewvc/tomcat/jk/trunk/native/iis/README?rev=1343313&r1=1343312&r2=1343313&view=diff
==============================================================================
--- tomcat/jk/trunk/native/iis/README (original)
+++ tomcat/jk/trunk/native/iis/README Mon May 28 16:45:34 2012
@@ -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.33]
+ nmake -f Makefile.x86 [SO_VERSION=-1.2.37]
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/netscape/README
URL:
http://svn.apache.org/viewvc/tomcat/jk/trunk/native/netscape/README?rev=1343313&r1=1343312&r2=1343313&view=diff
==============================================================================
--- tomcat/jk/trunk/native/netscape/README (original)
+++ tomcat/jk/trunk/native/netscape/README Mon May 28 16:45:34 2012
@@ -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.33]
+ nmake -f Makefile.vc [SO_VERSION=-1.2.37]
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: [email protected]
For additional commands, e-mail: [email protected]