summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2008-09-06 09:34:49 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2008-09-06 09:34:49 +0200
commitda3939cb10356c65d4ecaa378f0b22336c6bbb84 (patch)
tree7d3e63d477c094acc29a3b5fe0fdcec79ea357f2 /HISTORY
parentde67eacbdaf3195a1d485680d7bb74dcc329589a (diff)
downloadvdr-da3939cb10356c65d4ecaa378f0b22336c6bbb84.tar.gz
vdr-da3939cb10356c65d4ecaa378f0b22336c6bbb84.tar.bz2
Fixed a possible integer overflow in GetAbsTime()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 42cfb42e..97254857 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5741,7 +5741,7 @@ Video Disk Recorder Revision History
- Increased the time between checking the CAM status to 500ms to avoid problems
with some CAMs (reported by Arthur Konovalov).
-2008-08-16: Version 1.6.0-2
+2008-09-06: Version 1.6.0-2
- Updated the Italian OSD texts (thanks to Diego Pierotto).
- The SVDRP signon message now indicates the character encoding in use, as in
@@ -5751,3 +5751,4 @@ Video Disk Recorder Revision History
- No longer calling FcFini() to avoid problems with older (broken) versions of
fontconfig (suggested by Edgar Toernig).
- Updated the sources.conf file (thanks to Oleg Roitburd).
+- Fixed a possible integer overflow in GetAbsTime() (thanks to Alexander Rieger).