summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-11-01 14:05:36 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2002-11-01 14:05:36 +0100
commit5dd0c65e3519c21f79b0e8f69df01c28223e6283 (patch)
tree4c2eb9ab0ddac19762b831c45081681a32c5515a /HISTORY
parent5a418a9efe541cb4902475bda0ebe79da32915aa (diff)
downloadvdr-5dd0c65e3519c21f79b0e8f69df01c28223e6283.tar.gz
vdr-5dd0c65e3519c21f79b0e8f69df01c28223e6283.tar.bz2
The Makefile now includes the file Make.config
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY10
1 files changed, 10 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 98e562be..bc8b61f7 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1685,3 +1685,13 @@ Video Disk Recorder Revision History
- Updated channels.conf.terr (thanks to Uwe Scheffler).
- Fixed displaying the group separators in the channel display (thanks to Martin
Hammerschmid for pointing out this one).
+- The Makefile now includes the file Make.config (if present in the VDR source
+ directory), which allows the user to overwrite several settings with individual
+ values (suggested by Andreas Schultz). The VDR distribution archive does not
+ contain this file in order to not overwrite a user defined file. There is a
+ Make.config.template which contains the default values of the macros the user
+ can overwrite.
+- Since there have been changes to the 'newplugin' script authors of plugins
+ may want to newly create their plugins' Makefiles with the new version of this
+ script, and adapt them to their individual needs (make sure you don't overwrite
+ your existing plugin directory - make a backup copy first!).