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

rsyslog 8.18.0

OBS-URL: https://build.opensuse.org/request/show/390723
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=244
This commit is contained in:
2016-04-22 19:08:24 +00:00
committed by Git OBS Bridge
parent f8526ab590
commit 3208a89a3f
6 changed files with 45 additions and 7 deletions

View File

@@ -1,3 +1,41 @@
-------------------------------------------------------------------
Tue Apr 19 19:23:20 UTC 2016 - astieger@suse.com
- rsyslog 8.18.0:
* templates: add option to convert timestamps to UTC
* omjournal: fix segfault (regression in 8.17.0)
* imptcp: added AF_UNIX support
* new template options
* compressSpace
* date-utc
* redis: support for authentication
* omkafka: makes kafka-producer on-HUP restart optional
* imfile: new "FreshStartTail" input parameter
* omjournal: fix libfastjson API issues
* ommongodb: fix json API issues
* dynamic stats subsystem: a couple of smaller changes
* foreach loop: now also iterates over objects (not just arrays)
* enhancement: queue subsystem is more robst in regard to some corruptions
* enhancement: Allow rsyslog to bind UDP ports even w/out specific
interface being up at the moment.
* new External plugin for sending metrics to SPM Monitoring SaaS
* bugfix imfile: fix memory corruption bug when appending @cee
* bugfix: memory misallocation if position.from and position.to is used
a negative amount of memory is tried to be allocated if position.from
is smaller than the buffer size (at least with json variables). This
usually leads to a segfault.
* bugfix: fix potential memleak in TCP allowed sender definition
* bugfix: $PrivDropToGroupID actually did a name lookup
* bugfix: small memory leak in imfile
* bugfix: double free in jsonmesg template
* bugfix: incorrect formatting of stats when CEE/Json format is used
* bugfix omfwd: new-style keepalive action parameters did not work
due to being inconsistently spelled inside the code. Note that legacy
parameters $keepalive... always worked
* bugfix: memory leaks in logctl utility
* bugfix omrelp: fix segfault if no port action parameter was given
* bugfix imtcp: Messages not terminated by a NL were discarded
-------------------------------------------------------------------
Sun Mar 13 06:51:47 UTC 2016 - astieger@suse.com