diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2014-11-14 17:17:14 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2014-11-14 17:17:14 +0100 |
commit | 559bf9126c38992838e240c784ce0d9f4e6714a9 (patch) | |
tree | 5634d4d07116d97216eeac736f9e09d162598352 /applications/luci-ddns/CHANGELOG | |
parent | ea17c9d44ed4c2b034e4b0a8ed868db8f6e55b43 (diff) | |
parent | ee9fdba61744111d8f5d7f7d616992ac7135ac09 (diff) |
Merge pull request #248 from chris5560/master
luci-app-ddns: Update to support ddns-scripts 2.1.0-1
Diffstat (limited to 'applications/luci-ddns/CHANGELOG')
-rw-r--r-- | applications/luci-ddns/CHANGELOG | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/applications/luci-ddns/CHANGELOG b/applications/luci-ddns/CHANGELOG new file mode 100644 index 0000000000..7848a14a0b --- /dev/null +++ b/applications/luci-ddns/CHANGELOG @@ -0,0 +1,25 @@ +Version: 2.1.0-1 +Date: 2014-11-09 +ddns-scripts: 2.1.0-1 or greater needed + +fix verify of entry for DNS server Issue #244 + https://github.com/openwrt/luci/issues/244 +add support for option 'update_script' +add display of version information when click on "Dynamic DNS" on overview page +add verify of installed ddns-scripts version and show as hint if not correct version +modified epoch to date conversation +cbi object Flag did not set section.changed state, fixed in tools.flag_parse function +ucitrack entry no longer needed and removed +minor fixes + +-------------------------------------------------------------------------------- +Version: 2.0.1-1 +Date: 2014-09-21 +ddns-scripts: 2.0.1-1 up to 2.0.1-9 + +New DDNS status in System->Status overview +New Overview page with option to start/stop a section +New Detail page with tabbed view incl. logfile viewer +Extended verify of all entries before save to config + incl. connect test to DNS- and Proxy-server +Support for all available options of ddns-scripts 1.x and 2.x |