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 /HISTORY | |
parent | 60d8c61da1347fe6bef0f8f7928832c77b67be58 (diff) | |
download | vdr-f99572d84f08e0dc831a00ba26cfc7b59c5648c9.tar.gz vdr-f99572d84f08e0dc831a00ba26cfc7b59c5648c9.tar.bz2 |
Fixed a race condition when zapping in transfer mode
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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). |