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 2019/05/30 15:08:36 UTC

[tomcat] branch master updated (0bebe66 -> 1fa57f5)

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

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


    from 0bebe66  Additional h2 concurrency / timeout fix
     add bf894a0  Use test -t command to check if STDOUT is opened on a terminal
     new 5815f9f  Merge branch 'fix-tty-check-in-catalina-sh' of https://github.com/rjozwik/tomcat into rjozwik-fix-tty-check-in-catalina-sh
     new 1fa57f5  Update changelog for catalina.sh tty/test fix

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:
 bin/catalina.sh            | 2 +-
 webapps/docs/changelog.xml | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)


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


[tomcat] 02/02: Update changelog for catalina.sh tty/test fix

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 1fa57f587e9154f2a69d806274c815abf5739360
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu May 30 16:08:10 2019 +0100

    Update changelog for catalina.sh tty/test fix
---
 webapps/docs/changelog.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index fe4e7b4..f5e63cd 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -249,6 +249,11 @@
         Expand the coverage and quality of the Simplified Chinese translations
         provided with Apache Tomcat. Includes contributions by 諵. (markt)
       </add>
+      <fix>
+        Use the <code>test</code> command to check for terminal availability
+        rather than the <code>tty</code> command since the <code>tty</code>
+        based test fails on non-Eglish locales. (markt)
+      </fix>
     </changelog>
   </subsection>
 </section>


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


[tomcat] 01/02: Merge branch 'fix-tty-check-in-catalina-sh' of https://github.com/rjozwik/tomcat into rjozwik-fix-tty-check-in-catalina-sh

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 5815f9f08c59b483583423a7928af8f1f80136ef
Merge: 0bebe66 bf894a0
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu May 30 15:38:52 2019 +0100

    Merge branch 'fix-tty-check-in-catalina-sh' of https://github.com/rjozwik/tomcat into rjozwik-fix-tty-check-in-catalina-sh

 bin/catalina.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


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