You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by ca...@apache.org on 2005/07/26 19:38:14 UTC

cvs commit: logging-log4j/docs HISTORY.txt

carnold     2005/07/26 10:38:14

  Modified:    docs     Tag: v1_2-branch HISTORY.txt
  Log:
  Update docs/HISTORY.txt for my bugs
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.27.2.5  +30 -0     logging-log4j/docs/HISTORY.txt
  
  Index: HISTORY.txt
  ===================================================================
  RCS file: /home/cvs/logging-log4j/docs/HISTORY.txt,v
  retrieving revision 1.27.2.4
  retrieving revision 1.27.2.5
  diff -u -r1.27.2.4 -r1.27.2.5
  --- HISTORY.txt	19 Jun 2005 00:18:27 -0000	1.27.2.4
  +++ HISTORY.txt	26 Jul 2005 17:38:14 -0000	1.27.2.5
  @@ -4,6 +4,36 @@
     [**] Changes that requiring little or no modification to existing
          client code. 
    [***] Changes requiring important modifications to existing client code.
  + 
  + July ??th, 2005
  + 
  + - Release of version 1.2.12
  +  
  + - Added o.a.log4j.Logger.trace(), o.a.log4j.Logger.isTraceEnabled() and 
  +   o.a.log4j.Level.TRACE per bug 35711. [*]
  + 
  + - Fixed bug 31056 whereby o.a.log4j.ConsoleAppender would ignore redirections
  +   of System.out and System.err that occurred after configuration.  [*]
  + 
  + - Fixed bug 23705 whereby o.a.log4j.xml.DOMConfigurator would not properly
  +   interpret relative path names in external entity declarations.  [*]
  +
  + - Fixed bug 35691 whereby o.a.log4j.xml.XmlLayout would not properly escape
  +   class names that contained '<' or '>'.  [*]
  + 
  + - Fixed bug 35052 whereby use of String.intern() in o.a.log4j.CategoryKey
  +   would cause application to slow down.  [*]
  + 
  + - Fixed bug 9150 whereby o.a.log4j.FileAppender would not create log file 
  +   if parent directory did not exist.  [*]
  + 
  + - Fixed bug 23021 whereby o.a.log4j.AsycnAppender would deadlock if a
  +   unchecked exception occurred in the attached appender causing the
  +   dispatch thread to die.  [*]
  + 
  + - Added jdiff target to build.xml (bug 35516).  [*]
  + 
  + - Fixed bug 35831 whereby log4j would not build with a JDK 1.5 javac.  [*]
   
    June 18th, 2005
    
  
  
  

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