honor checkall variable
[squirrelmail.git] / ChangeLog
index 79587bfaf95198787246c6f38acec0f0fee815c7..64588984a006503399109938a42a0062f09ad1a5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,8 +2,64 @@
 *** SquirrelMail Devel Series 1.5 ***
 *************************************
 
-Version 1.5.0 -- CVS
+Version 1.5.1 -- CVS
 --------------------
+  - New reply citation to include date and author.
+  - Fix quite some possible XSS-bugs.
+  - Norwegian Bokmal translation uses nb_NO.
+  - Integrated Msg_Flags plugin - turn on/off icons using configuration tool, menu 
+    number 11 (Tweaks), option number 3, after which users must select an icon 
+    theme in Options/Display Preferences.  "Flag"/"Unflag" buttons are implemented 
+    as separate plugin.
+  - Added Farsi and Tagalog translation support.
+  - Enabled Ukrainian and Russian-Ukrainian support
+  - Fix that subfolders named "foo.inbox" didn't always work well.
+  - sqimap_create_stream() was not obeying passed params properly.
+  - Fix non selectable inbox.
+  - Add src/configtest.php script which checks for common errors in the config.
+  - Improve display of some unparsable/absent dates (#891354).
+  - Add comment (Highest,Normal,Lowest) to X-Priority header.
+    Some SpamAssassin rule triggers on the absence of such a comment.
+  - Corrected moving of last message in a folder using Delete-Move-Next 
+    functionality added to core in 1.5.0.
+  - Fix test for LOGINDISABLED, should only test when the auth_mech actually
+    is 'login'.
+  - Update required PHP version to 4.1.0, and remove PHP 4.0.x legacy code.
+  - Make writing of preferences, abook, calendars fail better when disk full
+    (#915527).
+  - Remove code related to non-UID-supporting IMAP servers.
+  - Fix quoteimap() regex escaping problem (#921291).
+  - Added option to suppress Received: line in outbound SM headers (#847107).
+  - Changed read_body header from links to buttons (looks like message index).
+  - Add functions for building HTML forms (functions/forms.php).
+  - Moved javascript_on to session (from prefs). Centralized javascript detection
+    in prefs.php method checkForJavascript.
+  - Added abook_init and abook_add_class hooks.
+  - Fixed "Resume Draft" to continue using selected identities (#845290).
+  - Fixed RFC2821 incompliancy by adding a fallback mechanism to HELO if
+    EHLO is not supported.
+  - Fixed RFC2298 incompliancy by setting envelope sender to null.
+  - Fixed problem where setting all the messages on the last page of the
+    message list would return one page higher.
+  - Remove call to perform expunge on mailbox select - auto-expunge will 
+    still be performed on message delete, etc.
+  - Allow single quotes to be used in theme name in conf.pl (#805309).
+  - Fixed on the fly decoding of base64 encoded attachments.
+  - Fixed message rejects by the postfix sendmail wrapper when attachments were
+    involved.
+  - Fixed date display bug for messages of today. Show short format in case
+    of long format. (only occures in the timeframe around 0:00 AM till
+    timezone).
+  - Added address book sorting options. Ascending/descending sorting code 
+    written by Bryan Loniewski.
+  - Use Special Folder Color config option works again (#931956).
+  - In POP3-class, be more liberal regarding RFC-incompliant POP3-servers.
+  - Disabled Korean extra functions, because they don't provide all required 
+    options and message composition is broken.
+
+Version 1.5.0
+--------------------
+  - Added new preference that determines cursor focus when replying
   - Added support in conf.pl for MS cls command.
   - conf.pl changes for relative paths outside the SM tree (#715119).
   - conf.pl changes for delete_folder restrictions with Courier-IMAP and
@@ -96,6 +152,29 @@ Version 1.5.0 -- CVS
   - conf.pl will no longer offer to detect login methods if TLS is enabled.
   - conf.pl no longer offers UID support toggle, which is forced true in
     global.php
+  - HTML Filter bugfixes and further strengthening in response to some
+    findings reported by stardust.
+  - Disabled Vietnamese and Ukrainian translations. They are done in different 
+    language.
+  - Removed all translations. SquirrelMail translations are distributed as
+    separate packages and kept in different cvs module.
+  - New function: imap_general.php:create_imap_stream()
+  - Updated src/login.php to detect, handle, and warn on LOGINDISABLED from IMAP server.
+  - Fixed SquirrelMail to work under PHP5.
+  - Reintroduce alternating row colors in addressbook, something that has
+    accidentally disappeared in the past.
+  - Disabled Quick-email-reporting feature in spamcop plugin. Bug.809452. Admin
+    can enable it by setting variable in plugins/spamcop/setup.php
+  - Fix again for Internet Explorer's stupidity of decoding characters, then
+    executing it blindly. See http://www.securityfocus.com/archive/1/340118.
+  - Replaced obsolate 2mbit.com RBL with ahbl.org RBL. Bug.No.829887
+  - Added a sitewide override for authenticated SMTP - see authentication.txt.
+  - Fixed sorting of sent_subfolders.
+    Sent_subfolder plugin is hooked to special_mailbox hook.
+  - Integration of delete_move_next plugin into core.
+  - Compression of buttons/headers for message index and message body 
+  - New option to save replies in the same folder as the original message.
+
 
 **************************************
 *** SquirrelMail Stable Series 1.4 ***