From: Václav H. <vha...@gm...> - 2015-08-02 13:10:36
|
I have released log4cplus 1.2.0-RC4 <https://sourceforge.net/projects/log4cplus/files/log4cplus-stable/1.2.0/>. * Fixed |init_priority| GCC attribute detection and use issue. * Fixed “most vexing parse” issue with |LOG4CPLUS_C_STR_TO_TSTRING(STRING)| when |STRING| is an identifier. * Fixed |AcceptOnMatch| property function in filters default to true value. * Fixed GitHub bug #92 <https://github.com/log4cplus/log4cplus/issues/92>. |DailyRollingFileAppender| rollover time was drifting. * Fixed GitHub bug #86 <https://github.com/log4cplus/log4cplus/issues/86>. Create directories for lock file if |CreateDirs| is specified. * Allow turning off library name decoration in CMake builds. See also GitHub issue #98 <https://github.com/log4cplus/log4cplus/issues/98>. -- VH |