This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git
commit 97c8d3558e7d769424ef1799ad84ed4159b45916 Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Mar 9 10:40:01 2020 +0000 Increment version number for next development cycle --- native/common/jk_version.h | 2 +- native/configure.ac | 2 +- native/iis/README | 2 +- native/netscape/README | 2 +- tools/dist/README.html | 6 +++--- tools/dist/binaries/windows/README.html | 2 +- xdocs/build.xml | 2 +- xdocs/miscellaneous/changelog.xml | 2 ++ 8 files changed, 11 insertions(+), 9 deletions(-) diff --git a/native/common/jk_version.h b/native/common/jk_version.h index 30ce5f1..8ac54cd 100644 --- a/native/common/jk_version.h +++ b/native/common/jk_version.h @@ -25,7 +25,7 @@ /************** START OF AREA TO MODIFY BEFORE RELEASING *************/ #define JK_VERMAJOR 1 #define JK_VERMINOR 2 -#define JK_VERFIX 48 +#define JK_VERFIX 49 /* set JK_VERISRELEASE to 1 when release (do not forget to commit!) */ #define JK_VERISRELEASE 0 diff --git a/native/configure.ac b/native/configure.ac index 9ec7e9c..14e88bb 100644 --- a/native/configure.ac +++ b/native/configure.ac @@ -22,7 +22,7 @@ AC_PREREQ(2.59) dnl package and version. dnl synchronization with common/jk_version.h ? -AC_INIT([mod_jk], [1.2.48]) +AC_INIT([mod_jk], [1.2.49]) AC_CONFIG_SRCDIR([common/jk_worker.h]) AC_CONFIG_HEADER(common/config.h) diff --git a/native/iis/README b/native/iis/README index 1e6893a..397b886 100644 --- a/native/iis/README +++ b/native/iis/README @@ -56,7 +56,7 @@ RELEASING Construct the binary distributions - set VER=1.2.48 + set VER=1.2.49 mkdir tomcat-connectors-%VER%-windows-i386-iis copy ..\LICENSE tomcat-connectors-%VER%-windows-i386-iis\ copy ..\NOTICE tomcat-connectors-%VER%-windows-i386-iis\ diff --git a/native/netscape/README b/native/netscape/README index 8893ee8..2c162f5 100644 --- a/native/netscape/README +++ b/native/netscape/README @@ -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.48] + nmake -f Makefile.vc [SO_VERSION=-1.2.49] An alternative will be to open the isapi workspace file (nsapi.dsw) in msdev and build it using the build menu. diff --git a/tools/dist/README.html b/tools/dist/README.html index b83b650..6480231 100644 --- a/tools/dist/README.html +++ b/tools/dist/README.html @@ -47,13 +47,13 @@ nearest mirror site!</a></a></h2> <pre> % pgpk -a KEYS -% pgpv tomcat-connectors-1.2.48-src.tar.gz.asc +% pgpv tomcat-connectors-1.2.49-src.tar.gz.asc <i>or</i>, % pgp -ka KEYS -% pgp tomcat-connectors-1.2.48-src.tar.gz.asc +% pgp tomcat-connectors-1.2.49-src.tar.gz.asc <i>or</i>, % gpg --import KEYS -% gpg --verify tomcat-connectors-1.2.48-src.tar.gz.asc +% gpg --verify tomcat-connectors-1.2.49-src.tar.gz.asc </pre> <p>We provide SHA512 hashes as an alternative to validate the integrity diff --git a/tools/dist/binaries/windows/README.html b/tools/dist/binaries/windows/README.html index b5a3cc1..e961ed8 100644 --- a/tools/dist/binaries/windows/README.html +++ b/tools/dist/binaries/windows/README.html @@ -27,7 +27,7 @@ connector to fail. </p> -<h2><a name="released">The current stable release is 1.2.48</a></h2> +<h2><a name="released">The current stable release is 1.2.49</a></h2> <p>See the Apache Tomcat Connectors <a href="http://tomcat.apache.org/connectors-doc/miscellaneous/changelog.html">changelog</a> diff --git a/xdocs/build.xml b/xdocs/build.xml index d3fb74e..0043769 100644 --- a/xdocs/build.xml +++ b/xdocs/build.xml @@ -32,7 +32,7 @@ <property name="dist.dir" value="../dist"/> <property name="dist.name" value="docs"/> - <property name="version" value="1.2.48"/> + <property name="version" value="1.2.49"/> <tstamp> <format property="year" pattern="yyyy" locale="en" timezone="UTC"/> diff --git a/xdocs/miscellaneous/changelog.xml b/xdocs/miscellaneous/changelog.xml index bb5a8ac..0b7d834 100644 --- a/xdocs/miscellaneous/changelog.xml +++ b/xdocs/miscellaneous/changelog.xml @@ -40,6 +40,8 @@ new documentation project for JK was started. </p> </section> +<section name="Changes between 1.2.48 and 1.2.49"> +</section> <section name="Changes between 1.2.47 and 1.2.48"> <changelog> <update> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org