summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2021-04-29 09:19:58 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2021-04-29 09:19:58 +0200
commit10ffd08c826e2e49cf012a62977cc5ccf0be2d1c (patch)
tree570656602ec2e37dc90a7b387ae13b53eafaf658 /HISTORY
parent4a199fe4acba6da192c0fa5b847760ca65e2c365 (diff)
downloadvdr-10ffd08c826e2e49cf012a62977cc5ccf0be2d1c.tar.gz
vdr-10ffd08c826e2e49cf012a62977cc5ccf0be2d1c.tar.bz2
Fixed a possible crash in the Schedule menu, in case Setup.EPGLinger is 0
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 4e05870d..f9288897 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9663,8 +9663,9 @@ Video Disk Recorder Revision History
- EXPIRELATENCY now only applies to VPS timers.
- Deleting expired timers is now triggered immediately after the timers are modified.
-2021-04-28:
+2021-04-29:
- Now using a separate fixed value for internal EPG linger time. This fixes problems with
spawned timers jumping to the next event in case Setup.EPGLinger is very small. (reported
by Jürgen Schneider).
+- Fixed a possible crash in the Schedule menu, in case Setup.EPGLinger is 0.