diff options
author | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2014-12-07 21:31:57 +0100 |
---|---|---|
committer | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2014-12-07 21:31:57 +0100 |
commit | 61c6c67ae684b8ea9642dc5d6bdca4fead58d0c1 (patch) | |
tree | d48254cf54075e2ea89e3b21319ecbc13c53b704 /applications/luci-ddns/CHANGELOG | |
parent | 91532de6179704e4c69f1580274123f5956baf03 (diff) |
luci-app-ddns: Update to support ddns-scripts 2.1.0-3
- modified controller
-- remove support for ddns-scripts Version 1.x
-- ddns-scripts not correctly installed do not start
-- no config file create an empty one
- moved log settings to advanced tab
- set default syslog level "Notice"
- removed special handling for dynamic_dns_helper.sh in postinst
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Diffstat (limited to 'applications/luci-ddns/CHANGELOG')
-rw-r--r-- | applications/luci-ddns/CHANGELOG | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/applications/luci-ddns/CHANGELOG b/applications/luci-ddns/CHANGELOG index 56c1cf923..34c2c8d22 100644 --- a/applications/luci-ddns/CHANGELOG +++ b/applications/luci-ddns/CHANGELOG @@ -1,3 +1,16 @@ +Version: 2.1.0-3 +Date: 2014-12-07 +ddns-scripts: 2.1.0-2 or greater needed + +- modified controller + - remove support for ddns-scripts Version 1.x + - ddns-scripts not correctly installed do not start + - no config file create an empty one +- moved log settings to advanced tab +- set default syslog level "Notice" +- removed special handling for dynamic_dns_helper.sh in postinst + +-------------------------------------------------------------------------------- Version: 2.1.0-2 Date: 2014-11-15 ddns-scripts: 2.1.0-2 or greater needed |