From: Brendan Cully Date: Fri, 8 Sep 2006 17:31:36 +0000 (+0000) Subject: # changelog commit X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=98e0ef544c2177a1d59d6cc8df04cae7daa9a691;p=neomutt # changelog commit --- diff --git a/ChangeLog b/ChangeLog index 8b59f5ffb..97f92bf3d 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