summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-05-17 16:29:02 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2002-05-17 16:29:02 +0200
commita5c2af72778b26b5b51fc9327bb4f5e01b5ed2da (patch)
treea9b298c6c503769c6f10f60449906013e49d1964 /HISTORY
parent57ff745d76d5f6fc476492be28643a5c5967f3de (diff)
downloadvdr-a5c2af72778b26b5b51fc9327bb4f5e01b5ed2da.tar.gz
vdr-a5c2af72778b26b5b51fc9327bb4f5e01b5ed2da.tar.bz2
Makefile improvements
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY11
1 files changed, 11 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 3b231a19..91d66a51 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1285,3 +1285,14 @@ Video Disk Recorder Revision History
See PLUGINS.html, section "Configuration files" for details.
- Improved the [eid]syslog() macros, so that the LOG_... macros don't need to be
given any more.
+
+2002-05-17: Version 1.1.3
+
+- Improved the VDR Makefile to avoid a warning if the '.dependencies' file does
+ not exist, and also using $(MAKE) to call recursive makes.
+- Changed the name of the 'package' target in the plugin Makefiles to 'dist'
+ (following the suggestions in the "GNU Make" manual). If you already have started
+ a plugin project, you may want to change this in your Makefile accordingly.
+- Improved the plugin Makefile to avoid a warning if the '.dependencies' file does
+ not exist, and also using $(shell...) to get the version numbers. If you already have
+ started a plugin project, you may want to change this in your Makefile accordingly.