* Tue Oct 07 2025 Brian Read <brianr@koozali.org> 1.4-32.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 08:11:38 +01:00
parent 6fdbdbc1e8
commit 1a1f9d6bfe
2 changed files with 10 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
%define name smeserver-qmHandle
Name: %{name}
%define version 1.4
%define release 31
%define release 32
Version: %{version}
Release: %{release}%{?dist}
BuildArch: noarch
@@ -29,6 +29,9 @@ A panel for managing the Qmail queues using qmHandle
(http://sourceforge.net/projects/qmhandle)
%changelog
* Tue Oct 07 2025 Brian Read <brianr@koozali.org> 1.4-32.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> 1.4-31.sme
- Add UTF8 and avoid potential DB caching problems [SME: 13209]