From 3847f7d8d18289b2c4d5302ef1b44b8eaa04532b Mon Sep 17 00:00:00 2001 From: mfr69bs <> Date: Thu, 31 May 2012 19:06:07 +0000 Subject: [PATCH] Added new global attribute git-svn-id: https://svn.fhem.de/fhem/trunk@1593 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 1 + fhem/HISTORY | 2 ++ fhem/fhem.pl | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/fhem/CHANGED b/fhem/CHANGED index 5867650a8..1ac532c88 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -34,6 +34,7 @@ - change: Makefile support for for the new www/pgm2 directroy and new targets backup and uninstall added. More verbose output. (M. Fischer) - feature: new command backup added (M. Fischer) + - feature: new global attribute added - 2011-12-31 (5.2) - bugfix: applying smallscreen attributes to firefox/opera diff --git a/fhem/HISTORY b/fhem/HISTORY index 27f388178..d5083957f 100644 --- a/fhem/HISTORY +++ b/fhem/HISTORY @@ -500,3 +500,5 @@ - Sa May 26 2012 (M. Fischer) - Added new command backup to separate this feature from updatefhem. +- Thu May 31 2012 (M. Fischer) + - Added new global attribute diff --git a/fhem/fhem.pl b/fhem/fhem.pl index b7121688e..c79cca734 100755 --- a/fhem/fhem.pl +++ b/fhem/fhem.pl @@ -193,7 +193,7 @@ $modules{Global}{AttrList} = "archivecmd allowfrom apiversion archivedir configfile lastinclude logfile " . "modpath nrarchive pidfilename port statefile title userattr " . "verbose:1,2,3,4,5 mseclog version nofork logdir holiday2we " . - "autoload_undefined_devices dupTimeout latitude longitude backupdir"; + "autoload_undefined_devices dupTimeout latitude longitude backupdir backupsymlink"; $modules{Global}{AttrFn} = "GlobalAttr";