SHA256
8
0
forked from pool/log4cpp

Accepting request 434146 from home:adamm:branches:devel:libraries:c_c++

- update to version 1.1.2rc3
  + fix std::terminate() call on bad category name component count
    in PatternLayout 
  + fix std::terminate() call on bad root category priority name
    in config file 
  + remove RollingFileAppend prints log name to std::cout
- fix_sle11_build.patch: fix building on SLE11

OBS-URL: https://build.opensuse.org/request/show/434146
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/log4cpp?expand=0&rev=8
This commit is contained in:
2016-10-10 20:42:26 +00:00
committed by Git OBS Bridge
parent 5cd3096d17
commit 0b030d7e8d
5 changed files with 43 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Oct 10 15:33:28 UTC 2016 - adam.majer@suse.de
- update to version 1.1.2rc3
+ fix std::terminate() call on bad category name component count
in PatternLayout
+ fix std::terminate() call on bad root category priority name
in config file
+ remove RollingFileAppend prints log name to std::cout
- fix_sle11_build.patch: fix building on SLE11
-------------------------------------------------------------------
Sat Jul 2 16:47:28 UTC 2016 - jengelh@inai.de