Add ability to show plugin list in columns. This should probably be adapted to other...
[squirrelmail.git] / ReleaseNotes
index 4d8598cdeb1f95b60a12b61dad651f60527960a6..9232aecde76295ef28ae5d58d3205d72afcf4ffc 100644 (file)
@@ -1,10 +1,10 @@
 /*****************************************************************
- * Release Notes: SquirrelMail 1.5.1                             *
- * The "Fire in the Hole" Release                                *
- * 2006-02-19                                                    *
+ * Release Notes: SquirrelMail 1.5.2                             *
+ * The "" Release                                                *
+ * 2006-xx-xx                                                    *
 *****************************************************************/
 
-WARNING. If you can read this, then you are reading file from 1.5.1cvs and not
+WARNING. If you can read this, then you are reading file from cvs and not
 final release notes.
 
 
@@ -64,11 +64,15 @@ SquirrelMail IMAP and SMTP libraries now support use of STARTTLS extension.
 The code is experimental and requires PHP 5.1.0 or newer with
 stream_socket_enable_crypto() function support enabled.
 
-Updated wrapping functions in compose.
+Updated wrapping functions in compose. New wrapping code improves quoting
+of text chapters. Thanks to Justus Pendleton.
 
 Added code for advanced searching in messages. Now it's possible to switch
 between normal search and advanced search.
 
+Main SquirrelMail code implements view_as_html and folder_settings plugin 
+features. These plugins should not be used in SquirrelMail 1.5.1.
+
 
 Security Updates
 ================
@@ -117,7 +121,14 @@ functions are now obsolete.  Some IMAP functions return data in different
 format.  If plugins depend on changed or removed functions, they will break in
 this version of SquirrelMail.
 
-This SquirrelMail version implemented code that unregisters globals in PHP
+This SquirrelMail version added http headers that prevent caching of pages by
+proxies. Headers are added in SquirrelMail displayHtmlHeader() function. Changes
+require that html output is not started before displayHtmlHeader() is called. If 
+some code starts output, PHP errors will be displayed. If plugins display 
+notices in options_save hook and don't stop script execution on error, page 
+display will be broken.
+
+SquirrelMail 1.5.1 implemented code that unregisters globals in PHP
 register_globals=on setups.  Plugins that load main SquirrelMail functions and
 depend on PHP register_globals=on will be broken.
 
@@ -158,7 +169,7 @@ any bugs you come across! Also, please mention that the bug is in this release
 (version 1.5.1), and list your IMAP server and web server details.  Bugs can be
 submitted at:
 
-   http://www.squirrelmail.org/bugs
+   http://squirrelmail.org/bugs
 
 Thanks for your cooperation with this. This helps ensure that nothing slips
 through the cracks.  Also, please search the bug database for existing items
@@ -166,7 +177,7 @@ before submitting a new bug.  This will help to eliminate duplicate reports and
 increase the time we can spend FIXING existing bugs by DECREASING the time we
 spend sorting through bug reports.  Remember to check for CLOSED bug reports
 also, not just OPEN bug reports, in case a bug you want to report may have been
-recently fixed in CVS.
+recently fixed in our source code repository.
 
 If you want to join us in coding SquirrelMail, or have other things to share
 with the developers, join the development mailing list:
@@ -189,7 +200,7 @@ the 1.4.x series of SquirrelMail.  If you find issues in this package, make
 sure that they are still present in the latest development code snapshots.  To
 obtain thelatest development snapshot, see 
        
-       http://www.squirrelmail.org/download.php#snapshot
+       http://squirrelmail.org/download.php#snapshot
 
                   Happy SquirrelMailing!
                     - The SquirrelMail Project Team