summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-01-25 14:04:03 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2004-01-25 14:04:03 +0100
commit3e3abc65f1c85c18acec2a0bd91e1f7dc6778841 (patch)
tree0edb5e3ea9e41e0fdc01f65bddde500fdafdceba /HISTORY
parent12fd3cdeb491d10f2226c1356058848b19a862cc (diff)
downloadvdr-3e3abc65f1c85c18acec2a0bd91e1f7dc6778841.tar.gz
vdr-3e3abc65f1c85c18acec2a0bd91e1f7dc6778841.tar.bz2
Fixed frequency handling when setting the CA descriptors in cDvbTuner::Action()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index f293b98e..f977f5a0 100644
--- a/HISTORY
+++ b/HISTORY
@@ -2611,9 +2611,11 @@ Video Disk Recorder Revision History
- Fixed setting the source type for newly detected terrestrial transponders
(thanks to Christian Tramnitz for his support in debugging this).
-2004-01-24: Version 1.3.3
+2004-01-25: Version 1.3.3
- Completed the Finnish OSD texts (thanks to Rolf Ahrenberg).
- Added ISO639LanguageDescriptor to 'libsi'.
- Changed the 'languageCode' members in the descriptor classes of 'libsi' to
'char[4]' and setting the 4th byte to 0 for easier handling.
+- Fixed frequency handling when setting the CA descriptors in cDvbTuner::Action()
+ (thanks to Jan Ekholm for reporting and helping to debug this one).