summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvarmojfekoj <theinric@redhat.com>2008-09-01 16:00:22 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-09-01 16:00:22 +0200
commit6cbc5652ddee825899d1126ddef51f6f8bfa6467 (patch)
tree3984808a0a74772efcc9d6e00b8668d5e1257852 /ChangeLog
parent3f2856b4b5010dfcaa720b292dc3a655e7b9f6da (diff)
downloadrsyslog-6cbc5652ddee825899d1126ddef51f6f8bfa6467.tar.gz
rsyslog-6cbc5652ddee825899d1126ddef51f6f8bfa6467.tar.xz
rsyslog-6cbc5652ddee825899d1126ddef51f6f8bfa6467.zip
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 <rgerhards@adiscon.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
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