From: Václav H. <vha...@gm...> - 2016-01-01 22:14:44
|
I have released log4cplus 1.2.0-RC6 <https://sourceforge.net/projects/log4cplus/files/log4cplus-stable/1.2.0/>: * Fixed Visual Studio build issue #322 <https://sourceforge.net/p/log4cplus/bugs/322/> related to WinSock functions being used and second about C++11 syntax. *This forces minimum version of Windows supported by this release to Windows XP SP3.* * Added |DatePattern| property to |DailyRollingFileAppender| configuration — This property specifies filename suffix pattern to use for periodical backups of the logfile. * Added |RollOnClose| property to |DailyRollingFileAppender| and |TimeBasedRollingFileAppender| configuration — This property specifies whether to rollover log files upon shutdown. By default it’s set to |true| to retain compatibility with legacy code. (Alexey Morozov) * Normalized line endings, used |.gitattributes| to enforce it. -- VH |