summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-03-25 14:32:37 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2017-03-25 14:32:37 +0100
commit9e808255f842067e0c0c9ee2344f6c1aa2860e08 (patch)
tree50d86c88d0320fededf4bbf7a5f10c9754fe33c3 /HISTORY
parentfe57c16f6ff353f2692d9c4ccee1c01d3b476e38 (diff)
downloadvdr-9e808255f842067e0c0c9ee2344f6c1aa2860e08.tar.gz
vdr-9e808255f842067e0c0c9ee2344f6c1aa2860e08.tar.bz2
Now stopping any ongoing recordings before stopping the plugins
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 23e445ef..d55dcf70 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-19: Version 2.3.3
+2017-03-25: Version 2.3.3
- Added 'S3W ABS-3A' to sources.conf (thanks to Frank Richter).
- Fixed a possible deadlock in the recordings handler thread.
@@ -8920,3 +8920,5 @@ Video Disk Recorder Revision History
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.
+- Now stopping any ongoing recordings before stopping the plugins, to avoid
+ a crash when stopping VDR while recording.