about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorManuel Stahl <thymythos@googlemail.com>2024-02-12 08:50:06 +0100
committerManuel Stahl <thymythos@googlemail.com>2024-02-12 09:50:35 +0100
commitcf1efc01d30593c4110e7b17b2ac3f17a4ed6c66 (patch)
tree3e632db8bb80f9d9e1a53f699b6d667bb0377bd0 /nixos/doc/manual
parent4f78d8564d2104adb80ab1e0b24370aed54d8c9c (diff)
downloadnixlib-cf1efc01d30593c4110e7b17b2ac3f17a4ed6c66.tar
nixlib-cf1efc01d30593c4110e7b17b2ac3f17a4ed6c66.tar.gz
nixlib-cf1efc01d30593c4110e7b17b2ac3f17a4ed6c66.tar.bz2
nixlib-cf1efc01d30593c4110e7b17b2ac3f17a4ed6c66.tar.lz
nixlib-cf1efc01d30593c4110e7b17b2ac3f17a4ed6c66.tar.xz
nixlib-cf1efc01d30593c4110e7b17b2ac3f17a4ed6c66.tar.zst
nixlib-cf1efc01d30593c4110e7b17b2ac3f17a4ed6c66.zip
stalwart-mail: 0.5.2 -> 0.5.3
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2405.section.md b/nixos/doc/manual/release-notes/rl-2405.section.md
index becfa6d45ba1..7490829df80f 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -167,6 +167,8 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
 
 - `xxd` has been moved from `vim` default output to its own output to reduce closure size. The canonical way to reference it across all platforms is `unixtools.xxd`.
 
+- The `stalwart-mail` package has been updated to v0.5.3, which includes [breaking changes](https://github.com/stalwartlabs/mail-server/blob/v0.5.3/UPGRADING.md).
+
 - `services.avahi.nssmdns` got split into `services.avahi.nssmdns4` and `services.avahi.nssmdns6` which enable the mDNS NSS switch for IPv4 and IPv6 respectively.
   Since most mDNS responders only register IPv4 addresses, most users want to keep the IPv6 support disabled to avoid long timeouts.