This is an automated email from the ASF dual-hosted git repository.
ChristopherSchultz pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new b17e96ba1b Increment version numbers for next release.
b17e96ba1b is described below
commit b17e96ba1bbb5c15a06693c46c033d82b7e57d55
Author: Christopher Schultz <[email protected]>
AuthorDate: Thu Aug 13 12:56:19 2026 -0400
Increment version numbers for next release.
---
build.properties.default | 2 +-
res/maven/mvn.properties.default | 2 +-
webapps/docs/changelog.xml | 9 ++++++++-
3 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/build.properties.default b/build.properties.default
index b55fd6b0b9..7239454aa4 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -30,7 +30,7 @@
# ----- Version Control Flags -----
version.major=10
version.minor=1
-version.build=58
+version.build=59
version.patch=0
version.suffix=
version.dev=-dev
diff --git a/res/maven/mvn.properties.default b/res/maven/mvn.properties.default
index 715b4db8b2..73b1f401a9 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=10.1.58
+maven.asf.release.deploy.version=10.1.59
#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 b3ef171e3a..dce407db81 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -107,7 +107,14 @@
They eventually become mixed with the numbered issues (i.e., numbered
issues do not "pop up" wrt. others).
-->
-<section name="Tomcat 10.1.58 (schultz)" rtext="in development">
+<section name="Tomcat 10.1.59 (schultz)" rtext="in development">
+ <subsection>
+ <fix>
+ Fix async path building. (markt)
+ </fix>
+ </subsection>
+</section>
+<section name="Tomcat 10.1.58 (schultz)" rtext="not released">
<subsection name="Catalina">
<changelog>
<fix>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]