summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-01-08 09:27:59 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-01-08 09:27:59 +0100
commite197b04e4db7c01e977d9dd4caccbbfe3cfc564f (patch)
tree886dea9df055811d2fe0c1454ef9b3e8838c9767 /HISTORY
parent76b6ae2cabc3806369f222ce4f8d95beb692a2f3 (diff)
downloadvdr-e197b04e4db7c01e977d9dd4caccbbfe3cfc564f.tar.gz
vdr-e197b04e4db7c01e977d9dd4caccbbfe3cfc564f.tar.bz2
Added support for devices with more than one delivery system per frontend
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY6
1 files changed, 5 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 7b8b197c..f646d2ff 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6781,7 +6781,7 @@ Video Disk Recorder Revision History
- Replaced all calls to sleep() with cCondWait::SleepMs() (thanks to Rolf Ahrenberg).
- Fixed a crash with malformed SI data (patch from vdr-portal).
-2011-12-10: Version 1.7.23
+2012-01-07: Version 1.7.23
- Removed the '.pl' suffix from svdrpsend.pl (sorry, I missed that one).
- Fixed bonding more than two devices.
@@ -6796,3 +6796,7 @@ Video Disk Recorder Revision History
(triggered by Ville Skyttä pointing out that the variable HasSnr was unused).
- Updated the Finnish OSD texts (thanks to Rolf Ahrenberg).
- Added support for HbbTV to libsi (thanks to Christoph Haubrich).
+- Added support for devices with more than one delivery system per frontend.
+ This requires a DVB driver with version 5.5 or higher that can handle the
+ DTV_ENUM_DELSYS call. With older drivers it will fall back to one delivery
+ system per frontend.