diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2019-05-20 09:55:22 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2019-05-20 09:55:22 +0200 |
commit | abdab188079e7db7ec22f18171ac300b16e8e8a9 (patch) | |
tree | ff2ad5613e63c60e322307b9a803c3578877d673 /HISTORY | |
parent | 12d8ef5a21d73ae0b7e656d2dd8f9ead5177bf56 (diff) | |
download | vdr-abdab188079e7db7ec22f18171ac300b16e8e8a9.tar.gz vdr-abdab188079e7db7ec22f18171ac300b16e8e8a9.tar.bz2 |
Added a workaround for broadcasters who set an event to status "not running" where this is inappropriate; implicitly setting events to "not running" is now also logged
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -9348,7 +9348,7 @@ Video Disk Recorder Revision History Senzel). - Official release. -2019-05-13: Version 2.4.1 +2019-05-20: Version 2.4.1 - Fixed handling the tfRecording flag in the SVDRP commands MODT and UPDT (reported by Johann Friedrichs). @@ -9405,3 +9405,5 @@ Video Disk Recorder Revision History - Fixed a compiler warning in cIndexFile::ConvertToPes() and added __attribute__((packed)) to tIndexPes and tIndexTs (suggested by Helmut Binder). - Fixed handling repeat function for keyboards. +- Added a workaround for broadcasters who set an event to status "not running" where + this is inappropriate; implicitly setting events to "not running" is now also logged. |