aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2020-12-10 15:26:46 +0100
committerGuilhem Moulin <guilhem@fripost.org>2020-12-11 11:20:41 +0100
commit84d1829fd0f955cf9fb7add54f60fc314b0d42b1 (patch)
tree8525a7e966cf29e2a61d83d425f26674531289f0 /Changelog
parent26e5c04abfb81bdcbd4d89d9f9329b8433920b26 (diff)
libinterimap: factor out hostname/IP parsing.
Also, document that enclosing 'host' value in square brackets forces its interpretation as an IP literal (hence skips name resolution).
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 7a04963..71e11f7 100644
--- a/Changelog
+++ b/Changelog
@@ -4,6 +4,9 @@ interimap (0.5.4) upstream;
+ test suite: always generate new certificates on `make test`. Hence
running `make test` now requires OpenSSL 1.1.1 or later.
+ test suite: sign all test certificates with the same root CA.
+ + libinterimap: factor out hostname/IP parsing.
+ + document that enclosing 'host' value in square brackets forces its
+ interpretation as an IP literal (hence skips name resolution).
- documentation: replace example.org with example.net for consistency.
-- Guilhem Moulin <guilhem@fripost.org> Thu, 10 Dec 2020 14:22:05 +0100