adding hack to fix setlocale behavior on OpenBSD 3.8+ (#1427512). I don't think
[squirrelmail.git] / ChangeLog
index 5e62350277de1e397e61de224c70cf2d203d06b2..5ff9693b19fd6878886ce2e4898e8c1a22a858fc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -32,8 +32,19 @@ Version 1.5.2 - CVS
     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 hijacking.
+  - Fixed sqsession_cookie function for setting HttpOnly cookie attribute.
+  - Reduce references header in a smart way to avoid "header too long"
+    errors from SMTP servers in really long threads (#1167754, #1465342).
+  - Added code that allows to use internal password functions in sqimap_login().
+    Switched plugins to use this code instead of accessing key and otp information
+    directly.
+  - Fixed automatic mailbox creation in left_main.php. 1.5.1 mailbox caching 
+    broke detection of unsubscribed special folders.
+  - Undo extra sanitizing in decodeHeader() function (#1460638).
+  - Added workaround for broken OpenBSD 3.8+ setlocale() function (#1427512).
 
-       
 Version 1.5.1 (branched on 2006-02-12)
 --------------------------------------
   - New reply citation to include date and author.