summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2021-04-16 16:26:47 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2021-04-16 16:26:47 +0200
commit3d13eb002fbfe7b303f0f873e59623cb448dff5f (patch)
treee356fc6b6c14091adf89ae0355ac280d5bf5bfd7 /HISTORY
parentb2fb654bb333162473d0d0a3a9171b43cff7f990 (diff)
downloadvdr-3d13eb002fbfe7b303f0f873e59623cb448dff5f.tar.gz
vdr-3d13eb002fbfe7b303f0f873e59623cb448dff5f.tar.bz2
Now making sure that spawned timers with reduced start/stop margins actually record with the full margins
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 78b081a8..9ce48e20 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-13:
+2021-04-16:
- 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
@@ -9654,3 +9654,5 @@ Video Disk Recorder Revision History
- Fixed dropping outdated events.
- To avoid problems with very short events, non-VPS pattern timers now spawn timers for all
matching events that would start while the first one is still recording.
+- Now making sure that spawned timers with reduced start/stop margins actually record with
+ the full margins.