E_ALL fix for mail_fetch
[squirrelmail.git] / ChangeLog
index 9f4df7b305852325e08856349d994eeac70a79cc..ad09b520be8785760021b1ab34facd90873daf7b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,32 @@
 *************************************
-*** Squirrelmail Devel Series 1.3 ***
+*** SquirrelMail Devel Series 1.3 ***
 *************************************
 
-       
-Version 1.3.2 -- cvs
+Version 1.3.3 -- cvs
+-------------
+  - Change the way highlighting rules are stored to make them more reliable and
+    easier to manage.
+  - Reorganization of conf.pl, menu #2 (tassium)
+  - Added CRAM-MD5 and DIGEST-MD5 authentication support for IMAP and SMTP
+       (tassium)
+  - Experimental TLS support for IMAP and SMTP (requires PHP 4.3.x) (tassium)
+  - config_local.php now gets appended to config.php by conf.pl when saved
+       (tassium)
+
+Version 1.3.2
 -------------
+  - Rewrite of message delivery related functions.
+  - Userinterface modifications.
   - Added Japanese support thanks to Masato HIGASHIYAMA <masato@yamaai-tech.com>
   - Remove NOOP checks in the POP3 client of mail_fetch to make things more
     compatible and not break things which don't need to be broken.
   - Fix src directory being moved on Windows systems, bugs #586518 #605256 #610676.
+  - This release is compatible with installations that have register_globals set to off.
+  - Do not lose user prefs/sigs/abooks when trying to save to a full disk.
+  - Make the SquirrelMail link on the right top configurable so a provider can point
+    to their own FAQ for example.
+  - Enable TZ in safe_mode if safe_mode_allowed_env_vars permits this bug #612148.
+  - Fix some bugs in folder management (create, delete,...) and add enhancements.
 
 Version 1.3.1
 -------------