summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Bodewig <bodewig@apache.org>2016-09-28 21:06:53 +0200
committerStefan Bodewig <bodewig@apache.org>2016-09-28 21:09:36 +0200
commit642a050e0f2ce8e7c55a41c2781cee63843ad9a1 (patch)
treecfa4d42f1b956287972dfb5ec5cf3c6d0cd3ebec
parentce6843657c831248a3a3ca90ecb1d12d370d5a44 (diff)
downloadant-642a050e0f2ce8e7c55a41c2781cee63843ad9a1.tar.gz
record fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=60150
closes #24 thanks to @jwadamson
-rw-r--r--WHATSNEW4
1 files changed, 4 insertions, 0 deletions
diff --git a/WHATSNEW b/WHATSNEW
index 215f8cb21..6eda90f9b 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:
--------------