Fixed a bug when a timer records over midnight of a day that had a change in Daylight Saving Time

This commit is contained in:
Klaus Schmidinger
2002-04-01 11:04:47 +02:00
parent a09bc76955
commit 5e4834e737
3 changed files with 9 additions and 4 deletions

View File

@@ -1120,7 +1120,7 @@ Video Disk Recorder Revision History
exits. The 'runvdr' script can be used for this purpose.
- Refined texts of the "Setup" menu.
2002-03-29: Version 1.0.0pre5
2002-04-01: Version 1.0.0pre5
- Fixed restoring CICAM setup values for a fourth DVB card (thanks to Klaus Wolf).
- Completed internationalization of OSD texts (thanks to Hannu Savolainen,
@@ -1159,3 +1159,5 @@ Video Disk Recorder Revision History
the use of an external 'df' command (thanks to Ruben Nunez Francisco).
- Fixed skipping the next hit of a repeating timer (thanks to Rainer Zocholl
for reporting this one).
- Fixed a bug when a timer records over midnight of a day that had a change in
Daylight Saving Time.