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/28 12:38:44 UTC

[tomcat] branch 10.0.x updated (8acff39 -> dbbeb37)

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

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


    from 8acff39  make threadNameCache actually useful
     new fe7f3d9  Update build timestamp (currently unused)
     new dbbeb37  Fix typos

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build.properties.default   | 4 ++--
 webapps/docs/changelog.xml | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

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


[tomcat] 01/02: Update build timestamp (currently unused)

Posted by ma...@apache.org.
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

commit fe7f3d9ec81b8dfaad3eb470e578c95d2ffc3528
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Sep 28 12:50:55 2021 +0100

    Update build timestamp (currently unused)
---
 build.properties.default | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.properties.default b/build.properties.default
index c799cd4..b6e3235 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -38,8 +38,8 @@ version.suffix=-dev
 # ----- Reproducible builds -----
 # Uncomment and set to current time for reproducible builds
 # Note: The value is in seconds (unlike milliseconds used by System.currentTimeMillis()).
-#2021-09-06T18:00:00Z
-#ant.tstamp.now=1630951200
+#2021-09-28T12:09:00Z
+#ant.tstamp.now=1632819600
 
 # ----- Source control flags -----
 git.branch=10.0.x

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


[tomcat] 02/02: Fix typos

Posted by ma...@apache.org.
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

commit dbbeb37348b94b1be008330915932778177f2719
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Sep 28 13:38:10 2021 +0100

    Fix typos
---
 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 e4485d0..5ed91bc 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -146,9 +146,9 @@
       </fix>
       <fix>
         Further improvements in the management of the connection flow control
-        window. This addresses various bugs that what cause streams to
-        incorrectly report that they had timed out waiting for an allocation
-        from the connection flow control window. (markt)
+        window. This addresses various bugs that caused streams to incorrectly
+        report that they had timed out waiting for an allocation from the
+        connection flow control window. (markt)
       </fix>
       <fix>
         <bug>65577</bug>: Fix a <code>AccessControlException</code> reporting

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