summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2020-12-13 10:56:36 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2020-12-13 10:56:36 +0100
commit67a4ba4228d878fe7f5484ab8d80178ca51ce6e6 (patch)
treed0a7c3c74b557f4f93ff12ad78d0bed32f585939 /HISTORY
parent79a3607d0c220797ebf9449dd2d49221e2761fda (diff)
downloadvdr-67a4ba4228d878fe7f5484ab8d80178ca51ce6e6.tar.gz
vdr-67a4ba4228d878fe7f5484ab8d80178ca51ce6e6.tar.bz2
Fixed error handling when loading a plugin
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index b0467e9e..1d26d21d 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9536,7 +9536,7 @@ Video Disk Recorder Revision History
cDvbTuner::GetSignalStats() to avoid problems with drivers that don't do this
(thanks to Helmut Binder).
-2020-12-12:
+2020-12-13:
- Fixed multiple recording entries in case a recording is started during the initial
reading of the video directory (reported by Claus Muus).
@@ -9555,3 +9555,4 @@ Video Disk Recorder Revision History
Binder).
- Avoiding a lengthy lock on the Channels list when starting a recording (thanks to
Helmut Binder).
+- Fixed error handling when loading a plugin (reported by Markus Ehrnsperger).