mcatan 2004/04/18 01:08:19
Modified: . ChangeLog Log: added last changes Revision Changes Path 1.25 +10 -0 logging-log4cxx/ChangeLog Index: ChangeLog =================================================================== RCS file: /home/cvs/logging-log4cxx/ChangeLog,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- ChangeLog 12 Apr 2004 11:42:35 -0000 1.24 +++ ChangeLog 18 Apr 2004 08:08:19 -0000 1.25 @@ -1,3 +1,13 @@ +CVS +=== + +* Fixed examples source code in the "Short introduction to log4cxx". +* Fixed, in the renaming algorithm of RollingFileAppender and + DailyRollingFileAppender, a problem specific to Unicode. +* Fixed conflict with Windows macros "min" and "max", by renaming + StrictMath::min and StrictMath::max to StrictMath::minimum and + StrictMath::maximum. + Version 0.9.6 (2004-04-11) ==========================
