summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2015-03-17 12:27:18 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2015-03-17 12:27:18 +0100
commitfd7ccc7627b08ab66122d644cb301aba42ae0c06 (patch)
treedd5d7f356d5448edf2b7110dfd794ead1abed283 /HISTORY
parent0bcf5d6da624c1dd9eb3efd3cd7c0917512259ce (diff)
downloadvdr-fd7ccc7627b08ab66122d644cb301aba42ae0c06.tar.gz
vdr-fd7ccc7627b08ab66122d644cb301aba42ae0c06.tar.bz2
Fixed setting the source value of newly created channels, in case the NIT is received from a different, but very close satellite position (cont'd)
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY7
1 files changed, 5 insertions, 2 deletions
diff --git a/HISTORY b/HISTORY
index 8f75a408..43f926ee 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8596,7 +8596,7 @@ Video Disk Recorder Revision History
- Bumped all version numbers to 2.2.0.
- Official release.
-2015-03-13: Version 2.3.1
+2015-03-17: Version 2.3.1
- The new function cOsd::MaxPixmapSize() can be called to determine the maximum size
a cPixmap may have on the current OSD. The 'osddemo' example has been modified
@@ -8612,6 +8612,9 @@ Video Disk Recorder Revision History
https://bitbucket.org/powARman/dvbhddevice.
- Added a section about Output Devices to the INSTALL file.
- Fixed setting the source value of newly created channels, in case the NIT is
- received from a different, but very close satellite position.
+ received from a different, but very close satellite position (reported by Daniel
+ Ribeiro). The code for handling different NITs has been removed from nit.c, because
+ according to the DVB standard table id 0x40 carries only the NIT of the actual
+ network.
- Added some comment to cPixmap about the relation between OSD, ViewPort and DrawPort
(suggested by Thomas Reufer).