summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-05-08 08:27:24 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2012-05-08 08:27:24 +0200
commit4f7523a3a29297079aac404f4f5021dec6ddbe97 (patch)
tree96456b3a3676bc4f4ca81d29e62f71479960508b /HISTORY
parent353233a27e57c6f1b5ac13bac95b191a2b5f556b (diff)
downloadvdr-4f7523a3a29297079aac404f4f5021dec6ddbe97.tar.gz
vdr-4f7523a3a29297079aac404f4f5021dec6ddbe97.tar.bz2
Fixed character comparisons in cSubtitleObject::DecodeCharacterString()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index b494fd05..6800e091 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7052,7 +7052,7 @@ Video Disk Recorder Revision History
- Fixed handling IDLEPRIORITY in cDvbDevice::ProvidesChannel() (thanks to Frank
Schmirler).
-2012-05-06: Version 1.7.28
+2012-05-08: Version 1.7.28
- Fixed cPixmapMemory::DrawEllipse() for quadrants -1 and -4.
- Fixed getting the maximum short channel name length in case there are no short names
@@ -7094,3 +7094,5 @@ Video Disk Recorder Revision History
- The new functions cControl::GetRecording() and cControl::GetHeader() can be used
to retrieve information about what the current player is playing.
- Fixed a possible high CPU load when pausing replay (thanks to Reinhard Nissl).
+- Fixed character comparisons in cSubtitleObject::DecodeCharacterString() (reported
+ by Reinhard Mantey).