mcatan 2004/05/13 14:21:36
Modified: . ChangeLog
Log:
added virtual destructor
renamed config.h to portability.h (automake problem)
Revision Changes Path
1.32 +2 -0 logging-log4cxx/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /home/cvs/logging-log4cxx/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog 11 May 2004 06:42:17 -0000 1.31
+++ ChangeLog 13 May 2004 21:21:36 -0000 1.32
@@ -3,6 +3,8 @@
* 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)
Version 0.9.7 (2004-05-10)
==========================