]> granicus.if.org Git - mutt/commitdiff
# changelog commit
authorBrendan Cully <brendan@kublai.com>
Fri, 8 Sep 2006 17:31:36 +0000 (17:31 +0000)
committerBrendan Cully <brendan@kublai.com>
Fri, 8 Sep 2006 17:31:36 +0000 (17:31 +0000)
ChangeLog

index 8b59f5ffb8d2da9f294283f8d305a61babb3c0bf..97f92bf3d7b7953c34abed5855f5b0fbaf013158 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2006-09-08 17:30:33  Brendan Cully  <brendan@kublai.com>  (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@does-not-exist.org>
+(roessler)
+
+       * send.c: Fix #2168.
+
 2006-09-01 19:26:39  Lars Hecking  <lhecking@users.sourceforge.net>  (brendan)
 
        * configure.in: Handle --without-mixmaster properly. (Slightly