This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 9ff9c5ff9635ed9180d26075eed099ccab25bbcb Author: Mark Thomas <[email protected]> AuthorDate: Tue Dec 16 17:38:38 2025 +0000 Move 10.1.51 entries to correct version --- webapps/docs/changelog.xml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index ecf2d0065f..ef3e8ffe87 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -104,7 +104,7 @@ They eventually become mixed with the numbered issues (i.e., numbered issues do not "pop up" wrt. others). --> -<section name="Tomcat 10.1.50 (schultz)" rtext="in development"> +<section name="Tomcat 10.1.51 (schultz)" rtext="in development"> <subsection name="Coyote"> <changelog> <fix> @@ -116,6 +116,16 @@ </fix> </changelog> </subsection> + <subsection name="Other"> + <changelog> + <update> + Update the internal fork of Commons Pool to 2.13.0. (markt) + </update> + <update> + Update the internal fork of Commons DBCP to 2.14.0. (markt) + </update> + </changelog> + </subsection> </section> <section name="Tomcat 10.1.50 (schultz)" rtext="Release in progress"> <subsection name="General"> @@ -125,12 +135,6 @@ during test execution. Useful for cleaner console output when running tests with multiple threads. (csutherl) </add> - <update> - Update the internal fork of Commons Pool to 2.13.0. (markt) - </update> - <update> - Update the internal fork of Commons DBCP to 2.14.0. (markt) - </update> </changelog> </subsection> <subsection name="Catalina"> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
