You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ja...@apache.org on 2018/11/03 12:23:51 UTC

[2/3] ant git commit: Record the fix for bz-62849, contributed by Michael Barker

Record the fix for bz-62849, contributed by Michael Barker


Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/506c3ab4
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/506c3ab4
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/506c3ab4

Branch: refs/heads/master
Commit: 506c3ab47a1d69ecff691cc535ae8368d0aeb1db
Parents: 05bfffa
Author: Jaikiran Pai <ja...@apache.org>
Authored: Sat Nov 3 17:48:47 2018 +0530
Committer: Jaikiran Pai <ja...@apache.org>
Committed: Sat Nov 3 17:48:47 2018 +0530

----------------------------------------------------------------------
 CONTRIBUTORS     | 1 +
 WHATSNEW         | 5 +++++
 contributors.xml | 4 ++++
 3 files changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/506c3ab4/CONTRIBUTORS
----------------------------------------------------------------------
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index 7005c75..7d4a3fd 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

http://git-wip-us.apache.org/repos/asf/ant/blob/506c3ab4/WHATSNEW
----------------------------------------------------------------------
diff --git a/WHATSNEW b/WHATSNEW
index e5bfed3..ab6d0cd 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

http://git-wip-us.apache.org/repos/asf/ant/blob/506c3ab4/contributors.xml
----------------------------------------------------------------------
diff --git a/contributors.xml b/contributors.xml
index a62b1d4..88b7a8c 100644
--- a/contributors.xml
+++ b/contributors.xml
@@ -1075,6 +1075,10 @@
   </name>
   <name>
     <first>Michael</first>
+    <last>Barker</last>
+  </name>
+  <name>
+    <first>Michael</first>
     <last>Bayne</last>
   </name>
   <name>