summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-06-12 10:17:20 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2004-06-12 10:17:20 +0200
commit0e951afc2b8966039177f60b413bc1df245fcbaa (patch)
tree51bb5ad6291b54236c3562902dbe3dc4c7bad51a /HISTORY
parente199411a288d2dc18c7a42ff56064695fcb4b3c6 (diff)
downloadvdr-0e951afc2b8966039177f60b413bc1df245fcbaa.tar.gz
vdr-0e951afc2b8966039177f60b413bc1df245fcbaa.tar.bz2
Checking for UTF-8 at program start
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 4 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 03698ddb..c2a7c343 100644
--- a/HISTORY
+++ b/HISTORY
@@ -2893,7 +2893,7 @@ Video Disk Recorder Revision History
strings in order to avoid buffer overflows (thanks to Philip Lawatsch for
debugging a buffer overflow in eit.c).
-2004-06-10: Version 1.3.11
+2004-06-12: Version 1.3.11
- In order to avoid problems on NPTL systems, VDR now checks for the presence
of NPTL at program start, and if it is, exists and tells the user to do
@@ -2901,3 +2901,6 @@ Video Disk Recorder Revision History
- Revoked the "Fixed missing audio after replaying a DVD" change because it
introduced a sound disturbance when switching between channels on the same
transponder.
+- In order to avoid problems on UTF-8 systems, VDR now checks for the presence
+ of UTF-8 at program start, and if it is, exists and tells the user to turn off
+ UTF-8 before starting VDR.