You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by pe...@apache.org on 2004/10/29 10:56:28 UTC

cvs commit: ant WHATSNEW

peterreilly    2004/10/29 01:56:28

  Modified:    .        WHATSNEW
  Log:
  opps, forgot to save the change..
  
  Revision  Changes    Path
  1.680     +7 -3      ant/WHATSNEW
  
  Index: WHATSNEW
  ===================================================================
  RCS file: /home/cvs/ant/WHATSNEW,v
  retrieving revision 1.679
  retrieving revision 1.680
  diff -u -r1.679 -r1.680
  --- WHATSNEW	29 Oct 2004 08:54:32 -0000	1.679
  +++ WHATSNEW	29 Oct 2004 08:56:28 -0000	1.680
  @@ -4,6 +4,13 @@
   Changes that could break older environments:
   --------------------------------------------
   
  +* Use org.apache.log4j.Logger instead of org.apache.log4j.Category. Category has
  +  been deprecated for ~2 years and is been removed from the log4j code.
  +  Logger was introduced in log4j 1.2 so users of log4j 1.1 and log4j 1.0 need
  +  to upgrade to a newer version of log4j.
  +  Bugzilla Report 31951.
  +
  +
   Fixed bugs:
   -----------
   
  @@ -95,9 +102,6 @@
   * Add xmlcatalog nested element to XmlProperty. Bugzilla report 27053.
   
   * New attribute alwayslog for <redirector> type.
  -
  -* Use org.apache.log4j.Logger instead of org.apache.log4j.Category.
  -  Bugzilla Report 31951.
   
   Fixed bugs:
   -----------
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org