This is an automated email from the ASF dual-hosted git repository.
rjung 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 c5f6a2c998 Fix typos in Changelog
c5f6a2c998 is described below
commit c5f6a2c998bfe3f91faf591c3d91ac47ca69e13c
Author: Rainer Jung <[email protected]>
AuthorDate: Fri Nov 8 00:10:25 2024 +0100
Fix typos in Changelog
---
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 a16563858f..a9d6b610c6 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.33 (schultz)" rtext="in development">
+<section name="Tomcat 10.1.34 (schultz)" rtext="in development">
</section>
<section name="Tomcat 10.1.33 (schultz)" rtext="release in progress">
<subsection name="Other">
@@ -206,7 +206,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
@@ -236,7 +236,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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]