mcatan 2004/04/05 14:03:45
Modified: . ChangeLog Log: changes for version 0.9.7 Revision Changes Path 1.23 +13 -0 logging-log4cxx/ChangeLog Index: ChangeLog =================================================================== RCS file: /home/cvs/logging-log4cxx/ChangeLog,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- ChangeLog 4 Feb 2004 01:19:57 -0000 1.22 +++ ChangeLog 5 Apr 2004 21:03:45 -0000 1.23 @@ -1,3 +1,16 @@ +CVS +=== + +* Timezone management has been optimized through the class TimeZone +* Inter-thread synchronization and reference counting has been optimized +* Reference counting now uses gcc atomic functions (bug 929078) +* Use of StringBuffer has been optimized. +* Support of localisation throug resourceBundles +* SyslogAppender now uses the system function 'syslog' to log on the local host. + (only for POSIX systems) +* Added TimeZone configuration to PatternLayout (bug 912563) +* Support of the DailyRollingFileAppender (feature request 842765) + Version 0.9.5 (2004-02-04) ==========================
