summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2019-05-20 09:55:22 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2019-05-20 09:55:22 +0200
commitabdab188079e7db7ec22f18171ac300b16e8e8a9 (patch)
treeff2ad5613e63c60e322307b9a803c3578877d673 /HISTORY
parent12d8ef5a21d73ae0b7e656d2dd8f9ead5177bf56 (diff)
downloadvdr-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--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index bb3d7039..cc6ad282 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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.