diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2014-01-25 14:26:26 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2014-01-25 14:26:26 +0100 |
commit | 6bd94489deb08ab5eed2e83cbb1f818295fd9a26 (patch) | |
tree | 0b135bfd08efda30b571593653bef4e83de66e71 /HISTORY | |
parent | c7316989f5a911796846c15ebdd7f645739fe4ad (diff) | |
download | vdr-6bd94489deb08ab5eed2e83cbb1f818295fd9a26.tar.gz vdr-6bd94489deb08ab5eed2e83cbb1f818295fd9a26.tar.bz2 |
cFont::CreateFont() now returns a dummy font in case there are no fonts installed
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -7870,9 +7870,11 @@ Video Disk Recorder Revision History and also to use the correct directory with --edit (the latter reported by Marko Mäkelä). -2014-01-16: Version 2.0.6 +2014-01-25: Version 2.0.6 - 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. - Increased MIN_TS_PACKETS_FOR_FRAME_DETECTOR to 10 in order to be able to record channels that need more than 5 TS packets for detecting frame borders (reported by Eike Sauer). |