From 1786aff36b79b97205d5f99a690af9ee72b7dd41 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Mon, 26 Apr 2004 16:15:08 +0000 Subject: [PATCH] More merges git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276406 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index c9ec28e97..c65fa2b7b 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -18,9 +18,6 @@ Other changes: * Enable to choose the regexp implementation without system property. Bugzilla Report 15390. -* task lets you set the priority of the current thread; non-forking - code will inherit this priority in their main thread. - * 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 @@ -32,8 +29,6 @@ Other changes: nested FileNameMapper implementations directly, allowing a usage comparable to those of , , and . -* New attribute "negate" on to invert selection criteria. - * New type introduced to provide extreme I/O flexibility. Initial support for , , and tasks. @@ -157,6 +152,11 @@ Other changes: * has filelist support. +* task lets you set the priority of the current thread; non-forking + code will inherit this priority in their main thread. + +* New attribute "negate" on to invert selection criteria. + Changes from Ant 1.6.0 to Ant 1.6.1 =============================================