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 2018/02/28 09:11:43 UTC

ant git commit: document reverted clone method signatures

Repository: ant
Updated Branches:
  refs/heads/master db380fb74 -> de3e91d20


document reverted clone method signatures


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

Branch: refs/heads/master
Commit: de3e91d20ff914e330d5dbccf59b8e76a8f28b0e
Parents: db380fb
Author: Stefan Bodewig <bo...@apache.org>
Authored: Wed Feb 28 10:11:20 2018 +0100
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Wed Feb 28 10:11:20 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/ant/blob/de3e91d2/WHATSNEW
----------------------------------------------------------------------
diff --git a/WHATSNEW b/WHATSNEW
index 6d15acc..8d0d671 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -10,6 +10,10 @@ Changes that could break older environments:
    and no longer throws an exception.
    ant-dev list https://www.mail-archive.com/dev@ant.apache.org/msg46634.html
 
+ * Reverted the signature change of various clone method
+   implementation in Ant's data-types introduced with 1.10.2 as they
+   broke subclasses of said data-types which tried to override clone.
+
 Fixed bugs:
 -----------