summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-09-21 11:57:55 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-09-21 11:57:55 +0200
commit1be79d5467badd914ddc5762a6510a304140ef5e (patch)
tree09c88fbef49f58f2fc5d2993d78db435bc1c71fe /ChangeLog
parentdc52b123feff7a8f35dd591639ab5d4dd7e53527 (diff)
downloadrsyslog-1be79d5467badd914ddc5762a6510a304140ef5e.tar.gz
rsyslog-1be79d5467badd914ddc5762a6510a304140ef5e.tar.xz
rsyslog-1be79d5467badd914ddc5762a6510a304140ef5e.zip
bugfix: some valid legacy PRI filters were flagged as errornous
closes: http://bugzilla.adiscon.com/show_bug.cgi?id=358 This happend to filters of the style "local0,local1.*", where the multiple facilities were comma-separated.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8eef4235..cab825eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,10 @@ Version 6.4.3 [V6-STABLE] 2012-??-??
- bugfix: sysklogd-emulating standard template was no longer present in v6
This was obviously lost during the transition to the new config format.
Thanks to Milan Bartos for alerting us and a patch!
+- bugfix: some valid legacy PRI filters were flagged as errornous
+ closes: http://bugzilla.adiscon.com/show_bug.cgi?id=358
+ This happend to filters of the style "local0,local1.*", where the
+ multiple facilities were comma-separated.
---------------------------------------------------------------------------
Version 6.4.2 [V6-STABLE] 2012-09-20
- bugfix: potential abort, if action queue could not be properly started