1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2025-12-17 14:37:02 +00:00

docs: v1.7 release notes

This commit is contained in:
Alberto Bertogli
2021-05-31 02:38:39 +01:00
parent 61245eec27
commit a3685439dc

View File

@@ -5,12 +5,15 @@ This file contains notes for each release, summarizing changes and explicitly
noting backward-incompatible changes or known security issues.
## 1.7 (TODO)
## 1.7 (2021-05-31)
- chasquid-util no longer depends on the unmaintained docopt-go.
If you relied on undocumented parsing behaviour before, your invocations may
need adjustment. In particular, `--a b` is no longer supported, and `--a=b`
must be used instead.
- Improve handling of errors when talking to Dovecot for authentication.
- Fix handling of `hostname` option in the Docker image.
- Miscellaneous documentation and test improvements.
## 1.6 (2020-11-22)