You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by jg...@apache.org on 2008/03/31 19:35:17 UTC

svn commit: r643079 - /ant/core/branches/ANT_17_BRANCH/WHATSNEW

Author: jglick
Date: Mon Mar 31 10:35:17 2008
New Revision: 643079

URL: http://svn.apache.org/viewvc?rev=643079&view=rev
Log:
Updated note about #42263 w.r.t. ${ant.core.lib}.

Modified:
    ant/core/branches/ANT_17_BRANCH/WHATSNEW

Modified: ant/core/branches/ANT_17_BRANCH/WHATSNEW
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/WHATSNEW?rev=643079&r1=643078&r2=643079&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/WHATSNEW (original)
+++ ant/core/branches/ANT_17_BRANCH/WHATSNEW Mon Mar 31 10:35:17 2008
@@ -104,8 +104,10 @@
 * Regression: concat fixlastline="true" should not have applied to
   nested text, but did in Ant 1.7.0. Bugzilla 42369.
 
-* Regression: ant.version was not passed down in <subant>.
-  This worked in Ant1.6.5, but not in 1.7.0. Bugzilla bug 42263
+* Regression: ant.version was not passed down in <ant>, <subant>.
+  This worked in Ant 1.6.5, but not in 1.7.0.
+  ant.core.lib (added in 1.7.0) was also not being propagated.
+  Bugzilla bug 42263
 
 * Regression: bzip2 task created corrupted output files for some inputs.
   Bugzilla bug 41596.