Author: markt
Date: Thu Mar  1 18:09:15 2018
New Revision: 1825672

URL: http://svn.apache.org/viewvc?rev=1825672&view=rev
Log:
Prepare for next development cycle

Modified:
    tomcat/jk/trunk/HOWTO-RELEASE.txt
    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/HOWTO-RELEASE.txt
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/HOWTO-RELEASE.txt?rev=1825672&r1=1825671&r2=1825672&view=diff
==============================================================================
--- tomcat/jk/trunk/HOWTO-RELEASE.txt (original)
+++ tomcat/jk/trunk/HOWTO-RELEASE.txt Thu Mar  1 18:09:15 2018
@@ -57,7 +57,7 @@ native/configure.ac
 native/common/jk_version.h
 xdocs/miscellaneous/changelog.xml
 
-In native/STATUS.txt the current version stays labeled as "in development"
+In native/STATUS.txt the current version stays labelled as "in development"
 during release. It is updated with release date after release process is
 completed.
 

Modified: tomcat/jk/trunk/native/STATUS.txt
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/native/STATUS.txt?rev=1825672&r1=1825671&r2=1825672&view=diff
==============================================================================
--- tomcat/jk/trunk/native/STATUS.txt (original)
+++ tomcat/jk/trunk/native/STATUS.txt Thu Mar  1 18:09:15 2018
@@ -18,7 +18,8 @@ Last modified at [$Date$]
 
 Release:
 
-    1.2.43  : development in progress
+    1.2.44  : development in progress
+    1.2.43  : release in progress
     1.2.42  : released October 5, 2016
     1.2.41  : released August 11, 2015
     1.2.40  : released April 15, 2014

Modified: tomcat/jk/trunk/native/common/jk_version.h
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/native/common/jk_version.h?rev=1825672&r1=1825671&r2=1825672&view=diff
==============================================================================
--- tomcat/jk/trunk/native/common/jk_version.h (original)
+++ tomcat/jk/trunk/native/common/jk_version.h Thu Mar  1 18:09:15 2018
@@ -26,7 +26,7 @@
 /************** START OF AREA TO MODIFY BEFORE RELEASING *************/
 #define JK_VERMAJOR     1
 #define JK_VERMINOR     2
-#define JK_VERFIX       43
+#define JK_VERFIX       44
 
 /* 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=1825672&r1=1825671&r2=1825672&view=diff
==============================================================================
--- tomcat/jk/trunk/native/configure.ac (original)
+++ tomcat/jk/trunk/native/configure.ac Thu Mar  1 18:09:15 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.43])
+AC_INIT([mod_jk], [1.2.44])
 
 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=1825672&r1=1825671&r2=1825672&view=diff
==============================================================================
--- tomcat/jk/trunk/native/iis/README (original)
+++ tomcat/jk/trunk/native/iis/README Thu Mar  1 18:09:15 2018
@@ -56,7 +56,7 @@ RELEASING
 
 Construct the binary distributions    
 
-  set VER=1.2.43
+  set VER=1.2.44
   mkdir tomcat-connectors-%VER%-windows-i386-iis
   copy ..\LICENSE tomcat-connectors-%VER%-windows-i386-iis\
   copy ..\NOTICE tomcat-connectors-%VER%-windows-i386-iis\

Modified: tomcat/jk/trunk/native/netscape/README
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/native/netscape/README?rev=1825672&r1=1825671&r2=1825672&view=diff
==============================================================================
--- tomcat/jk/trunk/native/netscape/README (original)
+++ tomcat/jk/trunk/native/netscape/README Thu Mar  1 18:09:15 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.43]
+      nmake -f Makefile.vc [SO_VERSION=-1.2.44]
 
 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=1825672&r1=1825671&r2=1825672&view=diff
==============================================================================
--- tomcat/jk/trunk/tools/dist/binaries/windows/README.html (original)
+++ tomcat/jk/trunk/tools/dist/binaries/windows/README.html Thu Mar  1 18:09:15 
2018
@@ -27,7 +27,7 @@
    connector to fail.
 </p>
 
-<h2><a name="released">The current stable release is 1.2.43</a></h2>
+<h2><a name="released">The current stable release is 1.2.44</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=1825672&r1=1825671&r2=1825672&view=diff
==============================================================================
--- tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml (original)
+++ tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml Thu Mar  1 18:09:15 2018
@@ -40,6 +40,8 @@
   new documentation project for JK was started.
   </p>
 </section>
+<section name="Changes between 1.2.43 and 1.2.44">
+</section>
 <section name="Changes between 1.2.42 and 1.2.43">
   <br />
   <subsection name="Native">



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

Reply via email to