Author: stevel Date: Thu Oct 26 16:15:17 2006 New Revision: 468184 URL: http://svn.apache.org/viewvc?view=rev&rev=468184 Log: update change log
Modified: ant/core/trunk/WHATSNEW Modified: ant/core/trunk/WHATSNEW URL: http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?view=diff&rev=468184&r1=468183&r2=468184 ============================================================================== --- ant/core/trunk/WHATSNEW (original) +++ ant/core/trunk/WHATSNEW Thu Oct 26 16:15:17 2006 @@ -24,10 +24,18 @@ * removed dependence on sun.misc.UUEncoder for UUMailer. -* added regex attribute to the echoproperties task. +* added regex attribute to the echoproperties task. Bugzilla 40019. -Changes from Ant 1.7.0Beta2 to Ant 1.7.0Beta3 +* <war> task now allows you to omit the web.xml file. as this is optional + in the servlet 2.5 and Java EE 5 APIs. If you do want a web.xml file, it + can be pulled in by any nested fileset or resource reference; the webxml + attribute is optional. + +* Diagnostics catches and logs security exceptions when accessing system properties. + + +Changes from Ant 1.7.0Beta2 to Ant 1.7.0Beta3 ============================================= Changes that could break older environments: --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]