From 2451f14c1463e00dbaedafc200b94cef51f4397f Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Wed, 4 May 2005 14:36:29 +0000 Subject: [PATCH] Document javah and DirectoryScanner.slowScan() fixes. PR: 34681, 34722 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278224 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index ee836c25d..6ee6235cc 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -190,6 +190,23 @@ Other changes: * added "backtrace" attribute to macrodef. Bugzilla report 27219. +Changes from Ant 1.6.3 to current Ant 1.6 CVS version +===================================================== + +Changes that could break older environments: +-------------------------------------------- + +Fixed bugs: +----------- + +* Sun javah failed with java.lang.NoClassDefFoundError. Bugzilla report + 34681. + +* DirectoryScanner.slowScan() was broken. Bugzilla report 34722. + +Other changes: +-------------- + Changes from Ant 1.6.2 to Ant 1.6.3 ===================================