Author: schultz
Date: Fri Feb 27 04:05:46 2015
New Revision: 1662632
URL: http://svn.apache.org/r1662632
Log:
Additional fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=55988
Include support for useServerCipherSuiteOrder for Java BIO connector.
Modified:
tomcat/tc8.0.x/trunk/java/org
Author: schultz
Date: Fri Feb 27 04:14:11 2015
New Revision: 1662633
URL: http://svn.apache.org/r1662633
Log:
Back-port r1662627 and r1662632 to fix
https://bz.apache.org/bugzilla/show_bug.cgi?id=55988
Respect TLS server cipher ordering in JSSE-based connectors.
Based upon patches provided by
Author: schultz
Date: Thu Mar 5 16:46:48 2015
New Revision: 1664405
URL: http://svn.apache.org/r1664405
Log:
Vote
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1664405&r1=166440
Author: schultz
Date: Mon Mar 9 16:21:15 2015
New Revision: 1665292
URL: http://svn.apache.org/r1665292
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57676
Improve error message when multiple Websocket endpoints are bound to the same
path.
Modified:
tomcat/trunk/java/org/apache
Author: schultz
Date: Mon Mar 9 16:29:15 2015
New Revision: 1665296
URL: http://svn.apache.org/r1665296
Log:
Back-port r1665292 to fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57676
- Report conflicting WebSocket endpoint classes when there is a path conflict.
Modified:
tomcat/tc8.0.x
Author: schultz
Date: Mon Mar 16 21:34:29 2015
New Revision: 1667135
URL: http://svn.apache.org/r1667135
Log:
Votes
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1667135&r1=166
Author: schultz
Date: Tue Mar 24 14:43:07 2015
New Revision: 1668912
URL: http://svn.apache.org/r1668912
Log:
Vote
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1668912&r1=166891
Author: schultz
Date: Wed Nov 26 22:19:39 2014
New Revision: 1641957
URL: http://svn.apache.org/r1641957
Log:
Vote
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1641957&r1=164195
Author: schultz
Date: Thu Dec 11 19:49:25 2014
New Revision: 1644737
URL: http://svn.apache.org/r1644737
Log:
Removed extraneous spaces from system property keys.
Modified:
tomcat/trunk/webapps/docs/config/systemprops.xml
Modified: tomcat/trunk/webapps/docs/config/systemprops.xml
URL:
http
Author: schultz
Date: Thu Dec 11 20:41:37 2014
New Revision: 1644757
URL: http://svn.apache.org/r1644757
Log:
Revert r1644737 - whitespace is important for documentation formatting.
Modified:
tomcat/trunk/webapps/docs/config/systemprops.xml
Modified: tomcat/trunk/webapps/docs/config
Author: schultz
Date: Tue Dec 30 15:34:43 2014
New Revision: 1648541
URL: http://svn.apache.org/r1648541
Log:
Allow libtoolize command to be specified via LIBTOOLIZE environment variable.
Modified:
tomcat/jk/trunk/native/buildconf.sh
Modified: tomcat/jk/trunk/native/buildconf.sh
URL:
http
Author: schultz
Date: Tue Dec 30 19:58:08 2014
New Revision: 1648589
URL: http://svn.apache.org/r1648589
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48460
- Clarified staggeringly incorrect statement about byte-order
- Fixed bad hex mental math
- Unwound logical confusion about
Author: schultz
Date: Tue Jan 6 22:41:41 2015
New Revision: 1649963
URL: http://svn.apache.org/r1649963
Log:
Fixed typo.
Modified:
tomcat/jk/trunk/xdocs/reference/workers.xml
Modified: tomcat/jk/trunk/xdocs/reference/workers.xml
URL:
http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs
Author: schultz
Date: Wed Jan 7 17:16:17 2015
New Revision: 1650119
URL: http://svn.apache.org/r1650119
Log:
Removed superfluous ; characters after close-braces to eliminate compiler warnin
gs.
Modified:
tomcat/native/trunk/native/src/multicast.c
Modified: tomcat/native/trunk/native/src
Author: schultz
Date: Wed Jan 7 17:17:37 2015
New Revision: 1650120
URL: http://svn.apache.org/r1650120
Log:
Back-port r1650119 to remove superfluous semicolons after close-braces to
eliminate compiler warnings.
Modified:
tomcat/native/branches/1.1.x/ (props changed)
tomcat/native
Author: schultz
Date: Wed Jan 7 17:46:03 2015
New Revision: 1650127
URL: http://svn.apache.org/r1650127
Log:
Predicate use of SSL_set_session_ticket_ext and SSL_get_session_ticket_ext with
availability of SSL_F_SSL_SET_SESSION_TICKET_EXT.
Modified:
tomcat/native/trunk/native/src/sslext.c
Author: schultz
Date: Wed Jan 7 17:52:24 2015
New Revision: 1650129
URL: http://svn.apache.org/r1650129
Log:
Bytes should be signed char, not unsigned char
Modified:
tomcat/native/trunk/native/src/sslext.c
Modified: tomcat/native/trunk/native/src/sslext.c
URL:
http://svn.apache.org/viewvc
Author: schultz
Date: Thu Jan 8 14:53:48 2015
New Revision: 1650302
URL: http://svn.apache.org/r1650302
Log:
Removed unused remove_all function.
Modified:
tomcat/native/trunk/native/src/poll.c
Modified: tomcat/native/trunk/native/src/poll.c
URL:
http://svn.apache.org/viewvc/tomcat/native
Author: schultz
Date: Thu Jan 8 14:57:07 2015
New Revision: 1650304
URL: http://svn.apache.org/r1650304
Log:
Remove zero-boundary-check on String length argument, as this argument is
unsigned and can therefore never be less than zero.
Removes a compiler warning and simplifies the code a bit
Author: schultz
Date: Wed Jan 21 15:07:12 2015
New Revision: 1653550
URL: http://svn.apache.org/r1653550
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57473
Add more logging to WarWatcher, specifically checking for odd states like
non-existent files that were just listed by the
Author: schultz
Date: Wed Jan 21 15:13:18 2015
New Revision: 1653552
URL: http://svn.apache.org/r1653552
Log:
Back-port r1653550 to fix
https://issues.apache.org/bugzilla/show_bug.cgi?id=57473
Add more logging to WarWatcher, specifically checking for odd states like
non-existent files that were
Author: schultz
Date: Wed Jan 21 15:31:15 2015
New Revision: 1653558
URL: http://svn.apache.org/r1653558
Log:
Moved bugfix to correct subsection.
Modified:
tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org
Author: schultz
Date: Wed Jan 21 15:32:08 2015
New Revision: 1653559
URL: http://svn.apache.org/r1653559
Log:
Back-port r1653550 to fix
https://issues.apache.org/bugzilla/show_bug.cgi?id=57473
Add more logging to WarWatcher, specifically checking for odd states like
non-existent files that were
Author: schultz
Date: Wed Jan 21 16:15:56 2015
New Revision: 1653574
URL: http://svn.apache.org/r1653574
Log:
Prefer CamelCase for localized log strings.
Modified:
tomcat/trunk/java/org/apache/catalina/ha/deploy/LocalStrings.properties
tomcat/trunk/java/org/apache/catalina/ha/deploy
Author: schultz
Date: Wed Jan 21 16:16:40 2015
New Revision: 1653575
URL: http://svn.apache.org/r1653575
Log:
Prefer CamelCase for log string keys.
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/java/org/apache/catalina/ha/deploy/LocalStrings.properties
Author: schultz
Date: Wed Jan 21 16:18:22 2015
New Revision: 1653576
URL: http://svn.apache.org/r1653576
Log:
Prefer CamelCase in log string keys.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/deploy/LocalStrings.properties
tomcat
Author: schultz
Date: Thu Feb 5 14:14:58 2015
New Revision: 1657572
URL: http://svn.apache.org/r1657572
Log:
Javadoc typo.
Modified:
tomcat/trunk/java/org/apache/catalina/servlets/WebdavServlet.java
Modified: tomcat/trunk/java/org/apache/catalina/servlets/WebdavServlet.java
URL:
http
Author: schultz
Date: Thu Feb 12 12:20:46 2015
New Revision: 1659237
URL: http://svn.apache.org/r1659237
Log:
Fixed javadoc typo
Modified:
tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java
Modified: tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java
URL:
http
Author: schultz
Date: Fri Feb 13 17:14:42 2015
New Revision: 1659614
URL: http://svn.apache.org/r1659614
Log:
Votes
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1659614&r1=165
Author: schultz
Date: Thu Feb 19 16:21:27 2015
New Revision: 1660924
URL: http://svn.apache.org/r1660924
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57540
Add SSL protocol to request attributes
("org.apache.tomcat.util.net.secure_protocol_version").
Note that this featur
Author: schultz
Date: Thu Feb 19 17:45:34 2015
New Revision: 1660953
URL: http://svn.apache.org/r1660953
Log:
Back-port r1660924 to fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57540
Expose TLS protocol via a request attribute.
Modified:
tomcat/tc8.0.x/trunk/ (props changed
Author: schultz
Date: Thu Feb 19 18:31:05 2015
New Revision: 1660966
URL: http://svn.apache.org/r1660966
Log:
Back-port r1660953 from Tomcat 8 to fix
https://bz.apache.org/bugzilla/show_bug.cgi?id=57540
Export TLS/SSL protocol version in a request attribute.
Modified:
tomcat/tc7.0.x/trunk
Author: schultz
Date: Thu Feb 19 18:38:30 2015
New Revision: 1660967
URL: http://svn.apache.org/r1660967
Log:
Move changelog section to correct position.
Modified:
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL:
http
This is an automated email from the ASF dual-hosted git repository.
schultz pushed a change to tag 8.5.86
in repository https://gitbox.apache.org/repos/asf/tomcat.git
at 0bf2722f46 (commit)
This tag includes the following new commits:
new 0bf2722f46 Tag 8.5.86
The 1 revisions
This is an automated email from the ASF dual-hosted git repository.
schultz pushed a commit to tag 8.5.86
in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 0bf2722f4652674e321a0e22e72dca75d2ea8275
Author: schultz
AuthorDate: Sat Feb 18 05:21:50 2023 -0800
Tag 8.5.86
Author: schultz
Date: Sat Feb 18 13:49:24 2023
New Revision: 60192
Log:
Upload 8.5.86 for voting.
Added:
dev/tomcat/tomcat-8/v8.5.86/
dev/tomcat/tomcat-8/v8.5.86/KEYS
dev/tomcat/tomcat-8/v8.5.86/README.html
dev/tomcat/tomcat-8/v8.5.86/RELEASE-NOTES
dev/tomcat/tomcat-8/v8.5.86
Added: dev/tomcat/tomcat-8/v8.5.86/bin/extras/catalina-ws.jar.asc
==
--- dev/tomcat/tomcat-8/v8.5.86/bin/extras/catalina-ws.jar.asc (added)
+++ dev/tomcat/tomcat-8/v8.5.86/bin/extras/catalina-ws.jar.asc Sat Feb 18
13:49:24
This is an automated email from the ASF dual-hosted git repository.
schultz pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 93252a20e9 Increment version numbers for next
This is an automated email from the ASF dual-hosted git repository.
schultz 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 ee2775d661 Add PGP signing key to KEYS
This is an automated email from the ASF dual-hosted git repository.
schultz pushed a commit to tag 10.1.6
in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 9829c929059f96605a3fb870700b5887970d7203
Author: schultz
AuthorDate: Sun Feb 19 05:37:09 2023 -0800
Tag 10.1.6
This is an automated email from the ASF dual-hosted git repository.
schultz pushed a change to tag 10.1.6
in repository https://gitbox.apache.org/repos/asf/tomcat.git
at 9829c92905 (commit)
This tag includes the following new commits:
new 9829c92905 Tag 10.1.6
The 1 revisions
Author: schultz
Date: Sun Feb 19 13:42:15 2023
New Revision: 60200
Log:
Upload v10.1.6 for voting
Added:
dev/tomcat/tomcat-10/v10.1.6/
dev/tomcat/tomcat-10/v10.1.6/KEYS
dev/tomcat/tomcat-10/v10.1.6/README.html
dev/tomcat/tomcat-10/v10.1.6/RELEASE-NOTES
dev/tomcat/tomcat-10
Author: schultz
Date: Fri Feb 24 15:07:28 2023
New Revision: 60322
Log:
Promove 8.5.86 to release.
Added:
release/tomcat/tomcat-8/v8.5.86/
- copied from r60321, dev/tomcat/tomcat-8/v8.5.86/
Removed:
dev/tomcat/tomcat-8/v8.5.86
Author: schultz
Date: Fri Feb 24 15:09:10 2023
New Revision: 60323
Log:
Promote v10.1.6 release.
Added:
release/tomcat/tomcat-10/v10.1.6/
- copied from r60322, dev/tomcat/tomcat-10/v10.1.6/
Removed:
dev/tomcat/tomcat-10/v10.1.6
Author: schultz
Date: Fri Feb 24 15:12:56 2023
New Revision: 60324
Log:
Update KEYS file to include release-manager's GPG key.
Modified:
release/tomcat/tomcat-10/KEYS
Modified: release/tomcat/tomcat-10
Author: schultz
Date: Fri Feb 24 17:25:01 2023
New Revision: 1907856
URL: http://svn.apache.org/viewvc?rev=1907856&view=rev
Log:
Update site to include v8.5.86 release.
[This commit notification would consist of 109 parts,
which exceeds the limit of 50 ones, so it was shortened to the sum
Author: schultz
Date: Fri Feb 24 17:28:20 2023
New Revision: 1907857
URL: http://svn.apache.org/viewvc?rev=1907857&view=rev
Log:
Correct v8.5.86 release date.
Modified:
tomcat/site/trunk/docs/tomcat-8.5-doc/changelog.html
Modified: tomcat/site/trunk/docs/tomcat-8.5-doc/changelog.html
Author: schultz
Date: Fri Feb 24 17:51:51 2023
New Revision: 1907858
URL: http://svn.apache.org/viewvc?rev=1907858&view=rev
Log:
Update website to include v10.1.6.
[This commit notification would consist of 115 parts,
which exceeds the limit of 50 ones, so it was shortened to the sum
Author: schultz
Date: Fri Feb 24 17:59:10 2023
New Revision: 60329
Log:
Remove old release.
Removed:
release/tomcat/tomcat-10/v10.1.5/
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e
This is an automated email from the ASF dual-hosted git repository.
schultz pushed a commit to tag 8.5.87
in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 9179f3c22aead8702936eace5c46e8860b644b3c
Author: schultz
AuthorDate: Mon Feb 27 11:53:49 2023 -0800
Tag 8.5.87
This is an automated email from the ASF dual-hosted git repository.
schultz pushed a change to tag 8.5.87
in repository https://gitbox.apache.org/repos/asf/tomcat.git
at 9179f3c22a (commit)
This tag includes the following new commits:
new 9179f3c22a Tag 8.5.87
The 1 revisions
Added: dev/tomcat/tomcat-8/v8.5.87/bin/extras/catalina-ws.jar.asc
==
--- dev/tomcat/tomcat-8/v8.5.87/bin/extras/catalina-ws.jar.asc (added)
+++ dev/tomcat/tomcat-8/v8.5.87/bin/extras/catalina-ws.jar.asc Mon Feb 27
19:55:53
Author: schultz
Date: Mon Feb 27 19:55:53 2023
New Revision: 60372
Log:
Upload v8.5.87 for voting.
Added:
dev/tomcat/tomcat-8/v8.5.87/
dev/tomcat/tomcat-8/v8.5.87/KEYS
dev/tomcat/tomcat-8/v8.5.87/README.html
dev/tomcat/tomcat-8/v8.5.87/RELEASE-NOTES
dev/tomcat/tomcat-8
This is an automated email from the ASF dual-hosted git repository.
schultz 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 3e08c2790c Have 'pre-release' indica
This is an automated email from the ASF dual-hosted git repository.
schultz 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 626b48842a Have 'pre-release' indica
This is an automated email from the ASF dual-hosted git repository.
schultz pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 3774f307d1 Have 'pre-release' indica
This is an automated email from the ASF dual-hosted git repository.
schultz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 96be7da231 Have 'pre-release' indica
Author: schultz
Date: Mon Feb 27 20:44:46 2023
New Revision: 60380
Log:
Upload v10.0.7 for voting.
Added:
dev/tomcat/tomcat-10/v10.1.7/
dev/tomcat/tomcat-10/v10.1.7/KEYS
dev/tomcat/tomcat-10/v10.1.7/README.html
dev/tomcat/tomcat-10/v10.1.7/RELEASE-NOTES
dev/tomcat/tomcat-10
This is an automated email from the ASF dual-hosted git repository.
schultz pushed a change to tag 10.1.7
in repository https://gitbox.apache.org/repos/asf/tomcat.git
at 473ef42c63 (commit)
This tag includes the following new commits:
new 473ef42c63 Tag 10.1.7
The 1 revisions
This is an automated email from the ASF dual-hosted git repository.
schultz pushed a commit to tag 10.1.7
in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 473ef42c637c97eb17b38c5580a6b854dfe27a02
Author: schultz
AuthorDate: Mon Feb 27 12:47:30 2023 -0800
Tag 10.1.7
This is an automated email from the ASF dual-hosted git repository.
schultz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 18706c3684 Revert "Have 'pre-release
This is an automated email from the ASF dual-hosted git repository.
schultz 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 72adf60d0e Revert "Have 'pre-release
This is an automated email from the ASF dual-hosted git repository.
schultz 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 58f05a9534 Revert "Have 'pre-release
This is an automated email from the ASF dual-hosted git repository.
schultz pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 44c503d3ea Revert "Have 'pre-release
Author: schultz
Date: Sat Mar 4 00:12:43 2023
New Revision: 60438
Log:
Promote r10.1.7 to released.
Added:
release/tomcat/tomcat-10/v10.1.7/
- copied from r60437, dev/tomcat/tomcat-10/v10.1.7/
Removed:
dev/tomcat/tomcat-10/v10.1.7
Author: schultz
Date: Sat Mar 4 00:13:05 2023
New Revision: 60439
Log:
Promote r8.5.87 to released.
Added:
release/tomcat/tomcat-8/v8.5.87/
- copied from r60438, dev/tomcat/tomcat-8/v8.5.87/
Removed:
dev/tomcat/tomcat-8/v8.5.87
Author: schultz
Date: Sat Mar 4 12:30:08 2023
New Revision: 1908053
URL: http://svn.apache.org/viewvc?rev=1908053&view=rev
Log:
Announce 8.5.87 release.
[This commit notification would consist of 75 parts,
which exceeds the limit of 50 ones, so it was shortened to the sum
Author: schultz
Date: Sat Mar 4 12:32:13 2023
New Revision: 60441
Log:
Remove previous release.
Removed:
release/tomcat/tomcat-8/v8.5.86/
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands
Author: schultz
Date: Sat Mar 4 12:54:49 2023
New Revision: 1908056
URL: http://svn.apache.org/viewvc?rev=1908056&view=rev
Log:
Announce release 10.1.
[This commit notification would consist of 78 parts,
which exceeds the limit of 50 ones, so it was shortened to the sum
This is an automated email from the ASF dual-hosted git repository.
schultz pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 40213d2a95 Add release date for 8.5.87
This is an automated email from the ASF dual-hosted git repository.
schultz pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 954bf394b3 Add release text element id
This is an automated email from the ASF dual-hosted git repository.
schultz 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 68de5861cb Add release text element id
Author: schultz
Date: Sat Mar 4 16:42:02 2023
New Revision: 1908066
URL: http://svn.apache.org/viewvc?rev=1908066&view=rev
Log:
Add tools to help release-managers update the web site.
Added:
tomcat/site/trunk/tools/
tomcat/site/trunk/tools/doap.pl (with props)
tomcat/site/t
Author: schultz
Date: Sat Mar 4 16:44:38 2023
New Revision: 1908067
URL: http://svn.apache.org/viewvc?rev=1908067&view=rev
Log:
Add echo
Modified:
tomcat/site/trunk/tools/update-version.sh
Modified: tomcat/site/trunk/tools/update-version.sh
URL:
http://svn.apache.org/viewvc/tomcat/
Author: schultz
Date: Sat Mar 4 16:47:45 2023
New Revision: 1908068
URL: http://svn.apache.org/viewvc?rev=1908068&view=rev
Log:
Use the user's preferred EDITOR.
Modified:
tomcat/site/trunk/tools/update-version.sh
Modified: tomcat/site/trunk/tools/update-version.sh
U
Author: schultz
Date: Sat Mar 4 17:03:32 2023
New Revision: 1908069
URL: http://svn.apache.org/viewvc?rev=1908069&view=rev
Log:
Re-order operations to allow ant release-[v] to build all modified source
documents.
Complain more loudly when patching the migration page doesn't work as
This is an automated email from the ASF dual-hosted git repository.
schultz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 85ba2ecd56 Fix https://bz.apache.org/bugzilla
This is an automated email from the ASF dual-hosted git repository.
schultz 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 f53aa0059a Fix https://bz.apache.org/bugzilla
This is an automated email from the ASF dual-hosted git repository.
schultz 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 c9b202aad8 Fix https://bz.apache.org/bugzilla
This is an automated email from the ASF dual-hosted git repository.
schultz pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 4823dc6f50 Fix https://bz.apache.org/bugzilla
This is an automated email from the ASF dual-hosted git repository.
schultz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new deb1c10352 Fix formatting in XML source that
This is an automated email from the ASF dual-hosted git repository.
schultz 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 101cf5c21b Fix formatting in XML source that
This is an automated email from the ASF dual-hosted git repository.
schultz 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 ac33fb7ba3 Fix formatting in XML source that
This is an automated email from the ASF dual-hosted git repository.
schultz pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new fcf10c2d9b Fix formatting in XML source that
This is an automated email from the ASF dual-hosted git repository.
schultz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 3ab4c0052e Make it clear that session-attribute
This is an automated email from the ASF dual-hosted git repository.
schultz 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 bbcbc5ef62 Make it clear that session
This is an automated email from the ASF dual-hosted git repository.
schultz 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 3d75bb000a Make it clear that session-attribute
This is an automated email from the ASF dual-hosted git repository.
schultz pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 5ad12fc31a Make it clear that session-attribute
This is an automated email from the ASF dual-hosted git repository.
schultz pushed a commit to tag 10.1.8
in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 477b206c9f05d2e70438a440bd40ab523662
Author: schultz
AuthorDate: Fri Apr 14 12:51:29 2023 -0700
Tag 10.1.8
This is an automated email from the ASF dual-hosted git repository.
schultz pushed a change to tag 10.1.8
in repository https://gitbox.apache.org/repos/asf/tomcat.git
at 477b206c9f (commit)
This tag includes the following new commits:
new 477b206c9f Tag 10.1.8
The 1 revisions
Author: schultz
Date: Fri Apr 14 19:56:43 2023
New Revision: 61284
Log:
Upload 10.1.8 for voting
Added:
dev/tomcat/tomcat-10/v10.1.8/
dev/tomcat/tomcat-10/v10.1.8/KEYS
dev/tomcat/tomcat-10/v10.1.8/README.html
dev/tomcat/tomcat-10/v10.1.8/RELEASE-NOTES
dev/tomcat/tomcat-10
This is an automated email from the ASF dual-hosted git repository.
schultz 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 c6a341203f Increment version numbers for next
This is an automated email from the ASF dual-hosted git repository.
schultz pushed a change to tag 8.5.88
in repository https://gitbox.apache.org/repos/asf/tomcat.git
at e035e21170 (commit)
This tag includes the following new commits:
new e035e21170 Tag 8.5.88
The 1 revisions
This is an automated email from the ASF dual-hosted git repository.
schultz pushed a commit to tag 8.5.88
in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit e035e211705c7ec7a2ecf666f4a1fdf0965e9977
Author: schultz
AuthorDate: Fri Apr 14 13:30:14 2023 -0700
Tag 8.5.88
Added: dev/tomcat/tomcat-8/v8.5.88/bin/extras/catalina-ws.jar.asc
==
--- dev/tomcat/tomcat-8/v8.5.88/bin/extras/catalina-ws.jar.asc (added)
+++ dev/tomcat/tomcat-8/v8.5.88/bin/extras/catalina-ws.jar.asc Fri Apr 14
20:31:10
Author: schultz
Date: Fri Apr 14 20:31:10 2023
New Revision: 61287
Log:
Upload 8.5.88 for voting.
Added:
dev/tomcat/tomcat-8/v8.5.88/
dev/tomcat/tomcat-8/v8.5.88/KEYS
dev/tomcat/tomcat-8/v8.5.88/README.html
dev/tomcat/tomcat-8/v8.5.88/RELEASE-NOTES
dev/tomcat/tomcat-8/v8.5.88
This is an automated email from the ASF dual-hosted git repository.
schultz pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 88ee88b984 Increment version numbers for next
This is an automated email from the ASF dual-hosted git repository.
schultz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 433b5b5e84 Enhance PEMFile to load from an
This is an automated email from the ASF dual-hosted git repository.
schultz pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 2518a0c97c4daa20c646e8142d117a02d01dfca0
Author: Christopher Schultz
AuthorDate: Tue Apr 18 16:37:49 2023 -0400
This is an automated email from the ASF dual-hosted git repository.
schultz pushed a change to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
from 44bb41ac80 Fix missing IllegalArgumentException
new ffafc9c7e8 Enhance PEMFile to load from an InputStream
201 - 300 of 2531 matches
Mail list logo