diff options
author | Guilhem Moulin <guilhem@debian.org> | 2021-01-01 12:44:17 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@debian.org> | 2021-01-01 12:44:17 +0100 |
commit | d782c12d603fcbcc8bcf7b18860e9a16a27f4b1b (patch) | |
tree | 789fa2c3e7d08b08e82b6e5fa999ac7584fe3416 /debian/changelog | |
parent | 2ce885e19f4a5f18da30c35dc7da7a204e2ceb58 (diff) | |
parent | 3d818bf7e24f0757bcd13f30118d229e5a6b5448 (diff) |
Merge tag 'debian/0.5.5-1' into debian/buster-backports
interimap Debian release 0.5.5-1
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 4cd7cca..562d4dc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,24 @@ +interimap (0.5.5-1) unstable; 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.) + * d/control: pin exact libinterimap version in interimap & pullimap's + depends. The components are tightly tied together and libinterimap makes + no promise of API stability. + * d/control: Bump dovecot-imapd version to >=2.3 in Build-Depends for the + test suite. + * d/.gitattributes: New file to merge d/changelog with + dpkg-mergechangelogs(1). + + -- Guilhem Moulin <guilhem@debian.org> Sat, 26 Dec 2020 23:57:56 +0100 + interimap (0.5.4-1~bpo10+1) buster-backports; urgency=medium * Rebuild for buster-backports. |