summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2011-05-21 15:24:10 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2011-05-21 15:24:10 +0200
commit80e3c06fa7fee1df093f72ef01e015ea94157094 (patch)
treefe3b34b7438ff9496e9480a25602073839499993 /HISTORY
parent8cb8e6333a4663c90ab55015bbf7ad1ebe04def9 (diff)
downloadvdr-80e3c06fa7fee1df093f72ef01e015ea94157094.tar.gz
vdr-80e3c06fa7fee1df093f72ef01e015ea94157094.tar.bz2
Subtitle PIDs are now also decrypted
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 5d9796cf..74f021d1 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6607,7 +6607,7 @@ Video Disk Recorder Revision History
- Avoiding an unecessary call to Recordings.ResetResume() (thanks to Reinhard
Nissl).
-2011-05-15: Version 1.7.19
+2011-05-21: Version 1.7.19
- Fixed cString's operator=(const char *String) in case the given string is the
same as the existing one (thanks to Dirk Leber).
@@ -6620,3 +6620,4 @@ Video Disk Recorder Revision History
Makefile accordingly by changing "$^" to "`ls $^`".
- The primary device is now only avoided for recording if it is an old SD full
featured card. This is done through the new function cDevice::AvoidRecording().
+- Subtitle PIDs are now also decrypted (thanks to Reinhard Nissl).