]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
NEWS, README: Added SCRAM-SHA-1 support.
authorTimo Sirainen <tss@iki.fi>
Thu, 24 Nov 2011 01:05:54 +0000 (03:05 +0200)
committerTimo Sirainen <tss@iki.fi>
Thu, 24 Nov 2011 01:05:54 +0000 (03:05 +0200)
NEWS
README

diff --git a/NEWS b/NEWS
index ccdae22c4056ca772ec995569da5452f76de5b34..55b854d3104c5db62a236dda849d91c66e477dc0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -25,6 +25,7 @@ v2.1.rc1 2011-11-24  Timo Sirainen <tss@iki.fi>
          autocreated mailboxes even if they don't physically exist.
        + Password and user databases now support default_fields and
          override_fields settings to specify template defaults/overrides.
+       + SCRAM-SHA-1 authentication mechanism by Florian Zeitz
        - listescape plugin works perfectly now
 
 v2.0.15 2011-09-16  Timo Sirainen <tss@iki.fi>
diff --git a/README b/README
index 177621b8994d4e18075dc1ea1739c585734abeff..c05750b467edd48c4423181151b4737cac8336ed 100644 (file)
--- a/README
+++ b/README
@@ -26,6 +26,8 @@ RFCs conformed
  2595       - Using TLS with IMAP, POP3 and ACAP
  2831       - Using Digest Authentication as a SASL Mechanism (DIGEST-MD5)
  2245       - Anonymous SASL Mechanism.
+ 5802       - Salted Challenge Response Authentication Mechanism (SCRAM)
+              SASL and GSS-API Mechanisms
 
  2087       - IMAP4 QUOTA extension
  2088       - IMAP4 non-synchronizing literals (LITERAL+)