Fixed typo in error handling in displayHTMLHeader()
[squirrelmail.git] / ChangeLog
index 3b18f2336c0c4e9d78add4b71892a210a606a7b7..75f96edc439625aec37168d0ce2c25a64dc19de1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,8 +18,24 @@ Version 1.5.2 - CVS
   - Security: Possible cookie theft in src/redirect.php if 
     register_globals is enabled, and malicous site is running
     in same domain.
-  
-       
+  - Stop URL parsing, if 8bit symbols or HTML entities are detected (#1356798).
+  - Added new color themes by Jeremy Landes, Tammi Maggard and Lucas Austin-Howe 
+    (#1378332), (#1377567), (#1377529), (#1377528), (#1377527), (#1377526), 
+    (#1377525), (#1393188).
+  - Issue loading options page always loaded the prefs 
+    initial_value on display, instead of the users' value.
+  - Adding the message_body hook to src/view_html.php and src/view_text.php,
+    allowing display of unsafe images when viewing HTML attachments and when
+    HTML is in an <iframe>.
+  - Fixed from address in case of MDN receipts (patch from Dimitar Pashev)
+  - Advanced tree folder listing is moved to templates. $advanced_tree 
+    configuration variable is removed.
+  - Added system locale tests to configtest.php script.
+  - Fixed invalid HTML output that caused error notices in compose.php (#1454409).
+  - Introduction of centralised initialization file init.php.
+  - Added session regenrate id functionality to prohibit session hyijacking.
+  - Fixed sqsession_cookie function for setting HttpOnly cookie attribute.
+
 Version 1.5.1 (branched on 2006-02-12)
 --------------------------------------
   - New reply citation to include date and author.