You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by jk...@apache.org on 2009/02/01 23:32:32 UTC

svn commit: r739874 - /ant/core/trunk/WHATSNEW

Author: jkf
Date: Sun Feb  1 22:32:32 2009
New Revision: 739874

URL: http://svn.apache.org/viewvc?rev=739874&view=rev
Log:
45631

Modified:
    ant/core/trunk/WHATSNEW

Modified: ant/core/trunk/WHATSNEW
URL: http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?rev=739874&r1=739873&r2=739874&view=diff
==============================================================================
--- ant/core/trunk/WHATSNEW (original)
+++ ant/core/trunk/WHATSNEW Sun Feb  1 22:32:32 2009
@@ -137,7 +137,8 @@
 
 Fixed bugs:
 -----------
-
+ * Caused by AssertionError no longer filtered. Bugzilla report 45631.
+ 
  * <zip> would sometimes recreate JARs unnecessarily. Bugzilla report 45902.
 
  * <symlink> task couldn't overwrite existing symlinks that pointed to nonexistent files