mcatan 2004/05/21 01:17:29
Modified: . ChangeLog
Log:
fixed memory leak
Revision Changes Path
1.33 +3 -2 logging-log4cxx/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /home/cvs/logging-log4cxx/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog 13 May 2004 21:21:36 -0000 1.32
+++ ChangeLog 21 May 2004 08:17:29 -0000 1.33
@@ -3,8 +3,9 @@
* Appender threshold can now be configured through the PropertyConfigurator
and
the DOMConfigurator.
-* Added virtual destructors to Class and DateFormat
-* Renamed config.h to portability.h (fixes an automake problem)
+* Added virtual destructors to Class and DateFormat.
+* Renamed config.h to portability.h (fixes an automake problem).
+* Fixed a memory leak in the "trivial" example.
Version 0.9.7 (2004-05-10)
==========================