summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2020-06-23 10:45:01 -0700
committerKevin McCarthy <kevin@8t8.us>2020-06-23 10:45:01 -0700
commit0e428dd593dc724b841987db1b031b44640c4139 (patch)
tree7ce7f6aef29063472ba1897951d016eb5cc7794b /UPDATING
parent22d7a1b3116eefaf8a36f4748d13715263b15d9b (diff)
parent85ab28c96fcb1c2213f12076b655269a8b74ed61 (diff)
Merge branch 'stable'
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING12
1 files changed, 11 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index cd124fe4..77d1964a 100644
--- a/UPDATING
+++ b/UPDATING
@@ -9,6 +9,15 @@ http://www.mutt.org/relnotes/
The keys used are:
!: modified feature, -: deleted feature, +: new feature
+1.14.5 (2020-06-23):
+
+ ! Bug fix release.
+ - $ssl_starttls no longer controls aborting an unencrypted IMAP PREAUTH
+ connection. Only $ssl_force_tls does this. Mutt highly recommends
+ setting $ssl_force_tls if you rely on STARTTLS.
+ ! Using a $tunnel is considered secure, and will not consult
+ $ssl_force_tls for an unencrypted IMAP PREAUTH connection.
+
1.14.4 (2020-06-18):
! Bug fix release.
@@ -16,7 +25,8 @@ The keys used are:
1.14.3 (2020-06-14):
! Bug fix release.
- ! $ssl_starttls also controls aborting an unencrypted IMAP PREAUTH connection.
+ ! $ssl_starttls and $ssl_force_tls also control aborting an unencrypted
+ IMAP PREAUTH connection.
1.14.2 (2020-05-25):