- new default config, using RainerScript wherever possible
resolves: rhbz#1419625
- updated testbench guard as testbench now needs explicit configuration
see: rhbz#1211194
- added patch to make chdir call after chroot
resolves: rhbz#1422542
- changed name of created file in logrotate.d to non-generic one
resolves: rhbz1269244
- added symlink to syslog.service
resolves: rhbz1343132
- added documentation for recover_qi
resolves: rhbz1286707
- changed default .conf added imuxsock, seqfault is not present anymore
https://github.com/rsyslog/rsyslog/pull/1289
- resolves: rhbz#1069690
- drop patches merged upstream
- version the dependency on liblognorm-devel
- enable mmcount, mmexternal modules,
remove imdiag, omruleset and pmrfc3164sd modules
resolves: rhbz#1156359
- add dos2unix to build requirements
- make the build process more verbose
- in accordance with an upstream change, the rsyslog service is now
restarted automatically upon failure
- adjust the default configuration file for the removal of
/etc/rsyslog.d/listen.conf by the systemd package
resolves: rhbz#1116864
- disable the imklog module by default; kernel messages are read from journald
resolves: rhbz#1083564
- if there is no saved position in the journal, log only messages that are
received after rsyslog is started; this is a safety measure to prevent
excessive resource utilization
- use documentation from the standalone rsyslog-docs project
- move documentation from all subpackages into a single directory
- mark the recover_qi.pl script as documentation
- regenerate patch 0
- drop patches merged upstream: 4..8
- add a dependency on the version of systemd which resolves rhbz#974132
- update option name in rsyslog.conf
The imuxsock module is left enabled so it is easy to swich back to it
and because systemd drops a file into /etc/rsyslog.d which only
imuxsock can parse.
- update configuration and init files for the new major version
- add several directories for storing auxiliary data
- add ChangeLog to documentation
- drop unlimited-select.patch; integrated upstream
- add rsyslog-5.5.7-remove_include.patch to fix compilation