diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2017-06-10 11:52:47 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2017-06-10 11:52:47 +0200 |
commit | 93102b45e09ac75bb390aa58b0a94c63f0da0091 (patch) | |
tree | 16b326e5645a3458f35e7082db4923ed0218fc32 /HISTORY | |
parent | fd3bf51f7de24a71bb1855ee558f1761bebea2e3 (diff) | |
download | vdr-93102b45e09ac75bb390aa58b0a94c63f0da0091.tar.gz vdr-93102b45e09ac75bb390aa58b0a94c63f0da0091.tar.bz2 |
Fixed a typo in CAMMENURETYTIMEOUT and added logging CAM enquiries
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9103,7 +9103,7 @@ Video Disk Recorder Revision History - Fixed the locking sequence when switching between 'Now', 'Next' and 'Schedule' in the Schedules menu. -2017-06-08: Version 2.3.7 +2017-06-10: Version 2.3.7 - Fixed false positives when checking the locking sequence, in case of nested locks within the same thread. @@ -9112,3 +9112,4 @@ Video Disk Recorder Revision History - Fixed L(ock) and U(nlock) indicators in cStateLockLog. - Increased SLL_LENGTH in thread.c to better handle long caller lines, and enclosed logCaller with DEBUG_LOCKCALL to preserve memory in normal operation. +- Fixed a typo in CAMMENURETYTIMEOUT and added logging CAM enquiries. |