* Mon Oct 06 2025 Brian Read <brianr@koozali.org> 1.4-31.sme

- Add UTF8 and avoid potential DB caching problems [SME: 13209]
This commit is contained in:
2025-10-06 11:30:01 +01:00
parent e702f5d2bc
commit 6fdbdbc1e8
2 changed files with 15 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
%define name smeserver-qmHandle
Name: %{name}
%define version 1.4
%define release 30
%define release 31
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
* Mon Oct 06 2025 Brian Read <brianr@koozali.org> 1.4-31.sme
- Add UTF8 and avoid potential DB caching problems [SME: 13209]
* Sat Oct 04 2025 Brian Read <brianr@koozali.org> 1.4-30.sme
- Remove smanager-refresh from spec file [SME: 13212]