summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2021-01-02 15:11:20 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2021-01-02 15:11:20 +0100
commit9f4c5cd785105855bd73e58154bf7830bee4dd9e (patch)
tree09711df24a2148832cb4138d4359c85b61f4c783 /HISTORY
parent3211df30df43960f04645371f6f923a60ce4f681 (diff)
downloadvdr-9f4c5cd785105855bd73e58154bf7830bee4dd9e.tar.gz
vdr-9f4c5cd785105855bd73e58154bf7830bee4dd9e.tar.bz2
The Makefile now makes sure the 'x' bit of Doxyfile.filter is set before calling doxygen
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index f68dd810..32edcc8b 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9566,3 +9566,5 @@ Video Disk Recorder Revision History
2021-01-02: Version 2.4.7
- Fixed strreplace() to handle NULL strings (reported by Jürgen Schneider).
+- Somewhere down the road the 'x' bit of Doxyfile.filter got lost, so the
+ Makefile now makes sure it is set before calling doxygen.