summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-06-06 09:25:48 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2017-06-06 09:25:48 +0200
commitdc775bc5f89461c0e6808a7464bee6f8ae818499 (patch)
tree6888f1182c910af124d6b98e9fd60b47d334fa10 /HISTORY
parentec47c4f9326505c42af9aa9c02334f219ee7b701 (diff)
downloadvdr-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--HISTORY5
1 files changed, 5 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 32876ee3..ce46e793 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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.