summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-02-17 16:07:47 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2007-02-17 16:07:47 +0100
commit2838e27fb9077b601a9241e0fde6fbd0c4362298 (patch)
tree15a50592bac52a47852153c8e074e8a875f31c4d /HISTORY
parent9809d5a7cc8d94c0b4345aadb926973a024c7d1f (diff)
downloadvdr-2838e27fb9077b601a9241e0fde6fbd0c4362298.tar.gz
vdr-2838e27fb9077b601a9241e0fde6fbd0c4362298.tar.bz2
Fixed a possible crash when loading an invalid XPM file
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 147df540..5a132fb9 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5036,6 +5036,7 @@ Video Disk Recorder Revision History
with open file handles when starting background commands (thanks to Reinhard
Nissl).
-2007-02-03: Version 1.4.5-2
+2007-02-17: Version 1.4.5-2
- Removed 'assert(0)' from cDvbSpuDecoder::setTime() (thanks to Marco Schlüßler).
+- Fixed a possible crash when loading an invalid XPM file (thanks to Martin Wache).