summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-08-12 10:56:48 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-08-12 10:56:48 +0200
commit018b2f4c86ca2e4849156db1b1d5b6b3ea9b3e0c (patch)
treec8fd4cbf8dc5d51e47d8fc45cb916e2c1cad79d7 /ChangeLog
parent3073cb3db1e74827025598396f37b0fb35638879 (diff)
downloadrsyslog-018b2f4c86ca2e4849156db1b1d5b6b3ea9b3e0c.tar.gz
rsyslog-018b2f4c86ca2e4849156db1b1d5b6b3ea9b3e0c.tar.xz
rsyslog-018b2f4c86ca2e4849156db1b1d5b6b3ea9b3e0c.zip
bugfix: misspelled config directive + bumped version number
Previously was $MainMsgQueueWorkeTimeoutrThreadShutdown, is now $MainMsgQueueWorkerTimeoutThreadShutdown. Note that the misspelled directive is not preserved - if the misspelled directive was used (which I consider highly unlikely), the config file must be changed. Thanks to lperr for reporting the bug.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7def1fbe..c3155874 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,12 @@
---------------------------------------------------------------------------
+Version 3.18.3 (rgerhards), 2008-08-??
+- bugfix: misspelled config directive, previously was
+ $MainMsgQueueWorkeTimeoutrThreadShutdown, is now
+ $MainMsgQueueWorkerTimeoutThreadShutdown. Note that the misspelled
+ directive is not preserved - if the misspelled directive was used
+ (which I consider highly unlikely), the config file must be changed.
+ Thanks to lperr for reporting the bug.
+---------------------------------------------------------------------------
Version 3.18.2 (rgerhards), 2008-08-08
- merged in IPv6 forwarding address bugfix from v2-stable
---------------------------------------------------------------------------