(tomcat) branch 9.0.x updated: Update changelog

2024-04-07 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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


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

commit 9dbbbc5f3b825052c32e0d56ce0ecab1282a250b
Author: Mark Thomas 
AuthorDate: Sun Apr 7 23:15:04 2024 +0200

Update changelog
---
 webapps/docs/changelog.xml | 5 +
 1 file changed, 5 insertions(+)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 7a3c53e611..8e4d245af8 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -134,6 +134,11 @@
 Improve Service connectors, Container children and Service executors
 access sync using a ReentrantReadWriteLock. (remm)
   
+  
+Improve handling of integer overflow if an attempt is made to upload a
+file via the Servlet API and the file is larger than
+Integer.MAX_VALUE. (markt)
+  
 
   
   


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



(tomcat) branch 9.0.x updated: Update changelog

2024-02-08 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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


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

commit 7300705361ce7d4f8929c19f7ad8878de8157d6b
Author: Mark Thomas 
AuthorDate: Thu Feb 8 21:46:36 2024 +

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

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 1578011215..a4b6b2bdf3 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -156,6 +156,10 @@
 configured on SSLHostConfigCertificate instances. Based on
 pull request 673 provided by Hakan Altındağ. (markt)
   
+  
+Improve the Tomcat Native shutdown process to reduce the likelihood of 
a
+JVM crash during Tomcat shutdown. (markt)
+  
 
   
   


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



[tomcat] branch 9.0.x updated: Update changelog

2021-09-07 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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


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

commit bd3cfa36856aba6648c57c0b0e664c0835f98e13
Author: Mark Thomas 
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 4c023be..cb4c7e4 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -1081,8 +1081,10 @@
   
 
   
-Remove the restriction that prevented the Manager web application
-deploying different web applications in parallel. (markt)
+65136: Remove the restriction that prevented the Manager web
+application deploying different web applications in parallel. This
+required some refactoring, most notably to
+HostConfig.check() and how it is used. (markt)
   
 
   

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



[tomcat] branch 9.0.x updated: Update changelog

2021-03-19 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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


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

commit a5d34a049e58fd018f9228749b83411f94367f15
Author: Mark Thomas 
AuthorDate: Fri Mar 19 15:25:36 2021 +

Update changelog
---
 webapps/docs/changelog.xml | 9 +
 1 file changed, 9 insertions(+)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index bad4825..7b03cc8 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -151,6 +151,15 @@
   
 
   
+  
+
+  
+Implement the first phase of reproducible builds. Sequential builds on
+the same machine now produce identical output provided that the Ant
+property ant.tstamp.now.iso is set. (markt)
+  
+
+  
 
 
   

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



[tomcat] branch 9.0.x updated: Update changelog

2021-03-10 Thread remm
This is an automated email from the ASF dual-hosted git repository.

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


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

commit ae868e123945f67376d70d4ad8bcdc6c29c2ae2a
Author: remm 
AuthorDate: Wed Mar 10 16:30:01 2021 +0100

Update changelog
---
 webapps/docs/changelog.xml | 8 
 1 file changed, 8 insertions(+)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 2b0b279..79b581c 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -104,6 +104,14 @@
   issues do not "pop up" wrt. others).
 -->
 
+  
+
+  
+Improve consistency of OpenSSL error stack handling in the TLS engine,
+and log all errors found as debug. (remm)
+  
+
+  
 
 
   


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



[tomcat] branch 9.0.x updated: Update changelog

2020-09-17 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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


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

commit d06b676452d4fb65088a01c59cc0704fafdf66d9
Author: Mark Thomas 
AuthorDate: Thu Sep 17 19:53:54 2020 +0100

Update changelog
---
 webapps/docs/changelog.xml | 17 +
 1 file changed, 17 insertions(+)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index d6a3589..4ef3656 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -81,6 +81,15 @@
   
 
   
+  
+
+  
+Use lazy instantiation to improve the performance when working with
+listeners added to the ELContext. Pull request provided by
+Thomas Andraschko. (markt)
+  
+
+  
   
 
   
@@ -103,6 +112,14 @@
 When building, only rebuild JAR files (including OSGi and JPMS 
metadata)
 if the contents has changed. (markt)
   
+  
+Improvements to Chinese translations. Pull request provided by Yang
+Yang. (markt)
+  
+  
+Expand coverage of Russian translations. Pull request provided by
+Nikolay Gribanov. (markt)
+  
 
   
 


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



[tomcat] branch 9.0.x updated: Update changelog

2020-08-17 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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


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

commit bc3eea9e22048ee659341517e56caa1b70983394
Author: Mark Thomas 
AuthorDate: Mon Aug 17 20:06:22 2020 +0100

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

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 60da1d4..1037b63 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -92,22 +92,23 @@
 return value, particularly when end of stream has been reached. (markt)
   
   
-Avoid several potential NPEs introduced in the changes in the previous
-release to reduce the memory footprint of closed HTTP/2 streams. 
(markt)
-  
-  
 Refactor the stopping of the acceptor to ensure that the acceptor 
thread
 stops when a connector is started immediately after it is stopped.
 (markt)
   
   
+64621: Improve handling HTTP/2 stream reset frames received
+from clients. (markt)
+  
+  
 64660: Avoid a potential NPE in the AprEndpoint if a socket
 is closed in one thread at the same time as the poller is processing an
 event for that socket in another. (markt)
   
   
-64621: Improve handling HTTP/2 stream reset frames received
-from clients. (markt)
+64671: Avoid several potential NPEs introduced in the 
changes
+in the previous release to reduce the memory footprint of closed HTTP/2
+streams. (markt)
   
 
   


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



[tomcat] branch 9.0.x updated: Update changelog for PR #272

2020-04-22 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/9.0.x by this push:
 new 6b09afc  Update changelog for PR #272
6b09afc is described below

commit 6b09afc6ae21319f3a4d1315c28b1e7d9cd41a80
Author: Mark Thomas 
AuthorDate: Wed Apr 22 17:31:56 2020 +0100

Update changelog for PR #272
---
 webapps/docs/changelog.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 5733c89..6925a34 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -127,6 +127,10 @@
 Refactor to use empty arrays with Collections.toArray().
 Pull request provided by Lars Grefer. (markt)
   
+  
+Refactor loops with a condition to exit as soon as the condition is 
met.
+Pull request provided by Lars Grefer. (markt)
+  
 
   
 


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