diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-05-03 11:11:20 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-05-03 11:11:20 +0200 |
commit | 2dcbe1c77ad2fd856955131ebe991cf8bf9add47 (patch) | |
tree | 69340be3d81751d14218f60f28f2167aa9bfbad7 | |
parent | 438b274e959dd0e7426a13fabc3655ec7ebe2671 (diff) | |
download | rsyslog-2dcbe1c77ad2fd856955131ebe991cf8bf9add47.tar.gz rsyslog-2dcbe1c77ad2fd856955131ebe991cf8bf9add47.tar.bz2 rsyslog-2dcbe1c77ad2fd856955131ebe991cf8bf9add47.zip |
doc: mention important upported patch
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -3,6 +3,13 @@ Version 7.3.14 [beta] 2013-05-?? - bugfix: some man pages were not properly installed either rscryutil or rsgtutil man was installed, but not both Thanks to Marius Tomaschewski for the patch. +- bugfix: segfault due to invalid dynafile cache handling + Accidently, the old-style cache size parameter was used when the + dynafile cache was created in a RainerScript action. If the old-style + size was lower than the one actually set, this lead to misadressing + when the size was overrun, and that could lead to all kinds of + "interesting things", often in segfaults. + closes: http://bugzilla.adiscon.com/show_bug.cgi?id=440 --------------------------------------------------------------------------- Version 7.3.13 [beta] 2013-04-29 - added omrabbitmq module (contributed, untested) |