diff options
author | Christian Schöenebeck <christian.schoenebeck@gmail.com> | 2016-01-30 19:32:55 +0100 |
---|---|---|
committer | Christian Schöenebeck <christian.schoenebeck@gmail.com> | 2016-01-30 19:32:55 +0100 |
commit | 7f57a70110e8fefa9f744d10ebad2e499d0909bc (patch) | |
tree | a27eb290767025cdc85582a04c5e386c443660a1 /applications/luci-app-ddns/Makefile | |
parent | 2e92c0718ad2f0b9bafa829b93f47a434c479cfd (diff) |
luci-app-ddns: bump to version 2.4.0-1
- fixes for #611 and #620
- adaptions for ddns-scripts 2.6.0
-- add hint for problems with BusyBox nslookup compiled with musl and offer installing hostip package
-- add hint for not installed certificates inside /etc/ssl/certs and offer installing ca-certificates package https://github.com/openwrt/packages/pull/2243
-- check if malfunctional BusyBox nslookup installed, so disable using option dns_server if not Bind host or hostip installed
- optimizations
- cleanup: remove .po files without any translations
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Diffstat (limited to 'applications/luci-app-ddns/Makefile')
-rw-r--r-- | applications/luci-app-ddns/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-ddns/Makefile b/applications/luci-app-ddns/Makefile index 1e38c2522..27008166c 100644 --- a/applications/luci-app-ddns/Makefile +++ b/applications/luci-app-ddns/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008-2015 The LuCI Team <luci@lists.subsignal.org> +# Copyright (C) 2008-2016 The LuCI Team <luci@lists.subsignal.org> # # This is free software, licensed under the Apache License, Version 2.0 . # @@ -10,7 +10,7 @@ PKG_NAME:=luci-app-ddns # Version == major.minor.patch # increase on new functionality (minor) or patches (patch) -PKG_VERSION:=2.3.1 +PKG_VERSION:=2.4.0 # Release == build # increase on changes of translation files |