summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-08-05 10:42:23 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-08-05 10:42:23 +0200
commit8bfe599830bad4528b4fa60dddaa3c0b8cb9c80d (patch)
tree6170b77550d2e3a4923fb6c57070c4c7242a8992 /HISTORY
parentc325fe76ee94f0335486269362d0404def27d8d1 (diff)
downloadvdr-8bfe599830bad4528b4fa60dddaa3c0b8cb9c80d.tar.gz
vdr-8bfe599830bad4528b4fa60dddaa3c0b8cb9c80d.tar.bz2
Modified the shutdown mechanism, so that the shutdown script is never given a time in the past
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY6
1 files changed, 6 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 54a16c62..d255834b 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4848,3 +4848,9 @@ Video Disk Recorder Revision History
in order to avoid excessive disk access (thanks to Artur Skawina).
- Fixed handling the running status of EPG events before the currently running one,
in case they are added after the current event (cont'd from version 1.4.1-2).
+- Modified the shutdown mechanism, so that the shutdown script is never given a
+ time in the past (reported by Helmut Auer). If a timer is currently recording,
+ or a recording would start within the next 30 minutes (default for the "Min.
+ event timeout" setup parameter), and the user insists in shutting down now, the
+ reboot time given to the shutdown script will correspond to a time that is
+ "Min. event timeout" minutes (default is 30) in the future.