summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2020-06-27 09:13:04 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2020-06-27 09:13:04 +0200
commit488a13543e91aac8290c87feaf2268febd7f9143 (patch)
tree61978662b85d36fd61dc3e85cbbdba0903acf52c /HISTORY
parent3cc0abf6eac449a0eb29c18545dfa2f6c33b5e21 (diff)
downloadvdr-488a13543e91aac8290c87feaf2268febd7f9143.tar.gz
vdr-488a13543e91aac8290c87feaf2268febd7f9143.tar.bz2
Now adding CPPFLAGS to CXXFLAGS to allow extra preprocessor flags to be given when doing make
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 14892ab3..a298f08d 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-25: Version 2.4.3
+2020-06-27: Version 2.4.3
- Added a missing '-D' to the 'plugins' target of the Makefile (thanks to Johann
Friedrichs).
@@ -9488,3 +9488,5 @@ Video Disk Recorder Revision History
- Added a comment about the semantics of cTimeMs::Set().
- Adjusted device selection in GetDeviceForTransponder() to that in GetDevice() (thanks
to Helmut Binder).
+- Now adding CPPFLAGS to CXXFLAGS to allow extra preprocessor flags to be given when
+ doing make (suggested by Tobisa Grimm).