summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-05-28 13:08:09 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2017-05-28 13:08:09 +0200
commit2751e239eba118a319c1c8518fb199dc5d4114e4 (patch)
tree411481a6776b71cbd363680827a6c1b17bc3ebe0 /HISTORY
parent0af3ed548c86b5b2670fbf5610ee41d36b48761a (diff)
downloadvdr-2751e239eba118a319c1c8518fb199dc5d4114e4.tar.gz
vdr-2751e239eba118a319c1c8518fb199dc5d4114e4.tar.bz2
Fixed the locking sequence when dumping EPG data
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index adb33c05..bcc6ddcf 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9063,3 +9063,4 @@ Video Disk Recorder Revision History
macro DEBUG_LOCKSEQ in thread.c. At the first occurrence of an invalid locking
sequence, the 20 most recent locks will be printed to stderr, followed by a
backtrace that led to the call in question.
+- Fixed the locking sequence when dumping EPG data.