From cc6d26121ca5d8386cdacedf194fcd55678bd5b5 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Wed, 26 Jan 2005 19:04:28 +0000 Subject: [PATCH] Merge "Wrapper scripts did not detect WINNT value of dynamic OS environment variable when logged into workstations using Novell authentication." git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277482 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index ca1bf7998..f3fccf729 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -27,10 +27,6 @@ Fixed bugs: * Translate task does not remove tokens when a key is not found. It logs a verbose message. Bugzilla Report 13936. -* Wrapper scripts did not detect WINNT value of dynamic OS environment - variable when logged into workstations using Novell authentication. - Bugzilla Report 30366. - * DependScanner.getResource() always returned nonexistent resources, even when the resource actually existed. Bugzilla Report 30558. @@ -272,6 +268,10 @@ Fixed bugs: * oata.types.Description.getDescription(Project) would throw a NullPointerException when the "ant.targets" reference was unset. +* Wrapper scripts did not detect WINNT value of dynamic OS environment + variable when logged into workstations using Novell authentication. + Bugzilla Report 30366. + Changes from Ant 1.6.1 to Ant 1.6.2 ===================================