bodewig 01/09/19 05:07:53
Modified: . Tag: ANT_14_BRANCH WHATSNEW Log: keep track of patches that have been applied. Revision Changes Path No revision No revision 1.144.2.11 +17 -0 jakarta-ant/WHATSNEW Index: WHATSNEW =================================================================== RCS file: /home/cvs/jakarta-ant/WHATSNEW,v retrieving revision 1.144.2.10 retrieving revision 1.144.2.11 diff -u -r1.144.2.10 -r1.144.2.11 --- WHATSNEW 2001/09/03 09:40:05 1.144.2.10 +++ WHATSNEW 2001/09/19 12:07:53 1.144.2.11 @@ -1,3 +1,20 @@ +Changes from Ant 1.4 to Ant 1.4.1 +=========================================== + +Fixed bugs: +----------- + +* <ant>'s antfile attribute will now also be considered an absolute path on + Windows systems, if it starts with a \ and no drive specifier. + +Other changes: +-------------- + +* New source attribute for <javac> to enable assertion in JDK 1.4 + +* XmlLogger and <antstructure> now add an encoding declaration to the + XML files they generate. + Changes from Ant 1.3 to Ant 1.4 ===========================================
