From 34a3eff1f6b9fd98b163ee878b70ce8e0b968fd4 Mon Sep 17 00:00:00 2001 From: Stephane Bailliez Date: Wed, 6 Nov 2002 12:27:50 +0000 Subject: [PATCH] Thanks to Steve Cohen Not sure though where to put this...bugs fixed...changes that could break...others A little bit of everything. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273496 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 61944c2de..d8a7e72a7 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -32,6 +32,16 @@ Fixed bugs: * will now produce output when a test times out as well. +* The starteam stcheckout, stcheckin tasks now correctly compute status of files + against whatever local tree they are run against and, optionally, will not + 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. + + Other changes: --------------