summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-02-21 14:17:07 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2017-02-21 14:17:07 +0100
commit3f9cdea1c16cb25b7a3ce7c875d46e6d100d593d (patch)
tree20844e355df620ea67229a18b00212290f31c28d /HISTORY
parent71601e363e730bc073dcc435da8de1d0e3453436 (diff)
downloadvdr-3f9cdea1c16cb25b7a3ce7c875d46e6d100d593d.tar.gz
vdr-3f9cdea1c16cb25b7a3ce7c875d46e6d100d593d.tar.bz2
PIDs can now be added to and deleted from a cReceiver while it is attached to a cDevice
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 221a1bc4..2c758be2 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-02-14: Version 2.3.3
+2017-02-21: Version 2.3.3
- Added 'S3W ABS-3A' to sources.conf (thanks to Frank Richter).
- Fixed a possible deadlock in the recordings handler thread.
@@ -8912,3 +8912,5 @@ Video Disk Recorder Revision History
- The Setup/CAM menu now only displays master CAMs.
- Fixed setting the local machine's SVDRP host name (was overwritten if setup.conf
contained an empty string).
+- PIDs can now be added to and deleted from a cReceiver while it is attached to
+ a cDevice, without having to detach it first and re-attach it afterwards.