From 5ab01659b29e4e7cb123a97d769e28e622fe46cc Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Tue, 20 Apr 2004 21:39:28 +0000 Subject: [PATCH] Add support to 1.6 branch. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276367 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index b6ca4e9b7..ea12891b6 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -37,8 +37,6 @@ Other changes: * task lets you set the priority of the current thread; non-forking code will inherit this priority in their main thread. -* has filelist support. - * A new roundup attribute on and related task can be used to control whether the file modification times inside the archive will be rounded up or down (since zips only store modification times with @@ -151,6 +149,8 @@ Other changes: * now supports a nested . Bugzilla Report 11249. +* has filelist support. + Changes from Ant 1.6.0 to Ant 1.6.1 =============================================