diff options
author | Guilhem Moulin <guilhem@debian.org> | 2020-12-26 23:41:47 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2020-12-27 00:10:49 +0100 |
commit | 09780a80653e341dc17e0027528c89817a71559b (patch) | |
tree | a996596eb16b3b90e46105fd2951a8d41c6dc69f | |
parent | f4a60089cd7fdff73504a1f1f0afde642e77b735 (diff) |
Bump version number.
-rw-r--r-- | debian/changelog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index bffe46f..f3eaad4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +interimap (0.5.5-1) UNRELEASED; urgency=medium + + * New upstream release. Highlights include: + + The 'SSL_protocols' option is now deprecated, and replaced by the + combination of 'SSL_protocol_min' and 'SSL_protocol_max'. + + Use default locations for trusted CA certificates (respectively + /etc/ssl/certs/ca-certificates.crt and /etc/ssl/certs on Debian systems) + when neither CAfile nor CApath are set. + + SSL/TLS connections now require OpenSSL 1.1.0 or later. + + New option SSL_ciphersuites to set the TLSv1.3 ciphersuites. + (SSL_cipherlist only apply to TLSv1.2 and below.) + + -- Guilhem Moulin <guilhem@debian.org> Sat, 26 Dec 2020 23:33:39 +0100 + interimap (0.5.4-1) unstable; urgency=medium * New upstream release. This bumps the minimum libnet-ssleay-perl version |