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 2017/03/15 16:51:57 UTC

[2/2] ant git commit: Merge branch '1.9.x'

Merge branch '1.9.x'


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

Branch: refs/heads/master
Commit: c47bf80f005df86392f77e755c0310c11305bcfa
Parents: 2c4c28c 5ef86ae
Author: Stefan Bodewig <bo...@apache.org>
Authored: Wed Mar 15 17:51:41 2017 +0100
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Wed Mar 15 17:51:41 2017 +0100

----------------------------------------------------------------------
 WHATSNEW                                                |  7 +++++++
 src/main/org/apache/tools/ant/taskdefs/GenerateKey.java | 12 +++++++++---
 2 files changed, 16 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/c47bf80f/WHATSNEW
----------------------------------------------------------------------
diff --cc WHATSNEW
index beaf7d8,ae2cb15..86504f2
--- a/WHATSNEW
+++ b/WHATSNEW
@@@ -8,12 -8,15 +8,19 @@@ Other changes
     values always get quoted.
     Github Pull Request #32
  
 + * Added <encoding> attributes to various script related tasks and a
 +   compiled attribute to scriptdef.
 +   Github Pull Request #30
 +
+ Fixed bugs:
+ -----------
+ 
+  * <genkey>'s <dname> child now skips <param>s that lack a key or
+    value.
+    Bugzilla Report 60767
+ 
 -Changes from Ant 1.9.8 TO Ant 1.9.9
 -===================================
 +Changes from Ant 1.10.0 TO Ant 1.10.1
 +=====================================
  
  Fixed bugs:
  -----------