diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-08-26 12:37:25 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-08-26 12:37:25 +0200 |
commit | f99572d84f08e0dc831a00ba26cfc7b59c5648c9 (patch) | |
tree | 992c43195fadfb09883ecb869993fbbceff5dace | |
parent | 60d8c61da1347fe6bef0f8f7928832c77b67be58 (diff) | |
download | vdr-f99572d84f08e0dc831a00ba26cfc7b59c5648c9.tar.gz vdr-f99572d84f08e0dc831a00ba26cfc7b59c5648c9.tar.bz2 |
Fixed a race condition when zapping in transfer mode
-rw-r--r-- | CONTRIBUTORS | 1 | ||||
-rw-r--r-- | HISTORY | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index f83683fa..ab37d90f 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1319,6 +1319,7 @@ Reinhard Nissl <rnissl@gmx.de> receive channels for reporting that the Transfer Mode indicator bitmap in the LCARS skin may not fit with small font sizes + for reporting a race condition when zapping in transfer mode Richard Robson <richard_robson@beeb.net> for reporting freezing replay if a timer starts while in Transfer Mode from the @@ -7191,7 +7191,7 @@ Video Disk Recorder Revision History turn on adding the source character to channel names whenever they are displayed (suggested by Ludi Kaleni). -2012-08-25: Version 1.7.30 +2012-08-26: Version 1.7.30 - Fixed sorting recordings in the top level video directory. - Fixed handling control characters in SI data in case of UTF-8 encoded strings @@ -7205,3 +7205,4 @@ Video Disk Recorder Revision History - Added IsUpdate() to the EPG handler interface (thanks to Jörg Wendel). - Fixed detecting transfer mode on full featured DVB cards (thanks to Stefan Huelswitt for reporting a problem with updating CA descriptors in such cases). +- Fixed a race condition when zapping in transfer mode (reported by Reinhard Nissl). |