X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=ChangeLog;h=5eed1b87d493e7c92eaa2d68740928921f67bc2d;hb=86921eda55fc7684090146dc48f4605df4933646;hp=812e63221e8a047162689381d4f35831a6a2fec0;hpb=5e68a08e09d4d2c3b1fe59fcce72cb15dbfcb210;p=squirrelmail.git diff --git a/ChangeLog b/ChangeLog index 812e6322..5eed1b87 100644 --- a/ChangeLog +++ b/ChangeLog @@ -111,6 +111,23 @@ Version 1.5.2 - CVS - config_default.php is loaded before site configuration file. config_local.php overrides are removed from config.php and loaded by main initiation script. + - Fixed resuming of compose when session expired while writing, and make + sure the code only sets those variables that are needed in compose and + are not already set. Thanks James Bercegay from GulfTech for pointing + this out. + - Subfolders of system folders are not tagged as special in folder + management page in order to allow rename and delete operations with + subfolders (#1460011). + - Trash subfolders are allowed in courier. INBOX.Trash is not treated + as special on Courier, unless some SquirrelMail configuration option + marks this folder as special (#1354393). Configtest utility should + display warning, if Courier IMAP XMAGICTRASH extension is detected. + - Show purge link for Trash folder without any messages, if folder has + subfolders (#1413569). + - Custom SMTP AUTH configuration variables are moved from config_local.php + to main configuration file. + - Fixed subscription of new 'noselect' folders (#1315912). + - Moving the development documentation to the documentation module. Version 1.5.1 (branched on 2006-02-12) --------------------------------------