diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-08-05 10:42:23 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-08-05 10:42:23 +0200 |
commit | 8bfe599830bad4528b4fa60dddaa3c0b8cb9c80d (patch) | |
tree | 6170b77550d2e3a4923fb6c57070c4c7242a8992 /HISTORY | |
parent | c325fe76ee94f0335486269362d0404def27d8d1 (diff) | |
download | vdr-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-- | HISTORY | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |