diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-09-02 09:35:31 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-09-02 09:35:31 +0200 |
commit | 378a05a96d797eb87be04dc9473a1e5562a32d4e (patch) | |
tree | 9d8a82bcf00daee9f091a8e76afcb2deeeaf4e7d /HISTORY | |
parent | 13edfc13820efc784c08b7b93e73f34a73c1e80e (diff) | |
download | vdr-378a05a96d797eb87be04dc9473a1e5562a32d4e.tar.gz vdr-378a05a96d797eb87be04dc9473a1e5562a32d4e.tar.bz2 |
Changed the semantics of the cReceiver::Activate() function (it is now called with 'false' *after* the receiver has been detached from the device
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 5 |
1 files changed, 4 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-09-01: Version 1.7.30 +2012-09-02: 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 @@ -7206,6 +7206,9 @@ Video Disk Recorder Revision History - 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). + This involves a slight change in the semantics of the cReceiver::Activate() function, + which is now called with 'false' *after* the receiver has been detached from the + device. - The new function cDevice::ReadFilter() can be used by devices to implement their own way of retrieving section filter data (thanks to Deti Fliegl). - The new function cDevice::HasInternalCam() can be implemented by devices that |