summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-10-02 10:55:31 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-10-02 10:55:31 +0200
commit9812a2af8c308c1b29bc0b5604593595a66dd25d (patch)
tree2b556403f1a495f695fa125d34c2c5819e13f2b6 /ChangeLog
parent75d8becf10cf83c984590ce9ba666d86b382e7e6 (diff)
parent223c1e48610c27270fdb8532f5e4a920eb9874f3 (diff)
downloadrsyslog-9812a2af8c308c1b29bc0b5604593595a66dd25d.tar.gz
rsyslog-9812a2af8c308c1b29bc0b5604593595a66dd25d.tar.xz
rsyslog-9812a2af8c308c1b29bc0b5604593595a66dd25d.zip
Merge branch 'v3-stable' into beta
Conflicts: runtime/net.c
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c2faaa4..4545c218 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -163,14 +163,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