Browse Source

add a blurb about the xdoclet update

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275918 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 21 years ago
parent
commit
2b78970163
1 changed files with 8 additions and 6 deletions
  1. +8
    -6
      WHATSNEW

+ 8
- 6
WHATSNEW View File

@@ -6,7 +6,7 @@ Changes that could break older environments:


Fixed bugs: Fixed bugs:
----------- -----------
* Translate task does not remove tokens when a key is not found.
* Translate task does not remove tokens when a key is not found.
It logs a verbose message. Bugzilla Report 13936. It logs a verbose message. Bugzilla Report 13936.


* Fix spurious infinite loop detection for filters (introduced in ant 1.6.0). * Fix spurious infinite loop detection for filters (introduced in ant 1.6.0).
@@ -30,14 +30,16 @@ Other changes:


* Enable to choose the regexp implementation without system property. * Enable to choose the regexp implementation without system property.
Bugzilla Report 15390. Bugzilla Report 15390.
* <nice> task lets you set the priority of the current thread; non-forking
<java> code will inherit this priority in their main thread.


* <touch> has filelist support.
* <nice> task lets you set the priority of the current thread; non-forking
<java> code will inherit this priority in their main thread.

* <touch> has filelist support.


* <fixcrlf> has a new attribute - fixlast. Bugzilla Report 23262. * <fixcrlf> has a new attribute - fixlast. Bugzilla Report 23262.


* proposal/xdocs updated with xdoclet-1.2 final

Changes from Ant 1.5.4 to Ant 1.6.0 Changes from Ant 1.5.4 to Ant 1.6.0
=================================== ===================================


@@ -309,7 +311,7 @@ Fixed bugs:


* <xmlcatalog>s only worked when defined inside of tasks. Bugzilla * <xmlcatalog>s only worked when defined inside of tasks. Bugzilla
Report 20965. Report 20965.
* <csc> and siblings (<vbc> <jsharpc>) handle large filesets by * <csc> and siblings (<vbc> <jsharpc>) handle large filesets by
automatic use of response files. Bugzilla report #19630 automatic use of response files. Bugzilla report #19630




Loading…
Cancel
Save