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

- Add UTF8 and avoid potential DB caching problems [SME: 13209]
This commit is contained in:
2025-10-07 14:53:12 +01:00
parent 50f108bc4f
commit 44cdc29645
2 changed files with 19 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
%define name smeserver-webhosting
%define version 11.0.0
%define release 5
%define release 6
Name: %{name}
Version: %{version}
@@ -50,6 +50,9 @@ rm -rf %{name}-%{version}
%defattr(-,root,root)
%changelog
* Tue Oct 07 2025 Brian Read <brianr@koozali.org> 11.0.0-6.sme
- Add UTF8 and avoid potential DB caching problems [SME: 13209]
* Sat Oct 04 2025 Brian Read <brianr@koozali.org> 11.0.0-5.sme
- Remove smanager-refresh from spec file [SME: 13212]