antoine     2004/02/16 00:05:07

  Modified:    .        WHATSNEW
  Log:
  Separate 1.6.0 to 1.6.1 changes from the other changes
  
  Revision  Changes    Path
  1.542     +26 -14    ant/WHATSNEW
  
  Index: WHATSNEW
  ===================================================================
  RCS file: /home/cvs/ant/WHATSNEW,v
  retrieving revision 1.541
  retrieving revision 1.542
  diff -u -r1.541 -r1.542
  --- WHATSNEW  12 Feb 2004 10:10:47 -0000      1.541
  +++ WHATSNEW  16 Feb 2004 08:05:07 -0000      1.542
  @@ -1,4 +1,29 @@
  -Changes from Ant 1.6.0 to current cvs version
  +Changes from Ant 1.6.1 to current CVS version
  +=============================================
  +
  +Changes that could break older environments:
  +--------------------------------------------
  +
  +Fixed bugs:
  +-----------
  +
  +* Translate task does not remove tokens when a key is not found.
  +  It logs a verbose message.  Bugzilla Report 13936.
  +
  +* <whichresource> failed to load classes correctly.
  +
  +Other changes:
  +--------------
  +
  +* Enable to choose the regexp implementation without system property.
  +  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.
  +
  +Changes from Ant 1.6.0 to Ant 1.6.1
   =============================================
   
   Changes that could break older environments:
  @@ -13,9 +38,6 @@
     overflow. It now uses Xalan extensions to call a Java class directly.
     Bugzilla Report 19301
     
  -* Translate task does not remove tokens when a key is not found.
  -  It logs a verbose message.  Bugzilla Report 13936.
  -
   * Fix spurious infinite loop detection for filters (introduced in ant 1.6.0).
     Bugzilla Report 23154.
   
  @@ -23,8 +45,6 @@
   
   * Fix jboss element of ejb task (introduced in ant 1.6.0).
   
  -* <whichresource> failed to load classes correctly.
  -
   * Ant could fail to start with a NullPointerException if
     ANT_HOME/lib/ant-launcher.jar was part of the system CLASSPATH.
   
  @@ -50,14 +70,6 @@
   
   * Translate task logs a debug message specifying the number of files
     that it processed.  Bugzilla Report 13938.
  -
  -* Enable to choose the regexp implementation without system property.
  -  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.
   
   * <fixcrlf> has a new attribute - fixlast. Bugzilla Report 23262.
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to