diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-10-01 10:44:56 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-10-01 10:44:56 +0200 |
commit | 8a1f6b17698974a1e36c1f0134e4bc4c51c7539f (patch) | |
tree | 7c6226b5cb420698eddb8cdaddeb8767994f759f /ChangeLog | |
parent | 58d52a638e453ec4650b01fb5590aeed7416afe3 (diff) | |
download | rsyslog-8a1f6b17698974a1e36c1f0134e4bc4c51c7539f.tar.gz rsyslog-8a1f6b17698974a1e36c1f0134e4bc4c51c7539f.tar.xz rsyslog-8a1f6b17698974a1e36c1f0134e4bc4c51c7539f.zip |
added doc on how to build from source repository
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,13 +1,14 @@ --------------------------------------------------------------------------- Version 3.18.5 (rgerhards), 2008-10-?? -- added doc on malformed messages, cause and how to work-around, to the - doc set - bugfix: imudp input module could cause segfault on HUP It did not properly de-init a variable acting as a linked list head. That resulted in trying to access freed memory blocks after the HUP. - doc bugfix: $ActionExecOnlyWhenPreviousIsSuspended was still misspelled as $...OnlyIfPrev... in some parts of the documentation. Thanks to Lorenzo M. Catucci for reporting this bug. +- added doc on malformed messages, cause and how to work-around, to the + doc set +- added doc on how to build from source repository --------------------------------------------------------------------------- Version 3.18.4 (rgerhards), 2008-09-18 - bugfix: order-of magnitude issue with base-10 size definitions |