From 09780a80653e341dc17e0027528c89817a71559b Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sat, 26 Dec 2020 23:41:47 +0100 Subject: Bump version number. --- debian/changelog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'debian/changelog') 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 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 -- cgit v1.2.3 From 8bc0fac4758144a6fd30496922281a91ab0edcc9 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sat, 26 Dec 2020 23:43:10 +0100 Subject: 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. --- debian/changelog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index f3eaad4..e094552 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,9 @@ interimap (0.5.5-1) UNRELEASED; urgency=medium + 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. -- Guilhem Moulin Sat, 26 Dec 2020 23:33:39 +0100 -- cgit v1.2.3 From aa6e8a2fb590372b3adebc5b587d6b622bfe05e3 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sat, 26 Dec 2020 23:43:40 +0100 Subject: d/control: bump dovecot-imapd version to >=2.3 in Build-Depends. We're using ssl_min_protocol in the test suite, see feeb91998a29ca040f6e5dd103e09507a6355e32 . --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index e094552..c333a18 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,8 @@ interimap (0.5.5-1) UNRELEASED; urgency=medium * 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. -- Guilhem Moulin Sat, 26 Dec 2020 23:33:39 +0100 -- cgit v1.2.3 From 1c488abae8259741db2d10659cd3d6f607425216 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sat, 26 Dec 2020 23:44:35 +0100 Subject: d/.gitattributes: New file to merge d/changelog with dpkg-mergechangelogs(1). --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index c333a18..023857f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,8 @@ interimap (0.5.5-1) UNRELEASED; urgency=medium 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 Sat, 26 Dec 2020 23:33:39 +0100 -- cgit v1.2.3 From 3d818bf7e24f0757bcd13f30118d229e5a6b5448 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sat, 26 Dec 2020 23:58:06 +0100 Subject: Prepare new release. --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 023857f..48ad453 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -interimap (0.5.5-1) UNRELEASED; urgency=medium +interimap (0.5.5-1) unstable; urgency=medium * New upstream release. Highlights include: + The 'SSL_protocols' option is now deprecated, and replaced by the @@ -17,7 +17,7 @@ interimap (0.5.5-1) UNRELEASED; urgency=medium * d/.gitattributes: New file to merge d/changelog with dpkg-mergechangelogs(1). - -- Guilhem Moulin Sat, 26 Dec 2020 23:33:39 +0100 + -- Guilhem Moulin Sat, 26 Dec 2020 23:57:56 +0100 interimap (0.5.4-1) unstable; urgency=medium -- cgit v1.2.3