You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2016/09/28 19:10:31 UTC

[2/3] ant git commit: record fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=60150

record fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=60150

closes #24 thanks to @jwadamson


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

Branch: refs/heads/master
Commit: 642a050e0f2ce8e7c55a41c2781cee63843ad9a1
Parents: ce68436
Author: Stefan Bodewig <bo...@apache.org>
Authored: Wed Sep 28 21:06:53 2016 +0200
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Wed Sep 28 21:09:36 2016 +0200

----------------------------------------------------------------------
 WHATSNEW | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/642a050e/WHATSNEW
----------------------------------------------------------------------
diff --git a/WHATSNEW b/WHATSNEW
index 215f8cb..6eda90f 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -52,6 +52,10 @@ Fixed bugs:
  * Clarified the documentation of <get>'s retries attribute.
    Bugzilla Report 59930
 
+ * The ant wrapper script failed if backticks were passed on the
+   command line.
+   Bugzilla Report 60150, 59445
+
 Other changes:
 --------------