* Tue Nov 04 2025 Brian Read <brianr@koozali.org> 11.0.0-129.sme

- Useraccounts: Clean up forward email sub and make sure blank is errored  [SME: 13056]
This commit is contained in:
2025-11-04 13:00:26 +00:00
parent 1a37667a9c
commit 820551b076
2 changed files with 25 additions and 18 deletions

View File

@@ -2,7 +2,7 @@ Summary: Sme Server Configuration : Manager 2
%define name smeserver-manager
Name: %{name}
%define version 11.0.0
%define release 128
%define release 129
Version: %{version}
Release: %{release}%{?dist}
License: GPL
@@ -147,11 +147,14 @@ true
%defattr(-,root,root)
%changelog
* Tue Nov 04 2025 Brian Read <brianr@koozali.org> 11.0.0-129.sme
- Useraccounts: Clean up forward email sub and make sure blank is errored [SME: 13056]
* Tue Nov 04 2025 Brian Read <brianr@koozali.org> 11.0.0-128.sme
- Move group table to under others in User accounts setup panel [SME: 13068]
* Tue Nov 04 2025 Brian Read <brianr@koozali.org> 11.0.0-127.sme
- Move same var declations to outside innner scope [SME: 13073]
- Group panel: Move same var declations to outside innner scope [SME: 13073]
* Tue Nov 04 2025 Brian Read <brianr@koozali.org> 11.0.0-126.sme
- Remove debugging dump in portforwarding which crashes if no data [SME: 13243]