diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-01-30 13:53:37 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-01-30 13:53:37 +0100 |
commit | a2f547fdbfcad6cdc641b8958ccc2dac761b02b6 (patch) | |
tree | c54dde057599900ddd7a32abc40d80ae2e703e49 /ChangeLog | |
parent | 94f8ca5e2cc12dd2ea9fed6027b531b182cfe73d (diff) | |
parent | b54797da054a74144f10dfeb0daeca99decd9b12 (diff) | |
download | rsyslog-a2f547fdbfcad6cdc641b8958ccc2dac761b02b6.tar.gz rsyslog-a2f547fdbfcad6cdc641b8958ccc2dac761b02b6.tar.xz rsyslog-a2f547fdbfcad6cdc641b8958ccc2dac761b02b6.zip |
Merge branch 'beta'
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -86,6 +86,9 @@ version before switching to this one. Thanks to Ken for providing the patch --------------------------------------------------------------------------- Version 3.21.10 [BETA] (rgerhards), 2008-12-?? +- 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 - the string "Do Die" was accidently emited upon exit in non-debug mode This has now been corrected. Thanks to varmojfekoj for the patch. - some legacy options were not correctly processed. @@ -232,6 +235,12 @@ Version 3.21.0 [DEVEL] (rgerhards), 2008-07-18 - imported all changes from 3.18.1 until today (some quite important, see below) --------------------------------------------------------------------------- +Version 3.20.4 [v3-stable] (rgerhards), 2009-02-?? +- 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 mutex access in msg.c +--------------------------------------------------------------------------- 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 |