summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-02-27 10:21:28 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-02-27 10:21:28 +0100
commit6d34a8a7a037e442bf74d061357e47576ea6f6bb (patch)
treeedfbf05a3fa8b4676dede5e0106409171db5063f /HISTORY
parentcd0f403bbc9005bfb2f9c290a6b6ab0e05d9dfb6 (diff)
downloadvdr-6d34a8a7a037e442bf74d061357e47576ea6f6bb.tar.gz
vdr-6d34a8a7a037e442bf74d061357e47576ea6f6bb.tar.bz2
Fixed handling overlapping timers in case a VPS timer with higher priority needs to interrupt a timer with lower priority
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index b263879b..22e2837f 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6889,7 +6889,7 @@ Video Disk Recorder Revision History
- Fixed switching into time shift mode when pausing live video (thanks to Reinhard
Nissl for helping to debug this one).
-2012-02-26: Version 1.7.25
+2012-02-27: Version 1.7.25
- The fps value for channels where it differs from the default is now set correctly
when pausing live video.
@@ -6923,3 +6923,5 @@ Video Disk Recorder Revision History
that from the DVB data stream. Note, though, that this means VDR can not do VPS
controlled recordings with such events!
- Added some typecasts to silence gcc compiler warnings (thanks to Rolf Ahrenberg).
+- Fixed handling overlapping timers in case a VPS timer with higher priority needs
+ to interrupt a timer with lower priority.