summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-04-09 14:21:30 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-04-09 14:21:30 +0200
commitceafe626717fabaa8463586bf17458054a4be41d (patch)
tree45aa556bee6e0fb723db7fdbe2109906e31892d9 /HISTORY
parenta4520107608cdd4abf38153fd169a78408b18ca0 (diff)
downloadvdr-ceafe626717fabaa8463586bf17458054a4be41d.tar.gz
vdr-ceafe626717fabaa8463586bf17458054a4be41d.tar.bz2
No longer calling cPlugin::ProcessArgs() if VDR is run with the --help or --version option
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 01ef15e3..bf0b1d66 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4495,3 +4495,5 @@ Video Disk Recorder Revision History
- When hitting the end of a recording in fast forward mode, VDR no longer switches
back to normal speed if the recording is already finished (thanks to Reinhard
Nissl).
+- No longer calling cPlugin::ProcessArgs() if VDR is run with the --help or
+ --version option, to avoid error messages from plugins (reported by Udo Richter).