bodewig 2003/03/31 01:23:57
Modified: . WHATSNEW
Log:
Two fixes will be in 1.5.3
Revision Changes Path
1.381 +5 -5 ant/WHATSNEW
Index: WHATSNEW
===================================================================
RCS file: /home/cvs/ant/WHATSNEW,v
retrieving revision 1.380
retrieving revision 1.381
diff -u -r1.380 -r1.381
--- WHATSNEW 28 Mar 2003 12:41:00 -0000 1.380
+++ WHATSNEW 31 Mar 2003 09:23:57 -0000 1.381
@@ -70,11 +70,6 @@
StringIndexOutOfBoundsException on all OSes where os.name is shorter
than seven characters. Bugzilla Report 18105.
-* starteam checkout can now handle deleted labels. Bugzilla Report 17646.
-
-* The Unix wrapper script failed if you invoked it as a relative
- symlink and ANT_HOME has not been set. Bugzilla Report 17721.
-
* <copy> and <move>'s failonerror didn't apply to filesets pointing to
non-existant directories. Bugzilla Report 18414.
@@ -235,6 +230,11 @@
* The prefix attribute of <zipfileset> would not generate directory
entries for the prefix itself. Bugzilla Report 18403.
+
+* starteam checkout can now handle deleted labels. Bugzilla Report 17646.
+
+* The Unix wrapper script failed if you invoked it as a relative
+ symlink and ANT_HOME has not been set. Bugzilla Report 17721.
Other Changes:
--------------