summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index eacebfc5..f60c0a37 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5352,3 +5352,7 @@ Video Disk Recorder Revision History
by Joachim Wilke).
- Fixed a faulty comment in Make.config.template (reported by Marco Schlüßler).
- Improved i18n-to-gettext.pl (thanks to Matthias Schwarzott).
+- Moved the "all" target in plugin Makefiles before the "Implicit rules",
+ so that a plain "make" will compile everything (suggested by Matthias
+ Schwarzott). The "newplugin" script has been changed accordingly.
+ Plugin authors may want to change their Makefiles, too.