From a5e27b42aa51d0ee4c5d5daa70bc17f131706364 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Mon, 19 Dec 2005 15:59:08 +0000 Subject: [PATCH] document fix for 37958 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@357713 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index 6dd302b79..e82519e8c 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -1,4 +1,4 @@ -Changes from current Ant 1.6.5 version to current CVS version +Changes from current Ant 1.6.5 version to current RCS version ============================================================= Changes that could break older environments: @@ -64,8 +64,6 @@ Changes that could break older environments: IE (Windows) or Gnome2 (Unix/Linux) proxy settings. This may break any build file that somehow relied on content outside the firewall being unreachable: use the -noproxy command-line option to disable this new feature. - - Fixed bugs: ----------- @@ -168,7 +166,10 @@ Fixed bugs: * PropertySet API setMapper(...) didn't properly set up the Mapper. Bugzilla report 37760. -* Proper return code for ant.bat. Bugzilla report 13655. +* Proper return code for ant.bat. Bugzilla report 13655. + +* Project not set on ChainReaderHelpers used by the Redirector. + Bugzilla report 37958. Other changes: --------------