summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2014-04-13 14:00:42 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2014-04-13 14:00:42 +0200
commit99d7fe6cf9ff07deac2924c3a24cb58279ba94e3 (patch)
tree78f9a12ba2db6b6018543214fe6079f56f0b9ebd /HISTORY
parent1dca27993839be4798561266457cf1bd903db028 (diff)
downloadvdr-99d7fe6cf9ff07deac2924c3a24cb58279ba94e3.tar.gz
vdr-99d7fe6cf9ff07deac2924c3a24cb58279ba94e3.tar.bz2
Fixed a possible division by zero in frame rate detection
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index fa6a3629..2a39d67b 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7915,3 +7915,7 @@ Video Disk Recorder Revision History
on a system with a large number of recordings.
- The APIVERSION has been increased to 2.0.6 due to the changes to pat.h, sdt.h and
the functional modification to cFont::CreateFont().
+
+2014-04-13: Version 2.0.7
+
+- Fixed a possible division by zero in frame rate detection.