summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-10-02 10:55:42 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-10-02 10:55:42 +0200
commit09d2e1c707d6cdb6841559e69591c57536b998b7 (patch)
treec9e4ec5b94f39b2b89aee163b94206f6faeb8f84 /ChangeLog
parentd03fb1b9058a3e81c8d0ba72b916d514106567ed (diff)
parent9812a2af8c308c1b29bc0b5604593595a66dd25d (diff)
downloadrsyslog-09d2e1c707d6cdb6841559e69591c57536b998b7.tar.gz
rsyslog-09d2e1c707d6cdb6841559e69591c57536b998b7.tar.xz
rsyslog-09d2e1c707d6cdb6841559e69591c57536b998b7.zip
Merge branch 'beta'
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 98950d52..816b7013 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -270,14 +270,19 @@ Version 3.19.0 (rgerhards), 2008-05-06
for the patch
---------------------------------------------------------------------------
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.
+- bugfix: rsyslogd could hang on HUP
+ because getnameinfo() is not cancel-safe, but was not guarded against
+ being cancelled. pthread_cancel() is routinely being called during
+ HUP processing.
- 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