summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2020-07-10 09:06:21 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2020-07-10 09:06:21 +0200
commitdd6077eb9088e0d4247b9408b251341a45db8eda (patch)
tree7f23c0191c1d1b1324f42e67d2b8901350ee4dbc /HISTORY
parent568ca0e773b5a04bfde9d855d1df524630c550b3 (diff)
downloadvdr-dd6077eb9088e0d4247b9408b251341a45db8eda.tar.gz
vdr-dd6077eb9088e0d4247b9408b251341a45db8eda.tar.bz2
Implemented handling multi packet CATs with MTD
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 3b3a4074..b7a517b9 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9499,7 +9499,7 @@ Video Disk Recorder Revision History
rendered the whole code branch inactive. Now this branch is only executed for devices
that are not bonded.
-2020-07-01:
+2020-07-10:
- Improved deleting plugins in case the plugin uses its own memory management (thanks
to Winfried Köhler). Plugins that have been compiled with previous versions of VDR
@@ -9508,3 +9508,4 @@ Video Disk Recorder Revision History
~cDisplayChannel(), to avoid possible problems in case a plugin calls IsOpen()
(reported by Thomas Reufer).
- Fixed handling inactive shared CA pids (thanks to Helmut Binder).
+- Implemented handling multi packet CATs with MTD (thanks to Helmut Binder).