Spawned timers that don't use VPS now automatically adjust their start/stop times to changes in the respective event's times

This commit is contained in:
Klaus Schmidinger
2021-04-06 08:48:35 +02:00
parent 8f1419fff5
commit 23d986657a
5 changed files with 70 additions and 14 deletions

View File

@@ -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-04-04:
2021-04-05:
- 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
@@ -9633,3 +9633,5 @@ Video Disk Recorder Revision History
is changed while the recording is already going on.
- The margins for timer recordings are now always limited to the duration of the
previous and next event.
- Spawned timers that don't use VPS now automatically adjust their start/stop times
to changes in the respective event's times.