diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2017-06-06 09:25:48 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2017-06-06 09:25:48 +0200 |
commit | dc775bc5f89461c0e6808a7464bee6f8ae818499 (patch) | |
tree | 6888f1182c910af124d6b98e9fd60b47d334fa10 /HISTORY | |
parent | ec47c4f9326505c42af9aa9c02334f219ee7b701 (diff) | |
download | vdr-dc775bc5f89461c0e6808a7464bee6f8ae818499.tar.gz vdr-dc775bc5f89461c0e6808a7464bee6f8ae818499.tar.bz2 |
Fixed false positives when checking the locking sequence, in case of nested locks within the same thread
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -9102,3 +9102,8 @@ Video Disk Recorder Revision History - Fixed the locking sequence when creating a new timer from the Schedules menu. - Fixed the locking sequence when switching between 'Now', 'Next' and 'Schedule' in the Schedules menu. + +2017-06-06: Version 2.3.7 + +- Fixed false positives when checking the locking sequence, in case of nested locks + within the same thread. |