summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-03-16 11:17:46 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2003-03-16 11:17:46 +0100
commit5261fd663f87f8649fe265122b2b8c4513e53f27 (patch)
tree7123748c63a5508c61c83afa55715253d7f51812 /HISTORY
parent8d4d7f2b626226a543e09651772d43e7313ebbf5 (diff)
downloadvdr-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--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index f345f65f..26358c42 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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).