summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-06-13 10:26:37 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2009-06-13 10:26:37 +0200
commite093d4c8a8d6a02404f39501e55009c1eb2f35ff (patch)
treec70ceeab66fa50a12901750e7b658b1231170fbf /HISTORY
parent82ed7c1723e246ed5fbf77a2347b0185f34fa9f3 (diff)
downloadvdr-e093d4c8a8d6a02404f39501e55009c1eb2f35ff.tar.gz
vdr-e093d4c8a8d6a02404f39501e55009c1eb2f35ff.tar.bz2
Added a plausibility check for the OSD percentage parameters
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 4 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index b0e05311..176ed0f7 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6075,7 +6075,7 @@ Video Disk Recorder Revision History
- cFrameDetector::Analyze() now syncs on the TS packet sync bytes (thanks to
Oliver Endriss for reporting broken index generation after a buffer overflow).
-2009-06-01: Version 1.7.8
+2009-06-13: Version 1.7.8
- The name of the function cDevice::GetVideoSize() wasn't very well chosen
for its purpose of defining the optimum size of the OSD for the current
@@ -6131,3 +6131,6 @@ Video Disk Recorder Revision History
Ludwig Nussel).
- Fixed calculating menu colum widths in case the font has a size other than the
default size (reported by Reinhard Nissl).
+- Added a plausibility check for the OSD percentage parameters
+ to avoid problems in case the values are stored in the setup.conf
+ file in a wrong way.