No check to make sure logo is set... login.php verifies it exists and has
[squirrelmail.git] / ReleaseNotes
index a5bd254ac9e7e8ebf334461946fb560af475e164..09a230092088aa89cecf477429200b9ed3a8e266 100644 (file)
@@ -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
 ==============