diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2020-06-25 13:46:16 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2020-06-25 13:46:16 +0200 |
commit | 3cc0abf6eac449a0eb29c18545dfa2f6c33b5e21 (patch) | |
tree | 6dfb1bbc23e22e0ee514f7dd6eacf2e9ab99b235 /HISTORY | |
parent | 35b95c2b004a6418414e6889d5d3b810edc3e496 (diff) | |
download | vdr-3cc0abf6eac449a0eb29c18545dfa2f6c33b5e21.tar.gz vdr-3cc0abf6eac449a0eb29c18545dfa2f6c33b5e21.tar.bz2 |
Adjusted device selection in GetDeviceForTransponder() to that in GetDevice()
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -9453,7 +9453,7 @@ Video Disk Recorder Revision History The version numbers (both VDRVERSNUM and APIVERSNUM) have been bumped to 2.4.2, so that plugins can detect the presence of the new cControl::Control(). -2020-06-23: Version 2.4.3 +2020-06-25: Version 2.4.3 - Added a missing '-D' to the 'plugins' target of the Makefile (thanks to Johann Friedrichs). @@ -9486,3 +9486,5 @@ Video Disk Recorder Revision History - Fixed a typo in svdrp.c (thanks to Tobias Grimm). - Added support for HEVC-video and AC-4-audio (thanks to Christoph Haubrich). - Added a comment about the semantics of cTimeMs::Set(). +- Adjusted device selection in GetDeviceForTransponder() to that in GetDevice() (thanks + to Helmut Binder). |