summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-06-24 09:15:17 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-06-24 09:15:17 +0200
commit830d86017a8f510272574f38aa9f159a3b9acc26 (patch)
tree979e581f8824565c26c2570b8c5aa3f3b26bd14e /HISTORY
parent2be1771869a37f339cb9dbd772aa388b5c7b8f16 (diff)
downloadvdr-830d86017a8f510272574f38aa9f159a3b9acc26.tar.gz
vdr-830d86017a8f510272574f38aa9f159a3b9acc26.tar.bz2
Fixed the Makefile of the 'servicedemo' plugin, so that it defines the PLUGIN macro; added a comment regarding the PLUGIN macro to the 'newplugin' script
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY9
1 files changed, 9 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 796f4437..860cb730 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4801,3 +4801,12 @@ Video Disk Recorder Revision History
Patrick Cernko).
- Now making sure a VPS timer has a schedule in case the epg.data file didn't
contain one when VDR was started.
+
+2006-06-24: Version 1.4.1-2
+
+- Fixed the Makefile of the 'servicedemo' plugin, so that it defines the
+ PLUGIN macro, which allows the Make.config file to react properly when
+ compiling the plugin.
+ Note to all plugin developers: a plugin's Makefile *must* define the PLUGIN
+ macro, even if it doesn't use it itself!
+- Added a comment regarding the PLUGIN macro to the 'newplugin' script.