summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-07-05 15:19:51 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-07-05 15:19:51 +0200
commitb2418812cf06daf229e832cc212e65828e3c3417 (patch)
treee78b60aa3964eea6b292a71d2f350dc71653cc91 /ChangeLog
parent45b4f3fac96005753bc1a9ec8be0510e0554d065 (diff)
parentd9a82205ff0b42a84875d45c809e8b7aded7eb2b (diff)
downloadrsyslog-b2418812cf06daf229e832cc212e65828e3c3417.tar.gz
rsyslog-b2418812cf06daf229e832cc212e65828e3c3417.tar.xz
rsyslog-b2418812cf06daf229e832cc212e65828e3c3417.zip
Merge branch 'v5-stable' into master
Conflicts: ChangeLog Makefile.am
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index da83c940..ce063363 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,12 @@ Version 5.5.6 [DEVEL] (rgerhards), 2010-06-??
- bugfix: mutexes used to similate atomic instructions were not destructed
- bugfix: regression caused more locking action in msg.c than necessary
- bugfix: "$ActionExecOnlyWhenPreviousIsSuspended on" was broken
+- bugfix: segfault on HUP when "HUPIsRestart" was set to "on"
+ thanks varmojfekoj for the patch
+- bugfix: default for $OMFileFlushOnTXEnd was wrong ("off").
+ This, in default mode, caused buffered writing to be used, what
+ means that it looked like no output were written or partial
+ lines. Thanks to Michael Biebl for pointing out this bug.
---------------------------------------------------------------------------
Version 5.5.5 [DEVEL] (rgerhards), 2010-05-20
- added new cancel-reduced action thread termination method