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

rsyslog 8.23.0

OBS-URL: https://build.opensuse.org/request/show/443731
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=250
This commit is contained in:
2016-12-04 21:23:37 +00:00
committed by Git OBS Bridge
parent 51d6114542
commit 7decd5da9e
6 changed files with 81 additions and 13 deletions

View File

@@ -1,3 +1,45 @@
-------------------------------------------------------------------
Sun Dec 4 20:38:02 UTC 2016 - astieger@suse.com
- rsyslog 8.23.0:
* requiring libfastjson 0.99.3
* KSI signatures: removed SHA2-224 hash algorithm
* imfile: new timeout feature for multi-line reads
* omfile: improve robustness against network file system failures
* pmaixforwardedfrom: support for AIX syslogd -s option
* omelasticsearch: add ability to specify max http request size
* omelasticsearch: high availability addressing of ElasticSearch cluster
* omelasticsearch: make compatible with ElasticSearch 2.x and 5.x
* omhiredis: add dynakey attribute.
* omtcl: new contributed module
* RainerScript: provide a capability to set environment variables
* lookup tables: improved error checking
* queue subsystem: add configuration parameter "queue.samplinginterval"
* various bug fixes
* rsgtutil: option to specify KSI publications file certificate constraints
- includes changes from 8.22.0:
* ompgsql: add template support
* generate somewhat better error message on config file syntax error
- includes changes from 8.21.0:
* CHANGE OF BEHAVIOUR:
by default, internal messages are no longer logged via the internal
bridge to rsyslog but via the syslog() API call [either directly or
via liblogging). For the typical single-rsyslogd-instance installation this
is mostly unnoticable (except for some additional latency). If multiple
instances are run, only the "main" (the one processing system log messages)
will see all messages. To return to the old behaviour, do either of those
two:
1) add in rsyslog.conf:
global(processInternalMessages="on")
2) export the environment variable RSYSLOG_DFLT_LOG_INTERNAL=1
This will set a new default - the value can still be overwritten via
rsyslog.conf (method 1). Note that the environment variable must be
set in your **startup script**.
For more information, please visit
http://www.rsyslog.com/rsyslog-error-reporting-improved/
* slightly improved TLS syslog error messages
* queue subsystem: improved robustness
-------------------------------------------------------------------
Tue Jul 19 16:54:56 UTC 2016 - astieger@suse.com