From b2e7f775de4a1c2111556ab89bf6f54d41007e4a Mon Sep 17 00:00:00 2001 From: Jacobus Martinus Kruithof Date: Mon, 5 Dec 2005 22:59:45 +0000 Subject: [PATCH] Added PR 37777 and 37765 in WHATSNEW git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@354216 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 3fe3eceb2..a1c5f5c71 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -69,6 +69,8 @@ Changes that could break older environments: Fixed bugs: ----------- +* Some potential NullPointerExceptions, Bugzilla Report 37765 + * Problem when adding multiple filter files, Bugzilla Report 37341 * problem refering jars specfied by Class-Path attribute in manifest @@ -170,6 +172,8 @@ Fixed bugs: Other changes: -------------- +* Minor performance improvements Bugzilla report 37777 + * New task converts a path into a property suitable as the value for a manifest's Class-Path attribute.