From 9713d6191218fedf7a8c13730e20dd914e036e4e Mon Sep 17 00:00:00 2001 From: Jacobus Martinus Kruithof Date: Sat, 11 Nov 2006 22:08:36 +0000 Subject: [PATCH] 40949 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@473807 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index a1c36d1f9..521c1b47a 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -12,6 +12,10 @@ Fixed bugs: * Incorrect recursion in DOMUtil.listChildNodes() Bugzilla 40918. + +* compareTo method in CompressedResource does not + take comparison with another CompressedResouce into account. + Bugzilla 40949. Other changes: --------------