* Tue Oct 07 2025 Brian Read <brianr@koozali.org> 11.0.0-7.sme

- Apply change from startform to start_form and endform to end_form to CGI panels [SME: 12775-87]
This commit is contained in:
2025-10-08 06:27:16 +01:00
parent b9a151c128
commit a56cf286c4
3 changed files with 25 additions and 19 deletions

View File

@@ -6,7 +6,7 @@ Summary: Panels to let users to change server settings.
%define name smeserver-userpanels
Name: %{name}
%define version 11.0.0
%define release 5
%define release 7
Version: %{version}
Release: %{release}%{?dist}
License: GNU GPL version 2
@@ -26,6 +26,12 @@ Change password,Forward mail, Backup users home directory,
Delegate creation of users with restrictions.
%changelog
* Tue Oct 07 2025 Brian Read <brianr@koozali.org> 11.0.0-7.sme
- Apply change from startform to start_form and endform to end_form to CGI panels [SME: 12775-87]
* Tue Oct 07 2025 Brian Read <brianr@koozali.org> 11.0.0-6.sme
- Apply change from startform to start_form and endform to end_form to CGI panels [SME: 12775-87]
* Mon Oct 06 2025 Brian Read <brianr@koozali.org> 11.0.0-5.sme
- Add UTF8 and avoid potential DB caching problems [SME: 13209]