summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-04-01 11:18:28 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2001-04-01 11:18:28 +0200
commit28130daef7b11beeafaf0c59dd45e8f0aafd6d5b (patch)
tree9aca64bba0100c1284b4685d86e2f8bdf1303d07 /HISTORY
parentf3f2d4577dc97946b368bc42ee7fec2489c3ab51 (diff)
downloadvdr-28130daef7b11beeafaf0c59dd45e8f0aafd6d5b.tar.gz
vdr-28130daef7b11beeafaf0c59dd45e8f0aafd6d5b.tar.bz2
No longer calling 'abort()'
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 6e903b10..18dac185 100644
--- a/HISTORY
+++ b/HISTORY
@@ -445,3 +445,5 @@ Video Disk Recorder Revision History
systems with three or more DVB cards.
- Added the "statdvb2vdr" tool from Hans-Peter Raschke.
- Fixed a segfault that sometimes happened when killing VDR.
+- VDR now returns an exit status of '2' in case of an error at startup, instead
+ of terminating with 'abort()' (which caused a core dump).