This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git
The following commit(s) were added to refs/heads/main by this push: new e0c70f996 Increment version for next development cycle e0c70f996 is described below commit e0c70f996714a372b685aa874fcb0d9853d3a783 Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Aug 13 08:36:46 2024 +0100 Increment version for next development cycle --- HOWTO-RELEASE.txt | 12 ++++++------ native/common/jk_version.h | 2 +- native/configure.ac | 2 +- native/iis/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, 16 insertions(+), 14 deletions(-) diff --git a/HOWTO-RELEASE.txt b/HOWTO-RELEASE.txt index f8e58978c..fc0c02523 100644 --- a/HOWTO-RELEASE.txt +++ b/HOWTO-RELEASE.txt @@ -66,11 +66,11 @@ Use the pattern below for tagging the tomcat-connectors directory. TAG=JK_{MAJOR_REVISION}_{MINOR_REVISION}_{RELEASE} -Here is an example for mod_jk 1.2.50 +Here is an example for mod_jk 1.2.51 -git commit -a -m "Tag JK_1_2_50" -git tag JK_1_2_50 -git push origin JK_1_2_50 +git commit -a -m "Tag JK_1_2_51" +git tag JK_1_2_51 +git push origin JK_1_2_51 # reset main @@ -91,9 +91,9 @@ Create the new source distribution A tool named jkrelease.sh in the directory tools creates a release tarball and a zip including signature files. -Here is an example for mod_jk 1.2.50 +Here is an example for mod_jk 1.2.51 -./jkrelease.sh -R git -v 1.2.50 -h +./jkrelease.sh -R git -v 1.2.51 -h diff --git a/native/common/jk_version.h b/native/common/jk_version.h index 7f1c91855..46239fe76 100644 --- a/native/common/jk_version.h +++ b/native/common/jk_version.h @@ -24,7 +24,7 @@ #define JK_VERMAJOR 1 #define JK_VERMINOR 2 -#define JK_VERMICRO 50 +#define JK_VERMICRO 51 #if defined(JK_ISAPI) #define JK_DISTNAME "isapi_redirector" diff --git a/native/configure.ac b/native/configure.ac index 77104431c..238e7e1e7 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.50]) +AC_INIT([mod_jk], [1.2.51]) AC_CONFIG_SRCDIR([common/jk_worker.h]) AC_CONFIG_HEADER(common/config.h) diff --git a/native/iis/README b/native/iis/README index ef070ac0a..7aeb94de3 100644 --- a/native/iis/README +++ b/native/iis/README @@ -46,7 +46,7 @@ RELEASING Construct the binary distributions - set VER=1.2.50 + set VER=1.2.51 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/tools/dist/README.html b/tools/dist/README.html index f38e5c7a9..181067c04 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.50-src.tar.gz.asc +% pgpv tomcat-connectors-1.2.51-src.tar.gz.asc <i>or</i>, % pgp -ka KEYS -% pgp tomcat-connectors-1.2.50-src.tar.gz.asc +% pgp tomcat-connectors-1.2.51-src.tar.gz.asc <i>or</i>, % gpg --import KEYS -% gpg --verify tomcat-connectors-1.2.50-src.tar.gz.asc +% gpg --verify tomcat-connectors-1.2.51-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 a2e231c35..16a5923c0 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.50</a></h2> +<h2><a name="released">The current stable release is 1.2.51</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 6124771e3..3743a5fb4 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.50"/> + <property name="version" value="1.2.51"/> <tstamp> <format property="year" pattern="yyyy" locale="en" timezone="UTC"/> diff --git a/xdocs/miscellaneous/changelog.xml b/xdocs/miscellaneous/changelog.xml index 026ea6023..d70ced6d6 100644 --- a/xdocs/miscellaneous/changelog.xml +++ b/xdocs/miscellaneous/changelog.xml @@ -50,6 +50,8 @@ new documentation project for JK was started. </p> </section> +<section name="Changes between 1.2.50 and 1.2.51"> +</section> <section name="Changes between 1.2.49 and 1.2.50"> <subsection name="Apache"> <changelog> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org