summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-01-06 16:56:27 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2009-01-06 16:56:27 +0100
commit60c5248a3688eddaab8d1aaebd28c917016c5ad9 (patch)
tree83493d35e93bf765f53c46a8c24821afdec2e3fe /HISTORY
parent1f3af22711602138a5fe4198003c77709c1e1028 (diff)
downloadvdr-60c5248a3688eddaab8d1aaebd28c917016c5ad9.tar.gz
vdr-60c5248a3688eddaab8d1aaebd28c917016c5ad9.tar.bz2
Removed the '#define FE_CAN_2ND_GEN_MODULATION'
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 5 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 1ad179d1..9dd40649 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5911,3 +5911,8 @@ Video Disk Recorder Revision History
- cDvbDevice now uses the FE_CAN_2G_MODULATION flag to determine whether a device
can handle DVB-S2. The #define is still there to allow people with older drivers
who don't need DVB-S2 to use this version without pathcing.
+
+2009-01-06: Version 1.7.4
+
+- Removed the '#define FE_CAN_2ND_GEN_MODULATION', since it was wrong and the
+ flag is now in the driver, anyway.