summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2014-01-25 14:26:26 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2014-01-25 14:26:26 +0100
commit6bd94489deb08ab5eed2e83cbb1f818295fd9a26 (patch)
tree0b135bfd08efda30b571593653bef4e83de66e71 /HISTORY
parentc7316989f5a911796846c15ebdd7f645739fe4ad (diff)
downloadvdr-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--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 0be24913..aab6a0f3 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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).