summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2020-06-27 10:24:46 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2020-06-27 10:24:46 +0200
commita526eee1651ca643a3f3c88a0c852a43261a7ebb (patch)
treecba7a2f1b987c041e3a17966e228566a8f459bf6 /HISTORY
parent848c65fe4f56b95bf26035296f77b091a16ae704 (diff)
downloadvdr-a526eee1651ca643a3f3c88a0c852a43261a7ebb.tar.gz
vdr-a526eee1651ca643a3f3c88a0c852a43261a7ebb.tar.bz2
Fixed the 'else if' branch in cDevice::GetDeviceForTransponder(), which hasn't been active since version 1.7.292.4.3
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY7
1 files changed, 7 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 60e73480..d953a9db 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9491,3 +9491,10 @@ Video Disk Recorder Revision History
- Now adding CPPFLAGS to CXXFLAGS to allow extra preprocessor flags to be given when
doing make (suggested by Tobisa Grimm).
- Added CRC check of the CAT in cCaPidReceiver::Receive() (thanks to Helmut Binder).
+- Fixed the 'else if' branch in cDevice::GetDeviceForTransponder(), which hasn't
+ been active since version 1.7.29 (reported by Helmut Binder). The original purpose of
+ this branch was to use a device that is currently not recording for switching to the
+ transponder of an upcoming VPS timer. However, this caused problems with more than
+ two bonded devices, which was "fixed" in version 1.7.29. Apparently this fix merely
+ rendered the whole code branch inactive. Now this branch is only executed for devices
+ that are not bonded.