From 9d009f659f2d444ff28c16ec9636cb3062760bac Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Tue, 31 Aug 2004 22:24:39 +0000 Subject: [PATCH] Move to 1.6 branch PR: 22863 Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276808 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index f6a791308..b804e9ec5 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -44,9 +44,6 @@ Other changes: Compilers can be selected using the compiler attribute, which defaults to "microsoft" on windows, and "mono" on everything else. -* Allow file attribute of to rename a directory. - Bugzilla Report 22863. - Changes from Ant 1.6.2 to current Ant 1.6 CVS version ===================================================== @@ -66,6 +63,9 @@ Other changes: * Expose objects and methods in IntrospectionHelper. Bugzilla Report 30794. +* Allow file attribute of to rename a directory. + Bugzilla Report 22863. + Fixed bugs: -----------