Author: mturk
Date: Sat Jul  2 05:40:54 2011
New Revision: 1142156

URL: http://svn.apache.org/viewvc?rev=1142156&view=rev
Log:
Update files according to the release HOWTO

Modified:
    tomcat/jk/trunk/native/STATUS.txt
    tomcat/jk/trunk/native/iis/README
    tomcat/jk/trunk/native/netscape/README
    tomcat/jk/trunk/tools/jkbindist.sh

Modified: tomcat/jk/trunk/native/STATUS.txt
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/native/STATUS.txt?rev=1142156&r1=1142155&r2=1142156&view=diff
==============================================================================
--- tomcat/jk/trunk/native/STATUS.txt (original)
+++ tomcat/jk/trunk/native/STATUS.txt Sat Jul  2 05:40:54 2011
@@ -18,7 +18,7 @@ Last modified at [$Date$]
 
 Release:
 
-    1.2.32  : in development
+    1.2.32  : released July 8, 2011
     1.2.31  : released November 1, 2010
     1.2.30  : released March 1, 2010
     1.2.29  : released February 26, 2010, withdrawn February 27, 2010

Modified: tomcat/jk/trunk/native/iis/README
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/native/iis/README?rev=1142156&r1=1142155&r2=1142156&view=diff
==============================================================================
--- tomcat/jk/trunk/native/iis/README (original)
+++ tomcat/jk/trunk/native/iis/README Sat Jul  2 05:40:54 2011
@@ -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.31]
+      nmake -f Makefile.x86 [SO_VERSION=-1.2.32]
 
 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=1142156&r1=1142155&r2=1142156&view=diff
==============================================================================
--- tomcat/jk/trunk/native/netscape/README (original)
+++ tomcat/jk/trunk/native/netscape/README Sat Jul  2 05:40:54 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.31]
+      nmake -f Makefile.vc [SO_VERSION=-1.2.32]
 
 An alternative will be to open the isapi workspace file (nsapi.dsw) in msdev 
and
 build it using the build menu.

Modified: tomcat/jk/trunk/tools/jkbindist.sh
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/tools/jkbindist.sh?rev=1142156&r1=1142155&r2=1142156&view=diff
==============================================================================
--- tomcat/jk/trunk/tools/jkbindist.sh (original)
+++ tomcat/jk/trunk/tools/jkbindist.sh Sat Jul  2 05:40:54 2011
@@ -96,7 +96,7 @@ case "$websrv" in
     ;;
 esac
 
-dist=${prefix}-${version}-${websrv}-${opsys}-${arch}
+dist=${prefix}-${version}-${opsys}-${arch}-${websrv}
 dtop=${tools}/..
 copy="KEYS LICENSE NOTICE"
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to