Add support for socket-based database connections
[squirrelmail.git] / doc / ChangeLog
index 03236eba726636abfbaf0674cfae36f772d44365..d4cdb30a35ce03c89eff2836eb58e944e819b84e 100644 (file)
@@ -396,6 +396,14 @@ Version 1.5.2 - SVN
   - Prevent session lock-up caused by filters plugin trying to move
     messages in an account that is over quota.
   - Added MD5 alternative to directory hash calculation
+  - Added ability for administrator to control whether or not users
+    can edit their reply-to address ($edit_reply_to in config.php)
+  - Added new "login_before_page_header" (boolean) hook; allows
+    plugins to have more explicit control over login page header
+  - Added new "smtp_helo_override" hook; allows plugins to override
+    the HELO host sent to the SMTP server when sending messages
+  - Added PDO support for database connections, so no external
+    database module needs to be installed
 
 Version 1.5.1 (branched on 2006-02-12)
 --------------------------------------