diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-02-28 10:07:03 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-02-28 10:07:03 +0100 |
commit | bb0fb0dbd0bcff349e128a740b8bd14f35008deb (patch) | |
tree | 54dabcc7ea20b05c242e9954549ab46dd0a3b485 | |
parent | b129a96287492685050f6f80f8f0204122b22e77 (diff) | |
download | rsyslog-bb0fb0dbd0bcff349e128a740b8bd14f35008deb.tar.gz rsyslog-bb0fb0dbd0bcff349e128a740b8bd14f35008deb.tar.bz2 rsyslog-bb0fb0dbd0bcff349e128a740b8bd14f35008deb.zip |
add bug tracker ID to ChangeLog bugfix
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ Version 7.2.6 [v7-stable] 2013-01-?? - slightly improved config parser error messages when invalid escapes happen - bugfix: include files got included in the wrong order + closes: http://bugzilla.adiscon.com/show_bug.cgi?id=411 This happens if an $IncludeConfig directive was done on multiple files (e.g. the distro default of $IncludeConfig /etc/rsyslog.d/*.conf). In that case, the order of include file processing is reversed, which |