summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2020-06-10 14:00:36 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2020-06-10 14:00:36 +0200
commit709055980e6f6ed76399cdba032eb5094ec117f5 (patch)
treea2bc90b9d85163efd5cda5272862734c3c0c2193 /HISTORY
parent576e21f2fdd4f7e65dcfa650961e2d40c7503e19 (diff)
downloadvdr-709055980e6f6ed76399cdba032eb5094ec117f5.tar.gz
vdr-709055980e6f6ed76399cdba032eb5094ec117f5.tar.bz2
Fixed the size of cChannel::dtypes[]
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 4 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index c020b9cf..f45d4520 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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.