summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-10-07 12:22:04 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-10-07 12:22:04 +0200
commit94e43892a54f74b34e8a06d79784a225cfd8333d (patch)
tree3dbf1d27631ebfa4c880fb9c531727bc06d9f903 /HISTORY
parent2d68b323c74f3ba2d03d843132ebcec1d712b982 (diff)
downloadvdr-94e43892a54f74b34e8a06d79784a225cfd8333d.tar.gz
vdr-94e43892a54f74b34e8a06d79784a225cfd8333d.tar.bz2
Changed the I18nNormalizeLanguageCode() check to also allow blanks (and all other printable characters) in the language codes
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 4 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 17191e00..e5495111 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4931,7 +4931,10 @@ Video Disk Recorder Revision History
- Official release.
-2006-09-24: Version 1.4.3-1
+2006-10-07: Version 1.4.3-1
- The function cThread::Cancel() now only sets 'running' to false and does not
actually kill the thread if the special value -1 is given (suggested by Udo Richter).
+- Changed the I18nNormalizeLanguageCode() check to also allow blanks (and all other
+ printable characters) in the language codes (thanks to Boguslaw Juza for reporting
+ that there are stations that use blanks in these codes).