summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-02-03 10:17:33 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2007-02-03 10:17:33 +0100
commit9809d5a7cc8d94c0b4345aadb926973a024c7d1f (patch)
tree2fdc3fd1d81a224e962e9b4b9963a3b65ec638ff /HISTORY
parent11116e1d5bf403cacee59fc6e55c3c6a1233c17c (diff)
downloadvdr-9809d5a7cc8d94c0b4345aadb926973a024c7d1f.tar.gz
vdr-9809d5a7cc8d94c0b4345aadb926973a024c7d1f.tar.bz2
Removed 'assert(0)' from cDvbSpuDecoder::setTime()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 30497fe3..147df540 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5035,3 +5035,7 @@ 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).
+
+2007-02-03: Version 1.4.5-2
+
+- Removed 'assert(0)' from cDvbSpuDecoder::setTime() (thanks to Marco Schlüßler).