diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2020-06-10 14:00:36 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2020-06-10 14:00:36 +0200 |
commit | 709055980e6f6ed76399cdba032eb5094ec117f5 (patch) | |
tree | a2bc90b9d85163efd5cda5272862734c3c0c2193 /HISTORY | |
parent | 576e21f2fdd4f7e65dcfa650961e2d40c7503e19 (diff) | |
download | vdr-709055980e6f6ed76399cdba032eb5094ec117f5.tar.gz vdr-709055980e6f6ed76399cdba032eb5094ec117f5.tar.bz2 |
Fixed the size of cChannel::dtypes[]
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -9453,7 +9453,10 @@ Video Disk Recorder Revision History The version numbers (both VDRVERSNUM and APIVERSNUM) have been bumped to 2.4.2, so that plugins can detect the presence of the new cControl::Control(). -2020-06-03: +2020-06-03: Version 2.4.3 - Added a missing '-D' to the 'plugins' target of the Makefile (thanks to Johann Friedrichs). +- Fixed the size of cChannel::dtypes[] (thanks to Winfried Köhler). + The version numbers (both VDRVERSNUM and APIVERSNUM) have been bumped to 2.4.3 to + indicate this change. |