docs: updated CHANGELOG

Signed-off-by: georglauterbach <44545919+georglauterbach@users.noreply.github.com>
This commit is contained in:
georglauterbach 2025-01-19 12:43:44 +01:00
parent 59fd44c02c
commit 66953f9ecf
No known key found for this signature in database
GPG Key ID: F367F7C43C118578
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@ All notable changes to this project will be documented in this file. The format
- DMS v14 mistakenly relocated the _getmail state directory_ to the _DMS Config Volume_ as a `getmail/` subdirectory.
- This has been corrected to `/var/lib/getmail` (_if you have mounted a DMS State Volume to `/var/mail-state`, `/var/lib/getmail` will be symlinked to `/var/mail-state/lib-getmail`_).
- To preserve this state when upgrading to DMS v15, **you must manually migrate `getmail/` from the _DMS Config Volume_ to `lib-getmail/` in the _DMS State Volume_.**
- **removed `VERSION`** file that was used for checking version updates ([#3677](https://github.com/docker-mailserver/docker-mailserver/issues/3677),[#4321](https://github.com/docker-mailserver/docker-mailserver/pull/4321))
- **removed `VERSION` file** that was used for checking version updates ([#3677](https://github.com/docker-mailserver/docker-mailserver/issues/3677),[#4321](https://github.com/docker-mailserver/docker-mailserver/pull/4321))
- **updated container restart behavior** to include checks and more permission adjustments ([#4323](https://github.com/docker-mailserver/docker-mailserver/pull/4323))
### Security