Fixed possibility to use single quote in provider name (#1475744).
[squirrelmail.git] / ChangeLog
index 969a8fd2132cd0192a37d9cf41ad89ddf825cf64..ed8703123ea169f67c9e8194f12744bf2c7c63f4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -37,6 +37,17 @@ Version 1.5.2 - CVS
   - 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).
+  - Fixed session lockups on large attachment downloads.
+  - Added configtest hook in src/configtest.php.
+  - Improved error handling for the help pages.
+  - Fixed possibility to use single quote in provider name (#1475744).
 
 Version 1.5.1 (branched on 2006-02-12)
 --------------------------------------