summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2008-01-01 15:10:07 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2008-01-01 15:10:07 +0100
commit49f7a7f57470e5b941073a0cccf50425279600d1 (patch)
tree697f24d4c0c23107e72bc95a8106e57fd81c6c76 /HISTORY
parent6f76e100383189eb9fd2b861fe2cdba2d94b7c59 (diff)
downloadvdr-49f7a7f57470e5b941073a0cccf50425279600d1.tar.gz
vdr-49f7a7f57470e5b941073a0cccf50425279600d1.tar.bz2
Fixed cVector::Clear() and cStringList::Clear()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 504dabb3..0969a5af 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5529,7 +5529,7 @@ Video Disk Recorder Revision History
- Fixed stopping live subtitles when a player is attached to the device.
- Fixed suddenly stopping subtitles in live mode.
-2007-12-27: Version 1.5.13
+2008-01-13: Version 1.5.13
- Fixed the declaration of cSubtitleObject::Decode8BppCodeString() (thanks to
Gregoire Favre).
@@ -5539,3 +5539,4 @@ Video Disk Recorder Revision History
in a context sensitive manner (suggested by Andreas Brugger). If there is
no menu open it will show the info of the current broadcast or replay.
- cTimeMs now uses the monotonic clock, if available (thanks to Petri Hintukainen).
+- Fixed cVector::Clear() and cStringList::Clear().