diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2017-06-08 08:24:30 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2017-06-08 08:24:30 +0200 |
commit | 38fed8c9014003f4e78a54e0dfb3ef6c19ac965b (patch) | |
tree | 4e22449314bcb4775e832e168542b9f15f61087c /HISTORY | |
parent | 081e9eb45f739f23a275fbb1a46532a8dd1ec8f9 (diff) | |
download | vdr-38fed8c9014003f4e78a54e0dfb3ef6c19ac965b.tar.gz vdr-38fed8c9014003f4e78a54e0dfb3ef6c19ac965b.tar.bz2 |
Fixed L(ock) and U(nlock) indicators in cStateLockLog
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9103,9 +9103,10 @@ Video Disk Recorder Revision History - Fixed the locking sequence when switching between 'Now', 'Next' and 'Schedule' in the Schedules menu. -2017-06-06: Version 2.3.7 +2017-06-08: Version 2.3.7 - Fixed false positives when checking the locking sequence, in case of nested locks within the same thread. - Fixed uninitialized variable SdWatchdog in vdr.c (reported by Frank Neumann). - Fixed the locking sequence when starting an instant recording. +- Fixed L(ock) and U(nlock) indicators in cStateLockLog. |