summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-11-24 16:08:06 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2002-11-24 16:08:06 +0100
commitb4d1358c50fb095eb7a2daf494780ce193ffb453 (patch)
tree579ab101c24f2ee53e14f9ce3ce5f09efdf6152b /HISTORY
parent9ee568e1991f1c2eaae885593db5c2f1d2c8f754 (diff)
downloadvdr-b4d1358c50fb095eb7a2daf494780ce193ffb453.tar.gz
vdr-b4d1358c50fb095eb7a2daf494780ce193ffb453.tar.bz2
Improved deleting stale lock files1.1.17
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index c3eb6a8e..4d215082 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1808,3 +1808,7 @@ Video Disk Recorder Revision History
- Made some channels unique in 'channels.conf.terr' using the new RID.
- Extended the '-l' option to allow logging to LOG_LOCALn (n=0..7) by writing, for
instance, '-l 3.7' (suggested by Jürgen Schmidt).
+- Now deleting stale lock files if they have a time stamp that is outside the window
+ 'now +/- LOCKFILESTALETIME'. This improves things in cases where the system time
+ makes far jumps, so that a lock file might end up with a time stamp that lies
+ in the distant future (thanks to Oliver Endriss).