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

rsyslog 8.17.0

OBS-URL: https://build.opensuse.org/request/show/370836
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=242
This commit is contained in:
2016-03-16 15:12:36 +00:00
committed by Git OBS Bridge
parent cf2c4297ea
commit f8526ab590
6 changed files with 81 additions and 9 deletions

View File

@@ -1,3 +1,45 @@
-------------------------------------------------------------------
Sun Mar 13 06:51:47 UTC 2016 - astieger@suse.com
- rsyslog 8.17.0:
* improve json variable performance
* new experimental feature: lookup table suport
* new feature: dynamic statistics counters
* new contributed plugin: omampq1 for AMQP 1.0-compliant brokers
* new set of UTC-based $now family of variables ($now-utc, $year-utc, ...)
* simplified locking when accessing message and local variables
* new global parameter "debug.unloadModules"
* timestamp handling: guard against invalid dates
* imfile: add "trimlineoverbytes" input paramter
* ommongodb: add support for extended json format for dates
* omjournal: add support for templates
* imuxsock: add "ruleset" input parameter
* imptcp: performance improvements
* improve interface definition in some modules, e.g. mmanon, mmsequence
* rsgtutil: dump mode improvements
+ auto-detect signature file type
+ ability to dump hash chains for log extraction files
* bugfix: unixtimestamp date format was incorrectly computed (leap year)
* bugfix: date-ordinal date format was incorrectly computed (leap year)
* bugfix: some race when shutting down input module threads
* bugfix tcpflood: did not handle connection drops correct in TLS case
* bugfix: abort if global parameter value was wrong
* bugfix omkafka: fix potential NULL pointer addressing
* bugfix impstats: @cee cookie was prefixed to wrong fromat (json vs. cee)
* bugfix imfile: fix race during startup that could lead to some duplication
* bugfix: potential loss of single message at queue shutdown
* bugfix: potential deadlock with heavy variable access
* bugfix ommysql: on some platforms, serverport parameter had no effect
* bugfix omelasticsearch: invalid pointer dereference
* bugfix omhiredis: serverport config parameter did not reliably work
* bugfix rsgtutil: -h command line option did not work
* bugfix lexer: hex numbers were not properly represented
* bugfix TLS syslog: intermittent errors while sending data
* bugfix imfile: abort on startup if no slash was present in file name param
* bugfix rsgtutil: fixed abort when using short command line options
* bugfix rsgtutil: invalid computation of log record extraction file
* bugfix build system: KSI components could only be build if in default path
-------------------------------------------------------------------
Mon Feb 1 21:43:40 UTC 2016 - astieger@suse.com