From f94cd60dac39fdedbf058b2c97dbf535e54faecf Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 28 Mar 2008 14:18:40 +0000 Subject: - bugfix: regular expressions inside property replacer did not work properly --- ChangeLog | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index dbc86b2b..a21da550 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,14 +1,8 @@ --------------------------------------------------------------------------- Version 3.12.5 (rgerhards), 2008-03-28 -- bugfix: QHOUR and HHOUR properties were wrongly calculated -- bugfix: fixed memory leaks in stream class and imfile -- bugfix: $ModDir did invalid bounds checking, potential overlow in - dbgprintf() - thanks to varmojfekoj for the patch - changed default for "last message repeated n times", which is now off by default - implemented backward compatibility commandline option parsing -- bugfix: -t and -g legacy options max number of sessions had a wrong - and much too high value - automatically generated compatibility config lines are now also logged so that a user can diagnose problems with them - added compatibility mode for -a, -o and -p options @@ -23,6 +17,14 @@ Version 3.12.5 (rgerhards), 2008-03-28 - added build-in templates for easier configuration - bugfix: fixed small memory leak in tcpclt.c - bugfix: fixed small memory leak in template regular expressions +- bugfix: regular expressions inside property replacer did not work + properly +- bugfix: QHOUR and HHOUR properties were wrongly calculated +- bugfix: fixed memory leaks in stream class and imfile +- bugfix: $ModDir did invalid bounds checking, potential overlow in + dbgprintf() - thanks to varmojfekoj for the patch +- bugfix: -t and -g legacy options max number of sessions had a wrong + and much too high value --------------------------------------------------------------------------- Version 3.12.4 (rgerhards), 2008-03-25 - Greatly enhanced rsyslogd's file write performance by disabling -- cgit