From 6cbc5652ddee825899d1126ddef51f6f8bfa6467 Mon Sep 17 00:00:00 2001 From: varmojfekoj Date: Mon, 1 Sep 2008 16:00:22 +0200 Subject: bugfix: action was not called when system time was set backwards (until the previous time was reached again). There are still some side-effects when time is rolled back (A time rollback is really a bad thing to do, ideally the OS should issue pseudo time (like NetWare did) when the user tries to roll back time). Signed-off-by: Rainer Gerhards --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 943d4bf7..1989d550 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +- bugfix: action was not called when system time was set backwards + (until the previous time was reached again). There are still some + side-effects when time is rolled back (A time rollback is really a bad + thing to do, ideally the OS should issue pseudo time (like NetWare did) + when the user tries to roll back time). Thanks to varmojfekoj for this + patch. --------------------------------------------------------------------------- Version 3.18.3 (rgerhards), 2008-08-18 - bugfix: imfile could cause a segfault upon rsyslogd HUP and termination -- cgit From 8cba42c16a0d1d9ff9357379645e7c96ff9cef13 Mon Sep 17 00:00:00 2001 From: RB Date: Mon, 1 Sep 2008 16:40:24 +0200 Subject: bugfix: order-of magnitude issue with base-10 size definitions in config file parser. Could lead to invalid sizes, constraints etc for e.g. queue files and any other object whose size was specified in base-10 entities. Did not apply to binary entities. Signed-off-by: Rainer Gerhards --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1989d550..b03e9dc9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +- bugfix: order-of magnitude issue with base-10 size definitions + in config file parser. Could lead to invalid sizes, constraints + etc for e.g. queue files and any other object whose size was specified + in base-10 entities. Did not apply to binary entities. Thanks to + RB for finding this bug and providing a patch. - bugfix: action was not called when system time was set backwards (until the previous time was reached again). There are still some side-effects when time is rolled back (A time rollback is really a bad -- cgit From 183001fac5bc6622a7bdf8cb98325131b798d4aa Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 1 Sep 2008 16:42:41 +0200 Subject: bumped version number --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b03e9dc9..e389ab73 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +--------------------------------------------------------------------------- +Version 3.18.4 (rgerhards), 2008-09-?? - bugfix: order-of magnitude issue with base-10 size definitions in config file parser. Could lead to invalid sizes, constraints etc for e.g. queue files and any other object whose size was specified -- cgit From fcc4d77dd371744530e46a29b7534e89cf8251c4 Mon Sep 17 00:00:00 2001 From: Lukas Kuklinek Date: Tue, 2 Sep 2008 11:52:40 +0200 Subject: doc bugfix: rsyslog.conf man page improved and minor nit fixed Signed-off-by: Rainer Gerhards --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e389ab73..7b24ac20 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,8 @@ Version 3.18.4 (rgerhards), 2008-09-?? thing to do, ideally the OS should issue pseudo time (like NetWare did) when the user tries to roll back time). Thanks to varmojfekoj for this patch. +- doc bugfix: rsyslog.conf man page improved and minor nit fixed + thanks to Lukas Kuklinek for the patch. --------------------------------------------------------------------------- Version 3.18.3 (rgerhards), 2008-08-18 - bugfix: imfile could cause a segfault upon rsyslogd HUP and termination -- cgit