This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push: new ab0f3dc Increment version number for next dev cycle ab0f3dc is described below commit ab0f3dc67452455a79e15792dba8c84ae9199d99 Author: Christopher Schultz <ch...@christopherschultz.net> AuthorDate: Thu Sep 9 15:55:26 2021 -0400 Increment version number for next dev cycle --- build.properties.default | 2 +- res/maven/mvn.properties.default | 2 +- webapps/docs/changelog.xml | 8 +++++--- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/build.properties.default b/build.properties.default index 7a041bf..b832befd 100644 --- a/build.properties.default +++ b/build.properties.default @@ -25,7 +25,7 @@ # ----- Version Control Flags ----- version.major=8 version.minor=5 -version.build=71 +version.build=72 version.patch=0 version.suffix=-dev diff --git a/res/maven/mvn.properties.default b/res/maven/mvn.properties.default index f209ecc..89847f1 100644 --- a/res/maven/mvn.properties.default +++ b/res/maven/mvn.properties.default @@ -39,7 +39,7 @@ maven.asf.release.repo.url=https://repository.apache.org/service/local/staging/d maven.asf.release.repo.repositoryId=apache.releases.https # Release version info -maven.asf.release.deploy.version=8.5.71 +maven.asf.release.deploy.version=8.5.72 #Where do we load the libraries from tomcat.lib.path=../../output/build/lib diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 15d01c1..8de6fbc 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -104,7 +104,9 @@ They eventually become mixed with the numbered issues (i.e., numbered issues do not "pop up" wrt. others). --> -<section name="Tomcat 8.5.71 (schultz)" rtext="in development"> +<section name="Tomcat 8.5.72 (schultz)" rtext="in development"> +</section> +<section name="Tomcat 8.5.71 (schultz)" rtext="release vote in progress"> <subsection name="Catalina"> <changelog> <fix> @@ -152,7 +154,7 @@ order of the remaining header values is unchanged. (markt) </fix> <fix> - <bug>65563</bug>: Correct parsing of HTTP <code>Content-Rnage</code> + <bug>65563</bug>: Correct parsing of HTTP <code>Content-Range</code> headers. Tomcat was incorrectly requiring an <code>=</code> character after <code>bytes</code>. Fix based on pull request <pr>449</pr> by Thierry Guérin. (markt) @@ -235,7 +237,7 @@ </changelog> </subsection> </section> -<section name="Tomcat 8.5.70 (schultz)" rtext="2021-08-16"> +<section name="Tomcat 8.5.70 (markt)" rtext="2021-08-16"> <subsection name="Catalina"> <changelog> <fix> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org