From: tassium Date: Mon, 11 Nov 2002 21:42:23 +0000 (+0000) Subject: Added what I've changed to devel CVS. (conf.pl rework, CRAM/DIGEST-MD5, config overri... X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=478e8b55a374012970ccb53c133ab5efdc182c56;p=squirrelmail.git Added what I've changed to devel CVS. (conf.pl rework, CRAM/DIGEST-MD5, config override file) git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4136 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/ChangeLog b/ChangeLog index 4abfcd9f..ad09b520 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,12 @@ Version 1.3.3 -- cvs ------------- - Change the way highlighting rules are stored to make them more reliable and easier to manage. + - Reorganization of conf.pl, menu #2 (tassium) + - Added CRAM-MD5 and DIGEST-MD5 authentication support for IMAP and SMTP + (tassium) + - Experimental TLS support for IMAP and SMTP (requires PHP 4.3.x) (tassium) + - config_local.php now gets appended to config.php by conf.pl when saved + (tassium) Version 1.3.2 -------------