summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--UPDATING12
1 files changed, 11 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 81c7bb79..3415e06e 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):