summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-12-11 16:32:46 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-12-11 16:32:46 +0000
commita9116b0de4bbd2bec03a72912c113ac249a19d6e (patch)
tree7a86d0933f4bf0433d5f2642028ab4153e8ef5b2 /ChangeLog
parent3e95f0545729a43d4c0a7fe2b906783856db05fd (diff)
downloadrsyslog-a9116b0de4bbd2bec03a72912c113ac249a19d6e.tar.gz
rsyslog-a9116b0de4bbd2bec03a72912c113ac249a19d6e.tar.xz
rsyslog-a9116b0de4bbd2bec03a72912c113ac249a19d6e.zip
added recent changes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dc50cf7e..19265c37 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,14 @@
---------------------------------------------------------------------------
+Version 1.20.1 (rgerhards), 2007-12-07
+- corrected a debug setting that survived release. Caused TCP connections
+ to be retried unnecessarily often.
+- When a hostname ACL was provided and DNS resolution for that name failed,
+ ACL processing was stopped at that point. Thanks to mildew for the patch.
+ Fedora Bugzilla: http://bugzilla.redhat.com/show_bug.cgi?id=395911
+- fixed a potential race condition, see link for details:
+ http://rgerhards.blogspot.com/2007/12/rsyslog-race-condition.html
+ Note that the probability of problems from this bug was very remote
+---------------------------------------------------------------------------
Version 1.20.0 (rgerhards), 2007-12-07
- an output module for postgres databases has been added. Thanks to
sur5r for contributing this code