Accepting request 460057 from home:AndreasStieger:branches:Base:System

rsyslog 8.25.0

OBS-URL: https://build.opensuse.org/request/show/460057
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=258
This commit is contained in:
2017-02-23 16:27:03 +00:00
committed by Git OBS Bridge
parent 69c42f368b
commit 5efa7ec4ec
4 changed files with 28 additions and 5 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Thu Feb 23 16:18:08 UTC 2017 - astieger@suse.com
- rsyslog 8.25.0:
* imfile: add support for wildcards in directory names
* add new global option "parser.PermitSlashInProgramname"
* mmdblookup: fix build issues, code cleanup
* improved debug output for queue corruption cases
* an error message is now displayed when a directory owner cannot be set
* rainerscript: add new function ipv42num
* rainerscript: add new function num2ipv4
* bugfix: ratelimiter does not work correctly is time is set back
* core: fix potential message loss in old-style transactional interface
* bugfix queue subsystem: queue corrupted if certain msg props are used
* bugfix imjournal: fixed situation when time goes backwards
* bugfix: bFlushOnTxEnd == 0 not honored when writing w/o async writer
* bugfix core: str2num mishandling empty strings
* bugfix rainerscript: set/unset statement do not check variable name validity
* bugfix mmrm1stspace: last character of rawmsg property was doubled
* bugfix imtcp: fix very small (cosmetic) memory leak
* However, the leak breaks memleak checks in the testbench.
-------------------------------------------------------------------
Fri Feb 10 16:20:51 CET 2017 - ndas@suse.com