summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-01-04 13:11:52 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2007-01-04 13:11:52 +0100
commitdcff08512e69a8eac5a6188c23fe56e8672fe5d4 (patch)
treeadc80297b879455561fc3f71905245c4bb6fa022 /HISTORY
parente72bff8938efd6fe2b0a01219b75a8729191f07c (diff)
downloadvdr-dcff08512e69a8eac5a6188c23fe56e8672fe5d4.tar.gz
vdr-dcff08512e69a8eac5a6188c23fe56e8672fe5d4.tar.bz2
Fixed a possible segfault if VDR gets terminated while a message is displayed
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 5 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 5bb0f8eb..ffcaf776 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5015,3 +5015,8 @@ Video Disk Recorder Revision History
- Added a compatibility define for 'uint64' to tools.h, so that existing
plugins don't need to be modified immediately (reported by Suur Karu).
This will be removed in version 1.5.
+
+2007-01-04: Version 1.4.4-3
+
+- Fixed a possible segfault if VDR gets terminated while a message is displayed
+ (thanks to Udo Richter).