summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2009-02-10 01:52:22 +0100
committerMichael Biebl <biebl@debian.org>2009-02-10 01:52:22 +0100
commitc84d74c258d54713cadf8dfbeff10fcb4d91624f (patch)
tree31800ce67d76cf7254cb924cb8d08193040e83c5 /ChangeLog
parenta9a14cc4ca04738ea56eee92c98a63829bdbd438 (diff)
downloadrsyslog-c84d74c258d54713cadf8dfbeff10fcb4d91624f.tar.gz
Imported Upstream version 3.20.4upstream/3.20.4
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bccb1f8..880f3c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,14 @@
---------------------------------------------------------------------------
+Version 3.20.4 [v3-stable] (rgerhards), 2009-02-09
+- bugfix: inconsistent use of mutex/atomic operations could cause segfault
+ details are too many, for full analysis see blog post at:
+ http://blog.gerhards.net/2009/01/rsyslog-data-race-analysis.html
+- bugfix: invalid ./configure settings for RFC3195
+ thanks to Michael Biebl for the patch
+- bugfix: invalid mutex access in msg.c
+- doc bugfix: dist tarball missed 2 files, had one extra file that no
+ longer belongs into it. Thanks to Michael Biebl for pointing this out.
+---------------------------------------------------------------------------
Version 3.20.3 [v3-stable] (rgerhards), 2009-01-19
- doc bugfix: v3-compatiblity document had typo in config directive
thanks to Andrej for reporting this