summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2021-01-19 13:21:51 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2021-01-19 13:21:51 +0100
commit1b1465a6775c1f53d1f7ef5ef13c7efdbc42a74a (patch)
treef5e875387c07b807ca80a83d153dcae4af76ea73 /HISTORY
parent2f6ce68ca74153c6343568394afcfc24a53e6806 (diff)
downloadvdr-1b1465a6775c1f53d1f7ef5ef13c7efdbc42a74a.tar.gz
vdr-1b1465a6775c1f53d1f7ef5ef13c7efdbc42a74a.tar.bz2
Now making sure a spawned timer only fully overlaps the given event
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 4e163508..d019d608 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9578,7 +9578,7 @@ Video Disk Recorder Revision History
given (reported by Manuel Reimer).
- Fixed handling $(PKG_CONFIG) in newplugin (thanks to Winfried Köhler).
-2021-01-18:
+2021-01-19:
- Fixed strreplace() to handle NULL strings (reported by Jürgen Schneider).
- Somewhere down the road the 'x' bit of Doxyfile.filter got lost, so the
@@ -9601,3 +9601,5 @@ Video Disk Recorder Revision History
(thanks to Peter Bieringer).
- Fixed setting the 'title' of a recording's info to the recording's name if there
is no info file (the change in version 1.7.28 broke the fallback to the old 'summary.vdr').
+- Now making sure a spawned timer only fully overlaps the given event (reported by
+ Jürgen Schneider).