You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-dev@logging.apache.org by Michaël CATANZARITI <mc...@free.fr> on 2004/05/11 00:20:55 UTC

log4cxx 0.9.7 release

The version can be found at 
http://logging.apache.org/log4cxx/log4cxx-0.9.7.tar.gz

ChangeLog:

* 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.
* Port to HPUX 11.0.
* Fixed segmentation fault in PropertyConfigurator.
* Port to Solaris.
* Fixed MutexException thrown while destroying RollingFileAppender.
* Logging macros can be used without explicity declaring the use of log4cxx
  namespace.
* Fixed static library unresolved externals for msvc 6 and 7.1

Michaël