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: --------------