summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2019-05-07 09:26:40 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2019-05-07 09:26:40 +0200
commit6f95a495ab5ca6c5fe6a9695b762d250795fce54 (patch)
treee1d9737ce68b9e3e8397decae82ec880197840e4 /HISTORY
parent99dad019cc2eeec43380ea2efb925982831c8a66 (diff)
downloadvdr-6f95a495ab5ca6c5fe6a9695b762d250795fce54.tar.gz
vdr-6f95a495ab5ca6c5fe6a9695b762d250795fce54.tar.bz2
Fixed a compiler warning in cIndexFile::ConvertToPes() and added __attribute__((packed)) to tIndexPes and tIndexTs
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 24a37b91..da1741f6 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9348,7 +9348,7 @@ Video Disk Recorder Revision History
Senzel).
- Official release.
-2019-05-06: Version 2.4.1
+2019-05-07: Version 2.4.1
- Fixed handling the tfRecording flag in the SVDRP commands MODT and UPDT (reported
by Johann Friedrichs).
@@ -9402,3 +9402,5 @@ Video Disk Recorder Revision History
- Fixed a possible invalid lock sequence if the main menu is open and the user
switches to a channel that is currently not available, using the Channel+/- keys.
- Fixed handling remote timers in case the response to LSTT is '550 No timers defined'.
+- Fixed a compiler warning in cIndexFile::ConvertToPes() and added __attribute__((packed))
+ to tIndexPes and tIndexTs (suggested by Helmut Binder).