Browse Source

document change to fixcrlf

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275891 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 21 years ago
parent
commit
856b2d1f37
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      WHATSNEW

+ 6
- 1
WHATSNEW View File

@@ -8,9 +8,12 @@ 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).
Bugzilla Report 23154. Bugzilla Report 23154.

* Fix handling of default ant namespace for nested elements. * Fix handling of default ant namespace for nested elements.

* Fix jboss element of ejb task (introduced in ant 1.6.0). * Fix jboss element of ejb task (introduced in ant 1.6.0).


Other changes: Other changes:
@@ -22,10 +25,12 @@ Other changes:
Bugzilla Report 15390. Bugzilla Report 15390.
* <nice> task lets you set the priority of the current thread; non-forking * <nice> task lets you set the priority of the current thread; non-forking
<java> code will inherit this priority in their main thread.
<java> code will inherit this priority in their main thread.


* <touch> has filelist support. * <touch> has filelist support.


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

Changes from Ant 1.5.4 to Ant 1.6 Changes from Ant 1.5.4 to Ant 1.6
================================= =================================




Loading…
Cancel
Save