From 5878b9d85e30a6323644e55400d88d7f6ef35662 Mon Sep 17 00:00:00 2001 From: Alberto Bertogli Date: Sat, 5 Mar 2022 23:26:07 +0000 Subject: [PATCH] docs: v1.9 release notes --- docs/relnotes.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/relnotes.md b/docs/relnotes.md index 14ddc89..8bfcd6b 100644 --- a/docs/relnotes.md +++ b/docs/relnotes.md @@ -5,6 +5,14 @@ This file contains notes for each release, summarizing changes and explicitly noting backward-incompatible changes or known security issues. +## 1.9 (2022-03-05) + +- Improve certificate validation logic in the SMTP courier. +- Remove `alias-exists` hook, and improve aliases resolution logic. +- Support `""` values for `drop_characters` and `suffix_separators` in the + configuration file. + + ## 1.8 (2021-07-30) - Stricter error checking to help prevent cross-protocol attacks