summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2022-05-16 10:20:30 -0700
committerKevin McCarthy <kevin@8t8.us>2022-05-16 10:20:30 -0700
commita8c7fba1210d70802c4bf9c9b72051211399c3cd (patch)
tree6cc55ff3236bebb97dc694a5b94faeb27d686b32
parentc94b511a88b942caa583d614b80337e8f92400a7 (diff)
automatic post-release commit for mutt-2.2.5mutt-2-2-5-rel
-rw-r--r--ChangeLog45
-rw-r--r--VERSION2
2 files changed, 46 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f50daeb5..ba4b681b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,48 @@
+2022-05-16 10:16:07 -0700 Kevin McCarthy <kevin@8t8.us> (c94b511a)
+
+ * Update UPDATING file for 2.2.5.
+
+M UPDATING
+
+2022-05-13 15:37:58 -0700 Kevin McCarthy <kevin@8t8.us> (6688bfbf)
+
+ * Set gsasl hostname callback value.
+
+ This is needed for GSSAPI, and apparently DIGEST-MD5 too.
+
+ The gsasl documentation is a little confusing, saying it "should be
+ the local host name of the machine", however the imap/auth_gss.c code
+ seems to be using the server name, and the msmtp source also uses the
+ server name for this callback.
+
+ Thanks to brian m. carlson and Gábor Gombás for reporting this issue
+ in Debian ticket 1010915, and an additional thanks to brian for
+ quickly testing the fix.
+
+M mutt_sasl_gnu.c
+
+2022-05-06 12:51:56 -0700 Kevin McCarthy <kevin@8t8.us> (9d5db7cb)
+
+ * Force IR with gsasl SMTP PLAIN authentication.
+
+ Debian ticket 1010658 showed a server violating RFC 4954 by sending
+ non-base64 data in the 334 response when Mutt sends "AUTH PLAIN"
+ (without IR).
+
+ The msmtp source also seems to force IR with PLAIN because it found
+ other broken servers.
+
+ So the best option seems to be just handling PLAIN specially for now.
+
+M smtp.c
+
+2022-04-30 12:41:43 -0700 Kevin McCarthy <kevin@8t8.us> (c3baa83e)
+
+ * automatic post-release commit for mutt-2.2.4
+
+M ChangeLog
+M VERSION
+
2022-04-30 12:38:09 -0700 Kevin McCarthy <kevin@8t8.us> (4d082513)
* Update UPDATING file for 2.2.4 release.
diff --git a/VERSION b/VERSION
index 530cdd91..21bb5e15 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.2.4
+2.2.5