summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2015-01-04 13:36:46 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2015-01-04 13:36:46 +0100
commitafc17c1168f4eae489d0f728568898f07e72aeea (patch)
treedf8dd8aba1cb2b9d04f7a30a68af7b29a4f2dbf3 /HISTORY
parentbfdd611fde17ee57bd90cbefa4c3c4f731f613bc (diff)
downloadvdr-afc17c1168f4eae489d0f728568898f07e72aeea.tar.gz
vdr-afc17c1168f4eae489d0f728568898f07e72aeea.tar.bz2
The pid of the PMT in which the CA descriptors of a given channel are broadcast is now stored together with the CA descriptors
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY6
1 files changed, 5 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index c5ef9406..ae644322 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8307,7 +8307,7 @@ Video Disk Recorder Revision History
- The APIVERSION has been increased to 2.0.6 due to the changes to pat.h, sdt.h and
the functional modification to cFont::CreateFont().
-2015-01-01: Version 2.1.7
+2015-01-04: Version 2.1.7
- No longer logging an error message in DirSizeMB() if the given directory doesn't
exist. This avoids lots of log entries in case several VDRs use the same video
@@ -8323,3 +8323,7 @@ Video Disk Recorder Revision History
- Updated the dvbhddevice plugin source.
- Fixed a bug in the Makefile when installing plugins with LCLBLD=1 (thanks to
Stefan Huelswitt).
+- The pid of the PMT in which the CA descriptors of a given channel are broadcast
+ is now stored together with the CA descriptors and can be retrieved by calling
+ GetPmtPid() (this information is only required to receive encrypted channels
+ with the OctopusNet receiver via the 'satip' plugin).