summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-05-07 09:01:59 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-05-07 09:01:59 +0200
commit93d0120c3f2ae70c4d7c1887f5418e235455c857 (patch)
treeb0753cb252f7b07d30263e9edc8fdd282fadbbd4 /HISTORY
parent452eec70a7194b57b3ae2653795af632e38c8f4e (diff)
downloadvdr-93d0120c3f2ae70c4d7c1887f5418e235455c857.tar.gz
vdr-93d0120c3f2ae70c4d7c1887f5418e235455c857.tar.bz2
Now using the event's start time when checking against VPS margin
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 4 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 14d2fdef..d531b910 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4688,7 +4688,7 @@ Video Disk Recorder Revision History
- Updated the Italian OSD texts (thanks to Nino Gerbino and Antonio Ospite).
- Updated the Estonian OSD texts (thanks to Arthur Konovalov).
-2006-05-05: Version 1.4.0-1
+2006-05-06: Version 1.4.0-1
- Updated 'S110W' in 'sources.conf'.
- Adjusted the 'runvdr' script so that the user can fill in the functions to
@@ -4702,3 +4702,6 @@ Video Disk Recorder Revision History
(thanks to Udo Richter).
- Fixed the character 'r' in fontosd and fontsml for iso8859-2 (thanks to Vladimír
Bárta).
+- When checking whether a VPS timer has entered the "VPS margin", the event's start
+ time is now used instead of the timer's start time, because otherwise events that
+ start way off of their VPS time wouldn't be recorded correctly.