author | Alberto Bertogli
<albertito@blitiri.com.ar> 2021-07-25 14:38:23 UTC |
committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2021-07-30 08:40:10 UTC |
parent | d53c1d2b881b39e9d8d06827d7967ad5d8111bea |
docs/relnotes.md | +13 | -0 |
diff --git a/docs/relnotes.md b/docs/relnotes.md index c753d82..14ddc89 100644 --- a/docs/relnotes.md +++ b/docs/relnotes.md @@ -5,6 +5,19 @@ This file contains notes for each release, summarizing changes and explicitly noting backward-incompatible changes or known security issues. +## 1.8 (2021-07-30) + +- Stricter error checking to help prevent cross-protocol attacks + (like [ALPACA](https://alpaca-attack.com/)). +- Allow authenticating users without an `@domain` part. +- Add integration for + [chasquid-rspamd](https://github.com/Thor77/chasquid-rspamd) and + [dkimpy](https://launchpad.net/dkimpy/) in the example hook. +- Add a `-to_puny` option to mda-lmtp, to punycode-encode addresses. +- Use `application/openmetrics-text` as content type in the openmetrics + exporter. + + ## 1.7 (2021-05-31) - chasquid-util no longer depends on the unmaintained docopt-go.