|
From: Václav Z. <vha...@gm...> - 2013-07-03 20:48:12
|
Hi. I have released log4cplus 1.1.2-RC2. It contains small amount of bug fixes and improvements: - Fixed crash of DLL builds on Windows when _WIN32_WINNT>=0x0600. - Roll log file both before and after append to avoid logging into stale file when the log file has already been rolled by another logging process. - Known issue: Logging into a single log file from multiple processes on Windows breaks the rolling of the log files because open files cannot be renamed. - Fixed bug #166 - Close appender only once even when it is used by multiple loggers. -- VZ |