filename typo
[squirrelmail.git] / doc / ChangeLog
index 40153a50c2b38206ccf443db2ba672216aa4ba29..aff9a0218f92b8551bad244862829a8a58e4a50f 100644 (file)
@@ -369,6 +369,24 @@ Version 1.5.2 - SVN
   - Fixed XSS problem with unsanitized style tags in messages. [CVE-2011-2023]
   - Always ensure that the Reply-To header is a full email address in
     outgoing messages
+  - Unified address book searches somewhat: file-backed address books now
+    search in each field individually; database-backed address books now
+    search in fields other than first/last name (nickname, email)
+  - Made performance improvements in security token handling
+  - Improvements for PHP 5.4 compatibility.
+  - Added option that allows users to have replies to their own
+    messages sent to the recipient of the previous message (#3520988).
+  - Added associative edit list option widget, with optional folder
+    list selector for values
+  - Added option to use blank spacer instead of security image ("This
+    image has been removed for security reasons.") for replacing
+    unsafe images.
+  - Full date and time is used as "title" (mouseover) text for dates
+    shown on the message list screen
+  - Added advanced control over the SSL context used when connecting
+    to the SMTP and IMAP servers over SSL/TLS (Thanks to Emmanuel
+    Dreyfus).  See $imapSslOptions and $smtpSslOptions in
+    config_local.example.php for more information.
 
 Version 1.5.1 (branched on 2006-02-12)
 --------------------------------------