* Sat May 10 2025 Brian Read <brianr@koozali.org> 11.0.0-3.sme

- Get javascript working and password visible icon [SME: 13001]
- Fix missing cmd in panel
- Delete out of date list of protocols/device/services etc from controller source
This commit is contained in:
2025-05-11 10:43:35 +01:00
parent 6b207dec6b
commit 2727d948c6
7 changed files with 81 additions and 163 deletions

View File

@@ -4,7 +4,7 @@
%define name smeserver-ddclient
%define version 11.0.0
%define release 2
%define release 3
Summary: ddclient panel for SME Server
Name: %{name}
@@ -25,6 +25,11 @@ Requires: smeserver-formmagick
AutoReqProv: no
%changelog
* Sat May 10 2025 Brian Read <brianr@koozali.org> 11.0.0-3.sme
- Get javascript working and password visible icon [SME: 13001]
- Fix missing cmd in panel
- Delete out of date list of protocols/device/services etc from controller source
* Sat May 10 2025 Brian Read <brianr@koozali.org> 11.0.0-2.sme
- correct $config (remove $) and get protocols, services and devices by interrogating ddclient [SME: 13001]