summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2020-06-23 10:24:23 -0700
committerKevin McCarthy <kevin@8t8.us>2020-06-23 10:24:23 -0700
commit09cf1bca53f2a25b44a91f052069d9e557d7a784 (patch)
treeecbf0c90adf9828b436c2e2bc6387b7b56d0a9e1 /UPDATING
parente37516c3aeb11668bd8e262dfa39cb568c0702c0 (diff)
Update UPDATING file for 1.14.5 release.
Amend notes for the 1.14.3 release, which also added $ssl_force_tls checking for an unencrypted IMAP PREAUTH connection.
Diffstat (limited to 'UPDATING')
-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):