summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-06-08 08:29:45 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2017-06-08 08:29:45 +0200
commit79314ab98f0615c5807f341eaefd5b016dd740d9 (patch)
treedf923425d56108ba2f816d2cb0e64fd5fa590a58 /HISTORY
parent38fed8c9014003f4e78a54e0dfb3ef6c19ac965b (diff)
downloadvdr-79314ab98f0615c5807f341eaefd5b016dd740d9.tar.gz
vdr-79314ab98f0615c5807f341eaefd5b016dd740d9.tar.bz2
Increased SLL_LENGTH in thread.c to better handle long caller lines, and enclosed logCaller with DEBUG_LOCKCALL to preserve memory in normal operation
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index f4e55afb..6d285716 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9110,3 +9110,5 @@ Video Disk Recorder Revision History
- 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.
+- Increased SLL_LENGTH in thread.c to better handle long caller lines, and enclosed
+ logCaller with DEBUG_LOCKCALL to preserve memory in normal operation.