From 0c587df1c8b4d84d0a301b30da75aff4919ee321 Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Thu, 26 Oct 2006 23:15:17 +0000 Subject: [PATCH] update change log git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@468184 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index a6070463a..c53f9b534 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -24,10 +24,18 @@ Other changes: * 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 +* 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: