diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2020-12-10 15:26:46 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2020-12-11 11:20:41 +0100 |
commit | 84d1829fd0f955cf9fb7add54f60fc314b0d42b1 (patch) | |
tree | 8525a7e966cf29e2a61d83d425f26674531289f0 /Changelog | |
parent | 26e5c04abfb81bdcbd4d89d9f9329b8433920b26 (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-- | Changelog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |