summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-02-24 16:18:43 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2001-02-24 16:18:43 +0100
commit5e0ee042c75296fb78567638b2768df5a262ad7b (patch)
treebf8d5d9a707a8ca6ee12e29fc1045c8778585ce5 /HISTORY
parenta97fcd5221aa9abd8025ce8f6091d345c1a6afbc (diff)
downloadvdr-5e0ee042c75296fb78567638b2768df5a262ad7b.tar.gz
vdr-5e0ee042c75296fb78567638b2768df5a262ad7b.tar.bz2
Implemented watchdog
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 9b99af91..02a43624 100644
--- a/HISTORY
+++ b/HISTORY
@@ -409,3 +409,7 @@ Video Disk Recorder Revision History
that every timer may use the primary interface.
- The 'active' field of a timer will now be explicitly set to '1' if the user
modifies an active timer (see FORMATS for details).
+- The new command line option -w can be used to activate a watchdog that makes
+ VDR exit in case the main program loop does not respond for more than the
+ given number of seconds. This is mainly useful in combination with the new
+ 'runvdr' script that restarts VDR in case is has exited.