summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-06-16 08:59:39 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2007-06-16 08:59:39 +0200
commit4011e244ff98195b5662074a483691b23dab0d14 (patch)
tree011b3abe905747cc203dba20bb8c4e301fa7ec87 /HISTORY
parent61dd9815ae215f95b42d4e24091ee350caea2bd7 (diff)
downloadvdr-4011e244ff98195b5662074a483691b23dab0d14.tar.gz
vdr-4011e244ff98195b5662074a483691b23dab0d14.tar.bz2
Modified handling invalid characters in VFAT mode
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 82107352..e6f1da1b 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5230,7 +5230,7 @@ Video Disk Recorder Revision History
- Changes to the OSD settings in the "Setup/OSD" menu now immediately take effect
when the "Ok" key is pressed.
-2007-06-15: Version 1.5.4
+2007-06-16: Version 1.5.4
- Increased APIVERSION (forgot to do that in 1.5.2 and 1.5.3).
- Fixed a crash in i18n character set conversion (thanks to Alexander Riedel,
@@ -5239,3 +5239,4 @@ Video Disk Recorder Revision History
- Using nl_langinfo(CODESET) to determine the local codeset to use (thanks to
Thomas Günther). The codeset names in 'libsi/si.c' have been changed to the
canonical spelling with '-' (thanks to Ludwig Nussel for pointing this out).
+- Modified handling invalid characters in VFAT mode.