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 2018/09/24 08:39:56 UTC

svn commit: r1841810 - in /tomcat/jk/trunk: native/STATUS.txt native/common/jk_version.h native/configure.ac native/iis/README native/netscape/README tools/dist/binaries/windows/README.html xdocs/miscellaneous/changelog.xml

Author: rjung
Date: Mon Sep 24 08:39:55 2018
New Revision: 1841810

URL: http://svn.apache.org/viewvc?rev=1841810&view=rev
Log:
Update version number for next dev cycle.

Modified:
    tomcat/jk/trunk/native/STATUS.txt
    tomcat/jk/trunk/native/common/jk_version.h
    tomcat/jk/trunk/native/configure.ac
    tomcat/jk/trunk/native/iis/README
    tomcat/jk/trunk/native/netscape/README
    tomcat/jk/trunk/tools/dist/binaries/windows/README.html
    tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml

Modified: tomcat/jk/trunk/native/STATUS.txt
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/native/STATUS.txt?rev=1841810&r1=1841809&r2=1841810&view=diff
==============================================================================
--- tomcat/jk/trunk/native/STATUS.txt (original)
+++ tomcat/jk/trunk/native/STATUS.txt Mon Sep 24 08:39:55 2018
@@ -18,7 +18,8 @@ Last modified at [$Date$]
 
 Release:
 
-    1.2.45  : development in progress
+    1.2.46  : development in progress
+    1.2.45  : release in progress
     1.2.44  : released September 1, 2018
     1.2.43  : released March 6, 2018
     1.2.42  : released October 5, 2016

Modified: tomcat/jk/trunk/native/common/jk_version.h
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/native/common/jk_version.h?rev=1841810&r1=1841809&r2=1841810&view=diff
==============================================================================
--- tomcat/jk/trunk/native/common/jk_version.h (original)
+++ tomcat/jk/trunk/native/common/jk_version.h Mon Sep 24 08:39:55 2018
@@ -26,7 +26,7 @@
 /************** START OF AREA TO MODIFY BEFORE RELEASING *************/
 #define JK_VERMAJOR     1
 #define JK_VERMINOR     2
-#define JK_VERFIX       45
+#define JK_VERFIX       46
 
 /* set JK_VERISRELEASE to 1 when release (do not forget to commit!) */
 #define JK_VERISRELEASE 0

Modified: tomcat/jk/trunk/native/configure.ac
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/native/configure.ac?rev=1841810&r1=1841809&r2=1841810&view=diff
==============================================================================
--- tomcat/jk/trunk/native/configure.ac (original)
+++ tomcat/jk/trunk/native/configure.ac Mon Sep 24 08:39:55 2018
@@ -23,7 +23,7 @@ AC_PREREQ(2.59)
 
 dnl package and version.
 dnl synchronization with common/jk_version.h ?
-AC_INIT([mod_jk], [1.2.45])
+AC_INIT([mod_jk], [1.2.46])
 
 AC_CONFIG_SRCDIR([common/jk_worker.h])
 AC_CONFIG_HEADER(common/config.h)

Modified: tomcat/jk/trunk/native/iis/README
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/native/iis/README?rev=1841810&r1=1841809&r2=1841810&view=diff
==============================================================================
--- tomcat/jk/trunk/native/iis/README (original)
+++ tomcat/jk/trunk/native/iis/README Mon Sep 24 08:39:55 2018
@@ -56,7 +56,7 @@ RELEASING
 
 Construct the binary distributions    
 
-  set VER=1.2.45
+  set VER=1.2.46
   mkdir tomcat-connectors-%VER%-windows-i386-iis
   copy ..\LICENSE tomcat-connectors-%VER%-windows-i386-iis\
   copy ..\NOTICE tomcat-connectors-%VER%-windows-i386-iis\
@@ -91,4 +91,4 @@ Construct the binary distributions
 The Windows binary distributions may then be found in
 C:\tomcat-jk-1.2.x\native\iis
 
-These need to be signed and hashed before uploading for the release vote.
\ No newline at end of file
+These need to be signed and hashed before uploading for the release vote.

Modified: tomcat/jk/trunk/native/netscape/README
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/native/netscape/README?rev=1841810&r1=1841809&r2=1841810&view=diff
==============================================================================
--- tomcat/jk/trunk/native/netscape/README (original)
+++ tomcat/jk/trunk/native/netscape/README Mon Sep 24 08:39:55 2018
@@ -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.45]
+      nmake -f Makefile.vc [SO_VERSION=-1.2.46]
 
 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/dist/binaries/windows/README.html
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/tools/dist/binaries/windows/README.html?rev=1841810&r1=1841809&r2=1841810&view=diff
==============================================================================
--- tomcat/jk/trunk/tools/dist/binaries/windows/README.html (original)
+++ tomcat/jk/trunk/tools/dist/binaries/windows/README.html Mon Sep 24 08:39:55 2018
@@ -27,7 +27,7 @@
    connector to fail.
 </p>
 
-<h2><a name="released">The current stable release is 1.2.45</a></h2>
+<h2><a name="released">The current stable release is 1.2.46</a></h2>
 
 <p>See the Apache Tomcat Connectors
 <a href="http://tomcat.apache.org/connectors-doc/miscellaneous/changelog.html">changelog</a>

Modified: tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml?rev=1841810&r1=1841809&r2=1841810&view=diff
==============================================================================
--- tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml (original)
+++ tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml Mon Sep 24 08:39:55 2018
@@ -40,6 +40,13 @@
   new documentation project for JK was started.
   </p>
 </section>
+<section name="Changes between 1.2.45 and 1.2.46">
+  <br />
+  <subsection name="Native">
+    <changelog>
+    </changelog>
+  </subsection>
+</section>
 <section name="Changes between 1.2.44 and 1.2.45">
   <br />
   <subsection name="Native">



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