Re: [Log4cplus-devel] log4cplus 1.2.0-RC6 released
Logging Framework for C++
Brought to you by:
wilx
From: Václav H. <vha...@gm...> - 2016-01-02 22:44:08
|
On 1.1.2016 23:14, Václav Haisman wrote: > 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.* > This above line is incorrect. I have set the |NTDDI_VERSION| version to |0x05010200| which is actually Windows XP *SP2*. > * > * > > 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 -- VH |