summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-01-12 08:38:36 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-01-12 08:38:36 +0100
commit303e85e3a34e55de91f8bdc35c5bb6f4e505e112 (patch)
tree67cefbdee2d26c389862d9160ac29a13a1ed87c1 /HISTORY
parentde4780fad2335f3e21d03bb044a8fd35faf51b5d (diff)
downloadvdr-303e85e3a34e55de91f8bdc35c5bb6f4e505e112.tar.gz
vdr-303e85e3a34e55de91f8bdc35c5bb6f4e505e112.tar.bz2
Added the required driver version for DVB-T2
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index aca4a284..b15ffa89 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6810,5 +6810,7 @@ Video Disk Recorder Revision History
- Fixed cListBase::Move() in case From and To are equal (reported by Sundararaj
Reel).
- Added support for DVB-T2 to libsi (thanks to Rolf Ahrenberg).
-- Added support for handling DVB-T2 transponders (thanks to Rolf Ahrenberg).
+- Added support for handling DVB-T2 transponders. This requires a DVB driver
+ with version 5.3 or higher that can handle the DTV_DVBT2_PLP_ID call (thanks
+ to Rolf Ahrenberg).
- Fixed cConfig::Load() for g++ version 4.7.0 (thanks to Ville Skyttä).