Adding new function that allows us to stop using the @ error suppression operator...
[squirrelmail.git] / ChangeLog
index 953cbfd5389b632473160c8c055034ad57348d2b..c8088c9c864ba054ac171702658fdb6c0fb73759 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -223,6 +223,15 @@ Version 1.5.2 - SVN
   - Enabled user selection of address format when adding from address
     book during message composition.
   - Added a "short_open_tag" configuration test.
+  - Fixed outgoing messages to allow addresses such as "0@..." or "000@...", 
+    etc. (#1818398).
+  - PAGE_NAME might not be defined in all plugins, which might cause a
+    "not defined" error on session timeouts.
+  - Allow custom session handlers to work correctly (and be defined at the
+    application level with SquirrelMail).
+  - Fix off-by-one in bodystructure parsing triggered by servers sending
+    a body location part (e.g. Sun Java System Messaging Server). Thanks
+    John Callahan (#1808382).
 
 Version 1.5.1 (branched on 2006-02-12)
 --------------------------------------