You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by an...@apache.org on 2016/02/22 04:40:49 UTC

[4/4] ant git commit: closes #14

closes #14


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

Branch: refs/heads/master
Commit: 327a811c0bd7380f7570a0089df2dc0665a6e5e2
Parents: 31e3c02
Author: Antoine Levy-Lambert <an...@gmx.de>
Authored: Sun Feb 21 22:37:21 2016 -0500
Committer: Antoine Levy-Lambert <an...@gmx.de>
Committed: Sun Feb 21 22:37:21 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/ant/blob/327a811c/CONTRIBUTORS
----------------------------------------------------------------------
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index efcb247..14de97a 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -177,6 +177,7 @@ Jeff Gettle
 Jeff Martin
 Jeff Tulley
 Jeff Turner
+Jeffrey Adamson
 Jene Jasper
 Jeremy Mawson
 Jerome Lacoste

http://git-wip-us.apache.org/repos/asf/ant/blob/327a811c/WHATSNEW
----------------------------------------------------------------------
diff --git a/WHATSNEW b/WHATSNEW
index 3256f14..f7c2b9b 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -50,6 +50,12 @@ Fixed bugs:
    substrings of other keys. Keys are now sorted by descending size.
    Bugzilla Report 58997
 
+ * Ant fails to run when arguments contain double-quote character.
+   Bugzilla Report 58898
+
+ * Ant fails to run if ANT_HOME contains a double-quote character.
+   Bugzilla Report 58874
+
 Other changes:
 --------------
 

http://git-wip-us.apache.org/repos/asf/ant/blob/327a811c/contributors.xml
----------------------------------------------------------------------
diff --git a/contributors.xml b/contributors.xml
index 25b4e88..137b996 100644
--- a/contributors.xml
+++ b/contributors.xml
@@ -732,6 +732,10 @@
     <last>Turner</last>
   </name>
   <name>
+    <first>Jeffrey</first>
+    <last>Adamson</last>
+  </name>
+  <name>
     <first>Jene</first>
     <last>Jasper</last>
   </name>