This is an automated email from the ASF dual-hosted git repository.
bodewig pushed a change to branch mailer-tls-server-check
in repository https://gitbox.apache.org/repos/asf/ant.git
omit 88a4b8889 improve security of TLS handling in MimeMailers
add d1247b72e Improve JUnit report title handling
add 315a019b8 Merge pull request #218 from
Vampire/junit-report-title-handling
add 9905daf77 Upgrade Hamcrest to 3.0
add f7ad3a50f Update in-tree Hamcrest JARs to latest
add 50ab728f1 Update Hamcrest license
add 7d5fed8e0 Merge pull request #215 from
tomodachi94/chore/hamcrest-3.0-upgrade
add e208a7feb Add test
add 8e821ba8f Fix PermissionUtils.FileType.of for sym links
add ee4348944 Use more conventional os check
add 01de21e61 Add to list of contributors
add 06af74742 Merge pull request #217 from
kiendang/permissiontuils-filetype-symlink
add 19104154c credit Björn Kautler @Vampire for #218
add 8a302c615 credit @Tomodachi94 for #215
add 114228d30 improve DirectoryScanner filtering performance
add 3275173a3 improve filtering performance in Copy
add 38393ea48 Merge branch 'apache:master' into master
add 985714efc refactor Path construction
add 6afcb46eb avoid array copy when no symlinks filtered out
add f2eb4ae33 add name to contributors
add b3f64f0f7 Merge pull request #212 from esaulpaugh/master
add dc3d7ed34 make xslt use similar out-of-dateness check as other tasks
new 1cf7b4338 improve security of TLS handling in MimeMailers
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (88a4b8889)
\
N -- N -- N refs/heads/mailer-tls-server-check (1cf7b4338)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 1 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:
CONTRIBUTORS | 6 ++-
WHATSNEW | 14 +++++++
build.xml | 3 +-
contributors.xml | 16 ++++++++
fetch.xml | 2 +-
lib/libraries.properties | 7 ++--
lib/optional/LICENSE.hamcrest.txt | 33 +++++++++++------
lib/optional/hamcrest-3.0.jar | Bin 0 -> 126373 bytes
lib/optional/hamcrest-core-1.3.jar | Bin 45024 -> 0 bytes
lib/optional/hamcrest-library-1.3.jar | Bin 53070 -> 0 bytes
manual/Tasks/style.html | 9 +++++
src/etc/junit-frames-saxon.xsl | 8 ++--
src/etc/junit-frames-xalan1.xsl | 10 ++---
src/etc/junit-frames.xsl | 10 ++---
src/etc/junit-noframes-saxon.xsl | 2 +-
src/etc/junit-noframes.xsl | 2 +-
src/etc/poms/pom.xml | 4 +-
.../testcases/taskdefs/optional/junitlauncher.xml | 2 +-
src/etc/testcases/taskdefs/style/build.xml | 2 +-
.../org/apache/tools/ant/DirectoryScanner.java | 32 +++++++---------
src/main/org/apache/tools/ant/taskdefs/Copy.java | 18 +++++----
.../org/apache/tools/ant/taskdefs/XSLTProcess.java | 41 ++++++++++++++++-----
.../tools/ant/types/selectors/SelectorUtils.java | 21 ++++++++++-
.../org/apache/tools/ant/util/PermissionUtils.java | 3 +-
.../antunit/taskdefs/optional/junit/junit-test.xml | 2 +-
.../apache/tools/ant/util/PermissionUtilsTest.java | 13 +++++++
26 files changed, 182 insertions(+), 78 deletions(-)
create mode 100644 lib/optional/hamcrest-3.0.jar
delete mode 100644 lib/optional/hamcrest-core-1.3.jar
delete mode 100644 lib/optional/hamcrest-library-1.3.jar