bodewig 2005/03/30 22:37:09
Modified: . WHATSNEW
Log:
won't merge fix for 27170 since fix has not been confirmed and we don't have an extended
beta phase for 1.6.3
Revision Changes Path
1.800 +3 -3 ant/WHATSNEW
Index: WHATSNEW
===================================================================
RCS file: /home/cvs/ant/WHATSNEW,v
retrieving revision 1.799
retrieving revision 1.800
diff -u -r1.799 -r1.800
--- WHATSNEW 30 Mar 2005 16:59:26 -0000 1.799
+++ WHATSNEW 31 Mar 2005 06:37:09 -0000 1.800
@@ -79,6 +79,9 @@
* "<rmic> always compiles on Java1.5" bugzilla report=33862. Fixed default
stub version to always be "compat", even on Java1.5+.
+* The .NET compilation tasks failed if filenames given as references
+ contained spaces. Bugzilla Report 27170.
+
Other changes:
--------------
@@ -305,9 +308,6 @@
* <csc>'s extraoptions can now contain multiple arguments.
Bugzilla Report 23599.
-* The .NET compilation tasks failed if filenames given as references
- contained spaces. Bugzilla Report 27170.
-
* <macrodef> with default values set by properties would be
seen as new definitions when called twice with different properties.
This was confusing so the definitions are now treated as similar.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|