This is an automated email from the ASF dual-hosted git repository.
rjung pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push:
new cece062a87 Fix typos in Changelog and add release date for 11.0.0
cece062a87 is described below
commit cece062a87c2a8828ca3d0e2de88984e247ad654
Author: Rainer Jung <[email protected]>
AuthorDate: Fri Nov 8 00:06:14 2024 +0100
Fix typos in Changelog and add release date for 11.0.0
---
webapps/docs/changelog.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 409ac1e589..5035d5cc6a 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -207,7 +207,7 @@
</update>
<fix>
Cache not found results when searching for web application class loader
- resources. This addresses performance problems casued by components
such
+ resources. This addresses performance problems caused by components
such
as <code>java.sql.DriverManager</code> which, in some circumstances,
will search for the same class repeatedly. In a large web application
this can cause performance problems. The size of the cache can be
@@ -237,7 +237,7 @@
Concurrent reads and writes (e.g. <code>GET</code> and <code>PUT</code>
/ <code>DELETE</code>) for the same path caused corruption of the
<code>FileResource</code> where some of the fields were set as if the
- file exists and some as set as if it does not. This resulted in
+ file exists and some were set as if it does not. This resulted in
inconsistent metadata. (markt)
</fix>
<fix>
@@ -356,7 +356,7 @@
</changelog>
</subsection>
</section>
-<section name="Tomcat 11.0.0 (markt)" rtext="release in progress">
+<section name="Tomcat 11.0.0 (markt)" rtext="2024-10-09">
<subsection name="Catalina">
<changelog>
<fix>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]