From a870267e1acdabcc740e8d81f56387cc2722f379 Mon Sep 17 00:00:00 2001 From: Stephane Bailliez Date: Wed, 6 Nov 2002 12:39:53 +0000 Subject: [PATCH] Move added features to 'other changes'. I don't understand the 'stlist' status reflect thing as I'm not familiar with Starteam so I assume the user will understand based on the fixes. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273497 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index d8a7e72a7..13342b8d1 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -37,9 +37,7 @@ Fixed bugs: process a file if it is current. Previously you had to process everything unless you ran against the default folder which wasn't the normal use-case for ant-starteam. The stlist task now similarly displays that status correctly - making it a more generally useful tool. Support added for revision labels and - build labels. Checkouts now have the option of using repository timestamps, - instead of current. + making it a more generally useful tool. Other changes: @@ -82,6 +80,10 @@ Other changes: * will now support external catalogs according to the OASIS "Open Catalog" standard - if resolver.jar from Apache's xml-commons is in your CLASSPATH. + +* Starteam tasks now have support for revision labels and build labels. + Checkouts now have the option of using repository timestamps, instead + of current. Changes from Ant 1.5.1Beta1 to 1.5.1 ====================================