summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2021-04-20 09:50:02 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2021-04-20 09:50:02 +0200
commit02c668a6a9c6cbf4fc1638122be53b7155c900e0 (patch)
treec3d33dfdb51a99c8eded3ac916dddc1dd5f8b3ef /HISTORY
parent9de337d2ee7740b238181ec59056a4baaaa36a63 (diff)
downloadvdr-02c668a6a9c6cbf4fc1638122be53b7155c900e0.tar.gz
vdr-02c668a6a9c6cbf4fc1638122be53b7155c900e0.tar.bz2
EXPIRELATENCY now only applies to VPS timers
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index a009605f..41ea8673 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9641,7 +9641,7 @@ Video Disk Recorder Revision History
- No longer switching devices for pattern timers (thanks to Helmut Binder).
- cTimer::TriggerRespawn() now only acts on local timers.
-2021-04-18:
+2021-04-19:
- When spawning pattern timers, the new function cTimers::GetTimerForEvent() is now used
to check whether a matching event already has a local spawned timer. Reason: creating a timer
@@ -9660,3 +9660,4 @@ Video Disk Recorder Revision History
timer is still recording.
- The new functions cTimer::Start/StopTimeEvent() are now used in the LCARS skin to display
the start/stop times of timers in the main menu.
+- EXPIRELATENCY now only applies to VPS timers.