summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2011-08-06 09:41:57 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2011-08-06 09:41:57 +0200
commitfdd82cd972db1303c96ba6b88174c6fc69447247 (patch)
treead0e16206edf3f6a8c585af9ec446aa0bf009c21 /HISTORY
parent4278458e69cbc785975bcd5f27c4ce98ac1381b8 (diff)
downloadvdr-fdd82cd972db1303c96ba6b88174c6fc69447247.tar.gz
vdr-fdd82cd972db1303c96ba6b88174c6fc69447247.tar.bz2
cSkins::Message() now blocks calls from background threads
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 1c9c0240..6af67527 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6650,10 +6650,12 @@ Video Disk Recorder Revision History
- Added support for "content identifier descriptor" and "default authority descriptor"
to 'libsi' (thanks to Dave Pickles).
-2011-07-31: Version 1.7.20
+2011-08-06: Version 1.7.20
- Added some missing 'const' to tChannelID (reported by Sundararaj Reel).
- The isnumber() function now checks the given pointer for NULL (thanks to Holger
Dengler).
- Now checking Setup.InitialChannel for NULL before using it (reported by
Christoph Haubrich).
+- cSkins::Message() now blocks calls from background threads (thanks to Michael
+ Eiler for reporting a crash in such a scenario).