X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=ReleaseNotes;h=09a230092088aa89cecf477429200b9ed3a8e266;hb=b94bfe13d33c8d6df9a98d5eba757ddbcbf9dd4a;hp=a5bd254ac9e7e8ebf334461946fb560af475e164;hpb=56807b0984b687a4e1d95c2dddc8525299a7cb8f;p=squirrelmail.git diff --git a/ReleaseNotes b/ReleaseNotes index a5bd254a..09a23009 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -1,10 +1,11 @@ /***************************************************************** - * Release Notes: SquirrelMail 1.4.0 Release Candidate 2 * - * 23 January 2002 * + * Release Notes: SquirrelMail 1.4.0 Release Candidate 2a * + * 24 January 2002 * *****************************************************************/ In this edition of SquirrelMail Release Notes: * All about this Release!!! + * A note on PHP 4.3.x * Major updates * A note on plugins * Reporting my favorite SquirrelMail 1.4 bug @@ -16,6 +17,10 @@ This is the second and hopefully last Release Candidate (RC) for the 1.4.x stable series. Please note that this release is not yet labeled STABLE officially. +It is labeled RC 2a because RC 2 was released but pulled back soon +after because a serious bug was found that needed to be fixed. Thanks +to Jason Munro for discovering this bug. + However, we've been running this on a number of systems and a variety of configs and we think it's worthy of the "stable"-title. Before we can call it stable we want to test it on as many systems as possible @@ -28,6 +33,21 @@ to verify that this is true! So download it! Install it, and try to break it! We are hungry for any bug report you send. Even the smallest issue deserves to be fixed. +A note on PHP 4.3.x +=================== + +While the developers realize that PHP 4.3.x is the "latest and greatest" +version of PHP to be available, SquirrelMail has not been extensively +tested with it. There may be potential session issues with PHP 4.3.x, +and PHP by default has a session warning which will need to be disabled +if you wish to use it with SquirrelMail. + +Put simply: The SquirrelMail team does not recommend the use of +PHP 4.3.x with SquirrelMail at this time. + +SquirrelMail will put a large ugly warning about the use of PHP 4.3.x on +the login screen unless you add "$shootMyFootOff = true;" to +config/config_local.php, or downgrade PHP. Major updates ==============