From: Václav H. <vha...@gm...> - 2017-01-29 15:23:32
|
I have released log4cplus 1.2.1-RC1 <https://sourceforge.net/projects/log4cplus/files/log4cplus-stable/1.2.1/>. It is a bugfix release. * Fixed GitHub issue #205. Fixed |AsyncAppender| shutdown crash. * Fixed GitHub bug #195. Check if queue thread pointer is not NULL and if it is running before trying to join it. * Fixed GitHub bug #136. Adjust weekly, daily and twice daily rollover time for |DailyRollingFileAppender| by time zone offset so that the rollover happens at midnight, etc., of local time instead of UTC time. * Fixed GitHub bug #148. |TTCCLayout| boolean members could be left uninitialized. Initialize them. * Fixed GitHub bug #163. Fixed Visual Studio 2015 build with CMake. Compilation fails not finding |FreeAddrInfoW()|. * Disabled use of |__thread| on iOS. * Fixed SF#333. |AsyncAppender|‘s appenders need to be closed so that accumulated logs get flushed onto disk. * Updated |android.toolchain.cmake| from OpenCV project. -- VH |