Improved locking for CAM slots and made the pure functions of cCiAdapter have default implementations

This commit is contained in:
Klaus Schmidinger
2014-01-14 12:21:17 +01:00
parent dbf342df3c
commit e7c86c6760
4 changed files with 16 additions and 11 deletions

View File

@@ -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<65>).
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.