summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-08-26 12:37:25 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2012-08-26 12:37:25 +0200
commitf99572d84f08e0dc831a00ba26cfc7b59c5648c9 (patch)
tree992c43195fadfb09883ecb869993fbbceff5dace /HISTORY
parent60d8c61da1347fe6bef0f8f7928832c77b67be58 (diff)
downloadvdr-f99572d84f08e0dc831a00ba26cfc7b59c5648c9.tar.gz
vdr-f99572d84f08e0dc831a00ba26cfc7b59c5648c9.tar.bz2
Fixed a race condition when zapping in transfer mode
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 94eea630..3a7802d0 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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).