* Sun Oct 05 2025 Brian Read <brianr@koozali.org> 2.0.4-27.sme

- Add UTF8 and avoid potential DB caching problems [SME: 13209]
This commit is contained in:
2025-10-05 15:42:41 +01:00
parent 2406e0f1a5
commit 13853ba844
2 changed files with 15 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
%define name smeserver-dhcpmanager
%define version 2.0.4
%define release 26
%define release 27
Summary: provide a dhcp panel in the server-manager for The SME Server
Name: %{name}
@@ -25,6 +25,9 @@ AutoReqProv: no
Implementation of some feature arround dhcp clients like : wol, cleaning dhcpd.leases, Scan of your network etc//
%changelog
* Sun Oct 05 2025 Brian Read <brianr@koozali.org> 2.0.4-27.sme
- Add UTF8 and avoid potential DB caching problems [SME: 13209]
* Sat Oct 04 2025 Brian Read <brianr@koozali.org> 2.0.4-26.sme
- Delete en.pm and create .lex file if needed [SME: 13214]