Changelog for 6.6.0 (v6-stable)
Version 6.6.0 [v6-stable] 2012-10-22
This starts a new stable branch, based on the 6.5.x series, plus:
- bugfix: imuxsock did not properly honor $LocalHostIPIF
rsyslog 5.10.1 (v5-stable) released
We just released 5.10.1 of the v5-stable branch. This is a pure bugfixing release. For details, please review the ChangeLog.
ChangeLog:
http://www.rsyslog.com/changelog-for-5-10-1-v5-stable/
Download:
http://www.rsyslog.com/rsyslog-5-10-1-v5-stable/
As always, feedback is appreciated.
Best regards,
Florian Riedl
rsyslog 5.10.1 (v5-stable)
Download file name: rsyslog 5.10.1 (stable)
rsyslog 5.10.1 (stable)
Sha256 hash: 2f643a2c613d5b09f242affd32a90cf4fb7a9ac4557dc80f218e6f3e5affb4c8
Author: Rainer Gerhards (rgerhards@adiscon.com)
Version: 5.10.1 File size: 2.390 MB
rsyslog 6.4.2 (v6-stable) released
We have just released 6.4.2 of the v6-stable branch. This is a pure bugfixing release. More information on the changes can be found in the ChangeLog.
ChangeLog:
http://www.rsyslog.com/changelog-for-6-4-2-v6-stable/
Download:
http://www.rsyslog.com/rsyslog-6-4-2-v6-stable/
As always, feedback is appreciated.
Best regards,
Florian Riedl
rsyslog 6.4.2 (v6-stable)
Download file name: rsyslog 6.4.2 (stable)
rsyslog 6.4.2 (stable)
Sha256 hash: ca92434c87f7390a5ea7ce6aea94c6cb05474bf778ec5d8ebc0b9a50f321749c
Author: Rainer Gerhards (rgerhards@adiscon.com)
Version: 6.4.2 File size: 2.518 MB
Changelog for 6.4.2 (v6-stable)
Version 6.4.2 [V6-STABLE] 2012-09-20
- bugfix: potential abort, if action queue could not be properly started
This most importantly could happen due to configuration errors. - bugfix: remove invalid socket option call from imuxsock
Thanks to Cristian Ionescu-Idbohrn and Jonny Törnbom - bugfix: missing support for escape sequences in RainerScript
only \’ was supported. Now the usual set is supported. Note that v5 used \x as escape where x was any character (e.g. “\n” meant “n” and NOT LF). This also means there is some incompatibility to v5 for well-known sequences. Better break it now than later. - bugfix: config validation run did not always return correct return state
rsyslog 6.4.1 (v6-stable) released
We have just released 6.4.1 of the v6-stable branch. This is primarily a maintenance release. It includes several bugfixes for using JSON, if you are using multiple main queues and many more. More details can be found in the ChangeLog.
ChangeLog:
http://www.rsyslog.com/changelog-for-6-4-1-v6-stable/
Download:
http://www.rsyslog.com/rsyslog-6-4-1-v6-stable/
As always, feedback is appreciated.
Best regards,
Florian Riedl
rsyslog 6.4.1 (v6-stable)
Download
file name: rsyslog 6.4.1 (stable)
rsyslog 6.4.1 (stable) md5sum: b59b2c86ebae7b12e83999e99eda9982
Author: Rainer Gerhards (rgerhards@adiscon.com)
Version: 6.4.1
File size: 2.526 MB
Download this file now!
rsyslog 5.10.0 (v5-stable) released
We just released 5.10.0 of the v5-stable branch. This is the new rsyslog v5-stable, incorporating all changes from the 5.9.x series. In addition to that, it contains the fixes and enhancements listed in the ChangeLog.
ChangeLog:
http://www.rsyslog.com/changelog-for-5-10-0-v5-stable/
Download:
http://www.rsyslog.com/rsyslog-5-10-0-v5-stable/
As always, feedback is appreciated.
Best regards,
Florian Riedl
Changelog for 5.10.0 (v5-stable)
Version 5.10.0 [V5-STABLE], 2012-08-23
NOTE: this is the new rsyslog v5-stable, incorporating all changes from the 5.9.x series. In addition to that, it contains the fixes and enhancements listed below in this entry.
- bugfix: delayble source could block action queue, even if there was a disk queue associated with it. The root cause of this problem was that it makes no sense to delay messages once they arrive in the action queue – the “input” that is being held in that case is the main queue worker, what makes no sense.
Thanks to Marcin for alerting us on this problem and providing instructions to reproduce it. - bugfix: disk queue was not persisted on shutdown, regression of fix to
http://bugzilla.adiscon.com/show_bug.cgi?id=299
The new code also handles the case of shutdown of blocking light and full delayable sources somewhat smarter and permits, assuming sufficient timouts, to persist message up to the max queue capacity. Also some nits in debug instrumentation have been fixed. - add small delay (50ms) after sending shutdown message
There seem to be cases where the shutdown message is otherwise not processed, not even on an idle system.
Thanks to Marcin for bringing this problem up. - support for resolving huge groups
closes: http://bugzilla.adiscon.com/show_bug.cgi?id=310
Thanks to Alec Warner for the patch - bugfix: potential hang due to mutex deadlock
closes: http://bugzilla.adiscon.com/show_bug.cgi?id=316
Thanks to Andreas Piesk for reporting&analyzing this bug as well as providing patches and other help in resolving it. - bugfix: property PROCID empty instead of proper nilvalue if not present
If it is not present, it must have the nilvalue “-” as of RFC5424
closes: http://bugzilla.adiscon.com/show_bug.cgi?id=332
Thanks to John N for reporting this issue. - bugfix: “last message repeated n times” message was missing hostname
Thanks to Zdenek Salvet for finding this bug and to Bodik for reporting - bugfix: multiple main queues with same queue file name was not detected
This lead to queue file corruption. While the root cause is a config error, it is a bug that this important and hard to find config error was not detected by rsyslog.