diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2011-08-06 09:41:57 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2011-08-06 09:41:57 +0200 |
commit | fdd82cd972db1303c96ba6b88174c6fc69447247 (patch) | |
tree | ad0e16206edf3f6a8c585af9ec446aa0bf009c21 /HISTORY | |
parent | 4278458e69cbc785975bcd5f27c4ce98ac1381b8 (diff) | |
download | vdr-fdd82cd972db1303c96ba6b88174c6fc69447247.tar.gz vdr-fdd82cd972db1303c96ba6b88174c6fc69447247.tar.bz2 |
cSkins::Message() now blocks calls from background threads
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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). |