You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2006/07/21 01:03:35 UTC

svn commit: r424104 - in /tomcat/connectors/trunk/jk: native/ native/common/ native/iis/ native/iis/installer/ tools/ xdocs/

Author: rjung
Date: Thu Jul 20 16:03:34 2006
New Revision: 424104

URL: http://svn.apache.org/viewvc?rev=424104&view=rev
Log:
version++ (1.2.18->1.2.19)

Modified:
    tomcat/connectors/trunk/jk/native/STATUS.txt
    tomcat/connectors/trunk/jk/native/common/jk_version.h
    tomcat/connectors/trunk/jk/native/common/portable.h.sample
    tomcat/connectors/trunk/jk/native/configure.in
    tomcat/connectors/trunk/jk/native/iis/installer/isapi-redirector-win32-msi.ism
    tomcat/connectors/trunk/jk/native/iis/isapi_redirect.rc
    tomcat/connectors/trunk/jk/tools/jkrelease.sh
    tomcat/connectors/trunk/jk/xdocs/changelog.xml

Modified: tomcat/connectors/trunk/jk/native/STATUS.txt
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/STATUS.txt?rev=424104&r1=424103&r2=424104&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/native/STATUS.txt (original)
+++ tomcat/connectors/trunk/jk/native/STATUS.txt Thu Jul 20 16:03:34 2006
@@ -37,6 +37,3 @@
 STUFF FOR THE FUTURE:
 
     * enter mature phase ... ?
-
-
-

Modified: tomcat/connectors/trunk/jk/native/common/jk_version.h
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_version.h?rev=424104&r1=424103&r2=424104&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/native/common/jk_version.h (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_version.h Thu Jul 20 16:03:34 2006
@@ -25,14 +25,14 @@
 /************** START OF AREA TO MODIFY BEFORE RELEASING *************/
 #define JK_VERMAJOR     1
 #define JK_VERMINOR     2
-#define JK_VERFIX       18
-#define JK_VERSTRING    "1.2.18"
+#define JK_VERFIX       19
+#define JK_VERSTRING    "1.2.19"
 
 /* Beta number */
 #define JK_VERBETA      0
 #define JK_BETASTRING   "0"
 /* set JK_VERISRELEASE to 1 when release (do not forget to commit!) */
-#define JK_VERISRELEASE 1
+#define JK_VERISRELEASE 0
 #define JK_VERRC        0
 #define JK_RCSTRING     "0"
 

Modified: tomcat/connectors/trunk/jk/native/common/portable.h.sample
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/portable.h.sample?rev=424104&r1=424103&r2=424104&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/native/common/portable.h.sample (original)
+++ tomcat/connectors/trunk/jk/native/common/portable.h.sample Thu Jul 20 16:03:34 2006
@@ -90,4 +90,4 @@
 #define USE_SO_SNDTIMEO 1
 
 /* Version number of package */
-#define VERSION "1.2.18"
+#define VERSION "1.2.19"

Modified: tomcat/connectors/trunk/jk/native/configure.in
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/configure.in?rev=424104&r1=424103&r2=424104&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/native/configure.in (original)
+++ tomcat/connectors/trunk/jk/native/configure.in Thu Jul 20 16:03:34 2006
@@ -11,7 +11,7 @@
 
 dnl package and version. (synchronization with common/jk_version.h ?)
 PACKAGE=mod_jk
-VERSION=1.2.18
+VERSION=1.2.19
 
 AM_INIT_AUTOMAKE(${PACKAGE}, ${VERSION})
 

Modified: tomcat/connectors/trunk/jk/native/iis/installer/isapi-redirector-win32-msi.ism
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/iis/installer/isapi-redirector-win32-msi.ism?rev=424104&r1=424103&r2=424104&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/native/iis/installer/isapi-redirector-win32-msi.ism (original)
+++ tomcat/connectors/trunk/jk/native/iis/installer/isapi-redirector-win32-msi.ism Thu Jul 20 16:03:34 2006
@@ -3288,7 +3288,7 @@
 		<row><td>ProductID</td><td>none</td><td/></row>
 		<row><td>ProductLanguage</td><td>1033</td><td/></row>
 		<row><td>ProductName</td><td>Jakarta Isapi Redirector</td><td/></row>
-		<row><td>ProductVersion</td><td>1.2.18</td><td/></row>
+		<row><td>ProductVersion</td><td>1.2.19</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/connectors/trunk/jk/native/iis/isapi_redirect.rc
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/iis/isapi_redirect.rc?rev=424104&r1=424103&r2=424104&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/native/iis/isapi_redirect.rc (original)
+++ tomcat/connectors/trunk/jk/native/iis/isapi_redirect.rc Thu Jul 20 16:03:34 2006
@@ -14,13 +14,13 @@
                     "specific language governing permissions and " \
                     "limitations under the License."
 
-#define JK_VERSION_STR  "1.2.18"
+#define JK_VERSION_STR  "1.2.19"
 #define JK_DLL_BASENAME "isapi_redirect-" JK_VERSION_STR
 
 
 1 VERSIONINFO
- FILEVERSION 1,2,18,0
- PRODUCTVERSION 1,2,18,0
+ FILEVERSION 1,2,19,0
+ PRODUCTVERSION 1,2,19,0
  FILEFLAGSMASK 0x3fL
 #if defined(_DEBUG)
  FILEFLAGS 0x01L

Modified: tomcat/connectors/trunk/jk/tools/jkrelease.sh
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/tools/jkrelease.sh?rev=424104&r1=424103&r2=424104&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/tools/jkrelease.sh (original)
+++ tomcat/connectors/trunk/jk/tools/jkrelease.sh Thu Jul 20 16:03:34 2006
@@ -16,7 +16,7 @@
 # You need to change the version numbers
 JK_VERMAJOR="1"
 JK_VERMINOR="2"
-JK_VERFIX="18"
+JK_VERFIX="19"
 ASFROOT="http://svn.apache.org/repos/asf"
 JK_CVST="tomcat-connectors"
 

Modified: tomcat/connectors/trunk/jk/xdocs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/changelog.xml?rev=424104&r1=424103&r2=424104&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/xdocs/changelog.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/changelog.xml Thu Jul 20 16:03:34 2006
@@ -21,7 +21,18 @@
   new documentation project for JK was started.
   </p>
 </section>
-<section name="Changes from the released JK 1.2.18">
+<section name="Changes in the released JK 1.2.19">
+  <br />
+  <subsection name="Native">
+    <changelog>
+      <fix>
+      </fix>
+      <update>
+      </update>
+    </changelog>
+  </subsection>
+</section>
+<section name="Changes in the released JK 1.2.18">
   <br />
   <subsection name="Native">
     <changelog>
@@ -34,7 +45,7 @@
     </changelog>
   </subsection>
 </section>
-<section name="Changes from the released JK 1.2.17">
+<section name="Changes in JK 1.2.17">
   <br />
   <subsection name="Native">
     <changelog>
@@ -49,7 +60,7 @@
     </changelog>
   </subsection>
 </section>
-<section name="Changes from the JK 1.2.16">
+<section name="Changes in JK 1.2.16">
   <br />
   <subsection name="Native">
     <changelog>



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