conor 01/08/18 07:12:06
Modified: . Tag: ANT_14_BRANCH WHATSNEW
Log:
Add change to <depend> cache strategy
Revision Changes Path
No revision
No revision
1.144.2.7 +3 -0 jakarta-ant/WHATSNEW
Index: WHATSNEW
===================================================================
RCS file: /home/cvs/jakarta-ant/WHATSNEW,v
retrieving revision 1.144.2.6
retrieving revision 1.144.2.7
diff -u -r1.144.2.6 -r1.144.2.7
--- WHATSNEW 2001/08/17 10:24:45 1.144.2.6
+++ WHATSNEW 2001/08/18 14:12:06 1.144.2.7
@@ -238,6 +238,9 @@
* Added nowarn attribute to javac and deprecated the Jikes-magic property
build.compiler.warnings.
+
+* The <depend> task cache format has changed and all dependency information
is
+ now stored in a single file.
Fixed bugs:
-----------