Try to handle CNAMEs and resolve them to A records.

Change documentation accordingly.
Fixes #55.

Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
Thomas Hochstein 2016-01-09 12:02:27 +01:00
parent 240c126484
commit 2378aae83e
2 changed files with 26 additions and 7 deletions

View file

@ -1,5 +1,10 @@
Version 0.6.2 (unreleased)
* Try to handle CNAMEs and resolve them to A records.
Change documentation accordingly.
Fixes #55.
Thomas Hochstein <thh@inter.net> Sat Jan 9 12:02:27 2016 +0100
* Allow setting an empty envelope-from ('<>') using '-s'.
Change documentation accordingly.
Update version and copyright dates.