summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2014-04-14 13:15:34 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2014-04-14 13:15:34 +0200
commit4e460da371189b5e6c508acd6f159484f01c2d82 (patch)
tree119d69e9e576f4ae011a9fe7a420742822ea0520 /HISTORY
parent6feb8d88758f38dbf4baaf54784c6b4243db5bcb (diff)
downloadvdr-4e460da371189b5e6c508acd6f159484f01c2d82.tar.gz
vdr-4e460da371189b5e6c508acd6f159484f01c2d82.tar.bz2
VDR now reads command line options from *.conf files in /etc/vdr/conf.d
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 3770aebe..2ace5f49 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8307,7 +8307,7 @@ Video Disk Recorder Revision History
- The APIVERSION has been increased to 2.0.6 due to the changes to pat.h, sdt.h and
the functional modification to cFont::CreateFont().
-2014-04-13: Version 2.1.7
+2014-04-14: Version 2.1.7
- No longer logging an error message in DirSizeMB() if the given directory doesn't
exist. This avoids lots of log entries in case several VDRs use the same video
@@ -8317,3 +8317,5 @@ Video Disk Recorder Revision History
- A cCamSlot that has WantsTsData set to true in its constructor now also gets
the CAT and EMM PIDs data.
- Fixed a possible division by zero in frame rate detection.
+- VDR now reads command line options from *.conf files in /etc/vdr/conf.d (thanks
+ to Lars Hanisch). See vdr.1 and vdr.5 for details.