summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2008-05-03 10:01:19 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2008-05-03 10:01:19 +0200
commit80f7e64f22855be6d057272ce095891d7d6c13a4 (patch)
tree68d167b3eaa4e2738b511410bbe0606a90959a62 /HISTORY
parent8ce144c6078baf856fb82a96e7da2a725a06be5c (diff)
downloadvdr-80f7e64f22855be6d057272ce095891d7d6c13a4.tar.gz
vdr-80f7e64f22855be6d057272ce095891d7d6c13a4.tar.bz2
Backported 'No longer calling FcFini() to avoid problems with older (broken) versions of fontconfig' to version 1.6.0
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 3f8f2dc1..ab7cc37f 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5782,10 +5782,12 @@ Video Disk Recorder Revision History
- No longer calling FcFini() to avoid problems with older (broken) versions of
fontconfig (suggested by Edgar Toernig).
-2008-05-02: Version 1.6.0-2
+2008-05-03: Version 1.6.0-2
- Updated the Italian OSD texts (thanks to Diego Pierotto).
- The SVDRP signon message now indicates the character encoding in use, as in
"220 video SVDRP VideoDiskRecorder 1.7.1; Fri May 2 16:17:10 2008; ISO-8859-1".
This may be useful for instance for external tools that provide EPG data, so that
they can correctly encode the strings.
+- No longer calling FcFini() to avoid problems with older (broken) versions of
+ fontconfig (suggested by Edgar Toernig).