From 506c3ab47a1d69ecff691cc535ae8368d0aeb1db Mon Sep 17 00:00:00 2001 From: Jaikiran Pai Date: Sat, 3 Nov 2018 17:48:47 +0530 Subject: [PATCH] Record the fix for bz-62849, contributed by Michael Barker --- CONTRIBUTORS | 1 + WHATSNEW | 5 +++++ contributors.xml | 4 ++++ 3 files changed, 10 insertions(+) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 7005c7562..7d4a3fd69 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -263,6 +263,7 @@ Matthew Kuperus Heun Matthew Watson Matthew Yanos Matthias Bhend +Michael Barker Michael Bayne Michael Clarke Michael Davey diff --git a/WHATSNEW b/WHATSNEW index e5bfed371..ab6d0cdad 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -16,6 +16,11 @@ Fixed bugs: an incorrect compression level for a zip entry. This is now fixed. Bugzilla Report 62686 + * A filesystem "loop" caused due to symbolic links could trigger an + out of memory error in the org.apache.tools.ant.DirectoryScanner + This has now been fixed. + Bugzilla Report 62849 + Other changes: -------------- * generatekey task now supports SubjectAlternativeName during key diff --git a/contributors.xml b/contributors.xml index a62b1d477..88b7a8c1e 100644 --- a/contributors.xml +++ b/contributors.xml @@ -1073,6 +1073,10 @@ Matthew Yanos + + Michael + Barker + Michael Bayne