diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2014-01-14 12:21:17 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2014-01-14 12:21:17 +0100 |
commit | e7c86c676017a75f4c3d522a341ed95057be6820 (patch) | |
tree | b000472c7281fc31d0152cc7f648d8a3684bc133 /HISTORY | |
parent | dbf342df3c401cfc4cd4d5df28c98c175ba252bc (diff) | |
download | vdr-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-- | HISTORY | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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. |