Skip to content

Commit

Permalink
Fixed upgrading (closes stalwartlabs#1061)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdecimus committed Jan 7, 2025
1 parent f4efa16 commit fcbf58f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To upgrade replace the `stalwart-mail` binary and then upgrade to the latest web
- OpenPGP EOF error (#1024).
- Convert emails obtained from external directories to lowercase (#1004).
- LDAP: Support both name and email fields to be mapped to the same attribute.
- Admin role can't be assigned if an acccount with the same name exists.
- Admin role can't be assigned if an account with the same name exists.
- Fix macro detection in DNS record generation (#978).
- Use host FQDN in install script (#1003).

Expand Down
2 changes: 1 addition & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Version `0.11.0` introduces breaking changes to the spam filter configuration. A
- Cache settings have changed, see the [documentation](https://stalw.art/docs/server/cache) for details.
- Support for Pipes was removed in favor of MTA hooks and Milter.
- `config.resource.spam-filter` is now `spam-filter.resource`.
- `config.resource.webadmin` is now `spam-filter.webadmin`.
- `config.resource.webadmin` is now `webadmin.resource`.
- `authentication.rate-limit` was removed as security is handled by fail2ban.

Upgrading from `v0.9.x` to `v0.10.0`
Expand Down

0 comments on commit fcbf58f

Please sign in to comment.