summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2014-01-14 12:21:17 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2014-01-14 12:21:17 +0100
commite7c86c676017a75f4c3d522a341ed95057be6820 (patch)
treeb000472c7281fc31d0152cc7f648d8a3684bc133 /HISTORY
parentdbf342df3c401cfc4cd4d5df28c98c175ba252bc (diff)
downloadvdr-e7c86c676017a75f4c3d522a341ed95057be6820.tar.gz
vdr-e7c86c676017a75f4c3d522a341ed95057be6820.tar.bz2
Improved locking for CAM slots and made the pure functions of cCiAdapter have default implementations
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 4 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 45ba1c47..400ad11c 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8132,8 +8132,11 @@ Video Disk Recorder Revision History
and also to use the correct directory with --edit (the latter reported by Marko
Mäkelä).
-2014-01-07: Version 2.1.4
+2014-01-14: Version 2.1.4
- Updated 'sources.conf' (thanks to Antti Hartikainen).
- cFont::CreateFont() now returns a dummy font in case there are no fonts installed.
This prevents a crash with the LCARS skin on a system that has no fonts.
+- Improved locking for CAM slots and made the pure functions of cCiAdapter have
+ default implementations, to fix a possible crash with CI adapters and CAM slots
+ that are implemented in a plugin.