You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2021/09/07 08:11:59 UTC

[tomcat] branch 10.0.x updated: Update changelog

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/10.0.x by this push:
     new 3fde575  Update changelog
3fde575 is described below

commit 3fde5753377b0683447814b6e18d6e416712ae7e
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Sep 7 09:11:35 2021 +0100

    Update changelog
---
 webapps/docs/changelog.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 5fa3a1b..2bb9ee9 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -1088,8 +1088,10 @@
   <subsection name="Web applications">
     <changelog>
       <fix>
-        Remove the restriction that prevented the Manager web application
-        deploying different web applications in parallel. (markt)
+        <bug>65136</bug>: Remove the restriction that prevented the Manager web
+        application deploying different web applications in parallel. This
+        required some refactoring, most notably to
+        <code>HostConfig.check()</code> and how it is used. (markt)
       </fix>
     </changelog>
   </subsection>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org