summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2019-05-06 13:14:23 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2019-05-06 13:14:23 +0200
commitff2af3dffd2d2f85e147cc7417bfbac1dbbea9c1 (patch)
treed96421054a3678a837098d53c27fbe2654c83895 /HISTORY
parent294452cd43f2d02058e51ab623b622cf9ae5feb0 (diff)
downloadvdr-ff2af3dffd2d2f85e147cc7417bfbac1dbbea9c1.tar.gz
vdr-ff2af3dffd2d2f85e147cc7417bfbac1dbbea9c1.tar.bz2
Fixed a possible invalid lock sequence if the main menu is open and the user switches to a channel that is currently not available, using the Channel+/- keys
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 91e84e4b..303e7805 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9399,3 +9399,5 @@ Video Disk Recorder Revision History
Helmut Binder).
- Fixed a compiler warning in ExchangeChars() (thanks to Helmut Binder).
- Fixed a compiler warning and a possible buffer overflow in cCiMMI::SendAnswer().
+- Fixed a possible invalid lock sequence if the main menu is open and the user
+ switches to a channel that is currently not available, using the Channel+/- keys.