From 0a5099e353cc5b677c85242004454c4a0fb6f5a7 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Sun, 29 Mar 2015 14:34:22 +0200 Subject: [PATCH] maintain ChangeLog --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index a097c04e0..f262d2c30 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,9 @@ Version 8.9.0 [v8-stable] 2015-04-07 The file format template was used, which obviously does not work for forwarding. Thanks to Christopher Racky for alerting us. closes https://github.com/rsyslog/rsyslog/issues/268 +- bugfix: size-based legacy config statements did not work properly + on some platforms, they were incorrectly handled, resulting in all + sorts of "interesting" effects (up to segfault on startup) - build system: added option --without-valgrind-testbench ... which provides the capability to either enforce or turn off valgrind use inside the testbench. Thanks to whissi for the patch.