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/02/07 16:40:22 UTC

ant git commit: mention bugfix for 57965

Repository: ant
Updated Branches:
  refs/heads/master 592aa7497 -> b25b8c4fa


mention bugfix for 57965


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

Branch: refs/heads/master
Commit: b25b8c4faf64bd0d89353cc078aa9d687c31661f
Parents: 592aa74
Author: Stefan Bodewig <bo...@apache.org>
Authored: Sun Feb 7 16:39:57 2016 +0100
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Sun Feb 7 16:39:57 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/ant/blob/b25b8c4f/WHATSNEW
----------------------------------------------------------------------
diff --git a/WHATSNEW b/WHATSNEW
index 9305bc1..116ace1 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -41,6 +41,10 @@ Fixed bugs:
  * TarInputStream now properly extraxt directory entries with a
    non-zero size.
 
+ * <union> would drop file resources pointing to the same file but
+   using different names.
+   Bugzilla Report 57965
+
 Other changes:
 --------------