summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-01-01 17:52:51 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2017-01-01 17:52:51 +0100
commit1c7c2f50b0c5c2798142c55c32294cf5458d98bd (patch)
tree4f8c3f9156f0f92ccc239e0058081040793d21cd /HISTORY
parentf345908f779aa5b64b7f052f416babe55241a46f (diff)
downloadvdr-1c7c2f50b0c5c2798142c55c32294cf5458d98bd.tar.gz
vdr-1c7c2f50b0c5c2798142c55c32294cf5458d98bd.tar.bz2
Fixed a possible deadlock in the recordings handler thread
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 2 insertions, 2 deletions
diff --git a/HISTORY b/HISTORY
index 75426782..090446ac 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8882,7 +8882,7 @@ Video Disk Recorder Revision History
- Added a short sleep to cTSBuffer::Action() to avoid high CPU usage (thanks to
Sergey Chernyavskiy).
-2016-12-27: Version 2.3.3
+2017-01-01: Version 2.3.3
- Added 'S3W ABS-3A' to sources.conf (thanks to Frank Richter).
-
+- Fixed a possible deadlock in the recordings handler thread.