summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-01-11 10:37:11 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-01-11 10:37:11 +0100
commit73ccde16e82fa9da0ee7c78e3fb1045b09f69c78 (patch)
tree0aa52961608983662aff2bc41f50a2f4ac728b50 /HISTORY
parent4d3003393602e8870e9139bfe290a85690f985c8 (diff)
downloadvdr-73ccde16e82fa9da0ee7c78e3fb1045b09f69c78.tar.gz
vdr-73ccde16e82fa9da0ee7c78e3fb1045b09f69c78.tar.bz2
Fixed cDvbSubtitleConverter::SetOsdData()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 353662cd..f6991d8d 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-07: Version 1.7.23
+2012-01-11: Version 1.7.23
- Removed the '.pl' suffix from svdrpsend.pl (sorry, I missed that one).
- Fixed bonding more than two devices.
@@ -6806,3 +6806,4 @@ Video Disk Recorder Revision History
- cEvent::FixEpgBugs() now replaces any newline characters in stream component
descriptions with blanks (thanks to Torsten Lang for reporting a problem with
EPG data from BSkyB's "MTV MUSIC", S28.2E-2-2010-7012).
+- Fixed cDvbSubtitleConverter::SetOsdData() (thanks to Rolf Ahrenberg).