summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-02-03 10:26:17 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2007-02-03 10:26:17 +0100
commit31820a5175b26e86effe9594d9293ecec2ac5812 (patch)
treeb48ac3be46f868949bad5b3cde3721a5a0c87b4c /HISTORY
parentd919573037912d85690bf0d944d9c1bd09af65e7 (diff)
downloadvdr-31820a5175b26e86effe9594d9293ecec2ac5812.tar.gz
vdr-31820a5175b26e86effe9594d9293ecec2ac5812.tar.bz2
Removed 'assert(0)' from cDvbSpuDecoder::setTime()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY7
1 files changed, 6 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index da50f4a3..1b077217 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5091,7 +5091,11 @@ Video Disk Recorder Revision History
with open file handles when starting background commands (thanks to Reinhard
Nissl).
-2007-01-26: Version 1.5.1
+2007-02-03: Version 1.4.5-2
+
+- Removed 'assert(0)' from cDvbSpuDecoder::setTime() (thanks to Marco Schlüßler).
+
+2007-02-03: Version 1.5.1
- Added cDevice::HasCi() so that devices with Common Interface can be avoided
when tuning to an FTA channel, thus preserving the CAM resources even on budget
@@ -5100,3 +5104,4 @@ Video Disk Recorder Revision History
- Now using cPipe instead of popen() in cCommand::Execute() to avoid problems
with open file handles when starting background commands (thanks to Reinhard
Nissl).
+- Removed 'assert(0)' from cDvbSpuDecoder::setTime() (thanks to Marco Schlüßler).