summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-03-19 13:11:39 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2017-03-19 13:11:39 +0100
commit367557039aae419f28c2ff44700f77bec8f498e4 (patch)
tree2626da5314a55097b697da75a0dd8bf646b910b3 /HISTORY
parent31b0feae145a943e4fb99d5fa2e2f83466516606 (diff)
downloadvdr-367557039aae419f28c2ff44700f77bec8f498e4.tar.gz
vdr-367557039aae419f28c2ff44700f77bec8f498e4.tar.bz2
The function cRingBufferLinear::Clear() can now be called safely from the reading thread, without additional locking
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 98848c6b..23e445ef 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).
-2017-03-18: Version 2.3.3
+2017-03-19: Version 2.3.3
- Added 'S3W ABS-3A' to sources.conf (thanks to Frank Richter).
- Fixed a possible deadlock in the recordings handler thread.
@@ -8918,3 +8918,5 @@ Video Disk Recorder Revision History
that is capable of decrypting more than one channel ("Multi Channel Decryption")
to decrypt channels from different transponders. See the remarks in mtd.h on
what a derived cCamSlot class needs to do in order to activate MTD.
+- The function cRingBufferLinear::Clear() can now be called safely from the
+ reading thread, without additional locking.