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
discard 1cf7b4338 improve security of TLS handling in MimeMailers add 8e3e4ba0f actually MacOS X is reported as family "mac" as well. add 5e9795966 explicitly mention Laucher is going to terminate the VM add 6d2f06bd9 extract logic for detecting and stripping leading path separators add 9b9b69504 use extracted logic for detecting and stripping leading path separators add 4dec3b0f7 only strip leading character in getName when it actually is a path separator add a8cd05dc0 recod fix for bugzilla report 69680 new 6154296c2 improve security of TLS handling in MimeMailers new 01324b9b3 document default value 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 (1cf7b4338) \ N -- N -- N refs/heads/mailer-tls-server-check (01324b9b3) 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 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: WHATSNEW | 4 +++ manual/Tasks/conditions.html | 3 +- manual/Tasks/mail.html | 2 +- manual/running.html | 4 +++ src/main/org/apache/tools/ant/taskdefs/Expand.java | 6 ++-- .../org/apache/tools/ant/types/ArchiveScanner.java | 11 +++---- .../tools/ant/types/resources/URLResource.java | 4 +-- src/main/org/apache/tools/ant/util/FileUtils.java | 35 +++++++++++++++++++--- .../ant/types/resources/URLResourceTest.java} | 29 +++++++----------- .../org/apache/tools/ant/util/FileUtilsTest.java | 18 +++++++++++ 10 files changed, 80 insertions(+), 36 deletions(-) copy src/tests/junit/org/{example/junitlauncher/vintage/JUnit4SampleTest.java => apache/tools/ant/types/resources/URLResourceTest.java} (66%)