summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-01-13 09:45:08 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-01-13 09:45:08 +0100
commit0730f502c5cc8253063d8d1bc7f769fcffc83155 (patch)
treef786d021644589952e84cc18d608f88b9fe13f4c /HISTORY
parentea6c6d370e21644c568cbf695669559f75dfa5ce (diff)
downloadvdr-0730f502c5cc8253063d8d1bc7f769fcffc83155.tar.gz
vdr-0730f502c5cc8253063d8d1bc7f769fcffc83155.tar.bz2
BIDI support now checks at runtime whether the system runs with UTF-8
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index c16f761c..95ab357b 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6781,7 +6781,7 @@ Video Disk Recorder Revision History
- Replaced all calls to sleep() with cCondWait::SleepMs() (thanks to Rolf Ahrenberg).
- Fixed a crash with malformed SI data (patch from vdr-portal).
-2012-01-11: Version 1.7.23
+2012-01-12: Version 1.7.23
- Removed the '.pl' suffix from svdrpsend.pl (sorry, I missed that one).
- Fixed bonding more than two devices.
@@ -6818,3 +6818,5 @@ Video Disk Recorder Revision History
TS packets, e.g. when switching channels.
- Fixed the SVDRP command CLRE for a single channel in case there are events
that have a timer (thanks to Timo Eskola).
+- BIDI support now checks at runtime whether the system runs with UTF-8 (suggested
+ by Torsten Lang).