diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2020-07-13 08:16:41 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2020-07-13 08:16:41 +0200 |
commit | 88a2ef45eed69224a378f09ef4511cbe8956248a (patch) | |
tree | 370048eeec7ada2c866c320a754d0e28476e03d6 /HISTORY | |
parent | dd6077eb9088e0d4247b9408b251341a45db8eda (diff) | |
download | vdr-88a2ef45eed69224a378f09ef4511cbe8956248a.tar.gz vdr-88a2ef45eed69224a378f09ef4511cbe8956248a.tar.bz2 |
Fixed a possible 'invalid lock sequence' when switching to an unavailable channel with the main menu open
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -9499,7 +9499,7 @@ Video Disk Recorder Revision History rendered the whole code branch inactive. Now this branch is only executed for devices that are not bonded. -2020-07-10: +2020-07-13: - Improved deleting plugins in case the plugin uses its own memory management (thanks to Winfried Köhler). Plugins that have been compiled with previous versions of VDR @@ -9509,3 +9509,5 @@ Video Disk Recorder Revision History (reported by Thomas Reufer). - Fixed handling inactive shared CA pids (thanks to Helmut Binder). - Implemented handling multi packet CATs with MTD (thanks to Helmut Binder). +- Fixed a possible 'invalid lock sequence' when switching to an unavailable channel + with the main menu open. |