summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2020-06-23 15:52:29 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2020-06-23 15:52:29 +0200
commit35b95c2b004a6418414e6889d5d3b810edc3e496 (patch)
tree17ea94dc33ed569667d03ad58b99a67033664ef3 /HISTORY
parent7630f579e18cc122fabdcca3a7c113c8dcbd7632 (diff)
downloadvdr-35b95c2b004a6418414e6889d5d3b810edc3e496.tar.gz
vdr-35b95c2b004a6418414e6889d5d3b810edc3e496.tar.bz2
Added a comment about the semantics of cTimeMs::Set()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 6f88350a..8f3854ca 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9453,7 +9453,7 @@ 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-19: Version 2.4.3
+2020-06-23: Version 2.4.3
- Added a missing '-D' to the 'plugins' target of the Makefile (thanks to Johann
Friedrichs).
@@ -9485,3 +9485,4 @@ Video Disk Recorder Revision History
the Makefiles of the plugins that come with the VDR source.
- Fixed a typo in svdrp.c (thanks to Tobias Grimm).
- Added support for HEVC-video and AC-4-audio (thanks to Christoph Haubrich).
+- Added a comment about the semantics of cTimeMs::Set().