summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-06-07 15:41:12 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2017-06-07 15:41:12 +0200
commit081e9eb45f739f23a275fbb1a46532a8dd1ec8f9 (patch)
treedbba60e540ad10ebba23bb6fcd0c8ef152098418 /HISTORY
parentc0b8666d1fe1a5f83ba7a09ad68fcc6e811b7e12 (diff)
downloadvdr-081e9eb45f739f23a275fbb1a46532a8dd1ec8f9.tar.gz
vdr-081e9eb45f739f23a275fbb1a46532a8dd1ec8f9.tar.bz2
Fixed the locking sequence when starting an instant recording
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index bf4d62e1..ef899d1b 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9108,3 +9108,4 @@ Video Disk Recorder Revision History
- 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.