diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2003-03-16 11:17:46 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2003-03-16 11:17:46 +0100 |
commit | 5261fd663f87f8649fe265122b2b8c4513e53f27 (patch) | |
tree | 7123748c63a5508c61c83afa55715253d7f51812 /HISTORY | |
parent | 8d4d7f2b626226a543e09651772d43e7313ebbf5 (diff) | |
download | vdr-5261fd663f87f8649fe265122b2b8c4513e53f27.tar.gz vdr-5261fd663f87f8649fe265122b2b8c4513e53f27.tar.bz2 |
Fixed a possible deadlock when using the 'Blue' button in the 'Schedules' menu to switch to an other channel
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1971,7 +1971,7 @@ Video Disk Recorder Revision History reporting this one). - Broken CAM connections are now restored automatically. -2003-03-09: Version 1.1.26 +2003-03-16: Version 1.1.26 - Removed signal handling and usleep(5000) from cDvbOsd::Cmd() (apparently this is no longer necessary with DVB driver 1.0.0pre2 or later). @@ -1980,3 +1980,5 @@ Video Disk Recorder Revision History startup and uses the first one (if any) that actually has an MPEG decoder. That way this will also work automatically if the primary device is implemented by a plugin. +- Fixed a possible deadlock when using the "Blue" button in the "Schedules" menu + to switch to an other channel (thanks to Torsten Herz). |