From: Timo Sirainen Date: Thu, 24 Nov 2011 01:05:54 +0000 (+0200) Subject: NEWS, README: Added SCRAM-SHA-1 support. X-Git-Tag: 2.1.rc2~116 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aa43e22ff285b703629d32b16a4e5812a394ff3b;p=thirdparty%2Fdovecot%2Fcore.git NEWS, README: Added SCRAM-SHA-1 support. --- diff --git a/NEWS b/NEWS index ccdae22c40..55b854d310 100644 --- a/NEWS +++ b/NEWS @@ -25,6 +25,7 @@ v2.1.rc1 2011-11-24 Timo Sirainen 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 diff --git a/README b/README index 177621b899..c05750b467 100644 --- 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+)