Repository: ant Updated Branches: refs/heads/master 4d9380550 -> a2d9e8741
Update WHATSNEW for bz-62594 Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/a2d9e874 Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/a2d9e874 Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/a2d9e874 Branch: refs/heads/master Commit: a2d9e874156969a0e9750fd31f79643b0990c310 Parents: 4d93805 Author: Jaikiran Pai <[email protected]> Authored: Fri Aug 17 12:22:17 2018 +0530 Committer: Jaikiran Pai <[email protected]> Committed: Fri Aug 17 12:22:17 2018 +0530 ---------------------------------------------------------------------- CONTRIBUTORS | 1 + WHATSNEW | 4 ++++ contributors.xml | 4 ++++ 3 files changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant/blob/a2d9e874/CONTRIBUTORS ---------------------------------------------------------------------- diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 944f3f4..9b0c263 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -274,6 +274,7 @@ Matt Wildig Matthew Hawthorne Matthew Inger Matthew Kuperus Heun +Matthew Warman Matthew Watson Matthew Yanos Matthias Bhend http://git-wip-us.apache.org/repos/asf/ant/blob/a2d9e874/WHATSNEW ---------------------------------------------------------------------- diff --git a/WHATSNEW b/WHATSNEW index beeac80..e8e8f46 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -15,6 +15,10 @@ Fixed bugs: mail task. Bugzilla Report 62621 + * Fixes an issue in junitreport task, which used to throw a + java.net.MalformedURLException when saxon was used on Windows OS. + Bugzilla Report 62594 + Other changes: -------------- * generatekey task now supports SubjectAlternativeName during key http://git-wip-us.apache.org/repos/asf/ant/blob/a2d9e874/contributors.xml ---------------------------------------------------------------------- diff --git a/contributors.xml b/contributors.xml index bd7560e..ebf03ee 100644 --- a/contributors.xml +++ b/contributors.xml @@ -1141,6 +1141,10 @@ </name> <name> <first>Matthew</first> + <last>Warman</last> + </name> + <name> + <first>Matthew</first> <last>Watson</last> </name> <name>
