From: Brendan Cully Date: Fri, 8 Sep 2006 17:31:36 +0000 (+0000) Subject: # changelog commit X-Git-Tag: mutt-1-5-14-rel~76 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e9e7d448f90fc2a1757514705ecbc679c14081aa;p=mutt # changelog commit --- diff --git a/ChangeLog b/ChangeLog index 8b59f5ff..97f92bf3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2006-09-08 17:30:33 Brendan Cully (brendan) + + * mutt_sasl.c, pop_auth.c: Don't send protocol garbage to + sasl_decode64 during POP authentication. Also enable SASL + plaintext: $foo_authenticators is a more general solution. + + * Makefile.am: Remove bogus smtp.c entry from extra sources, + added by accident on 20060831. + +2006-09-05 08:57:37 Thomas Roessler +(roessler) + + * send.c: Fix #2168. + 2006-09-01 19:26:39 Lars Hecking (brendan) * configure.in: Handle --without-mixmaster properly. (Slightly