diff --git a/WHATSNEW b/WHATSNEW index 7dab24184..a2c23ec4b 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -1,4 +1,4 @@ -Changes from Ant 1.2 to Ant 1.3 Beta 2 +Changes from Ant 1.2 to Ant 1.3 Beta 3 =========================================== Changes that could break older environments: @@ -84,6 +84,9 @@ Fixed bugs: * javadoc's failonerror attribute works again +* javadoc's additionalparam attribute will now be split into separate + parameters (on spaces) to allow for more than one parameter. + * Changed task so that printing result sets works on Oracle * Changes to ddcreator and ejbc helper to respect the descriptor hierarchy diff --git a/build.xml b/build.xml index fbf0c4ce9..6142272d4 100644 --- a/build.xml +++ b/build.xml @@ -605,6 +605,7 @@ +