don't accept 8bit characters in IMAP folder names and warn about special
[squirrelmail.git] / ChangeLog
index 10f83cee9cfbe61c440ec8efe61df418647c210c..3d6e2771d9eaa835a3d0bf39d3930ba5780e495f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -72,6 +72,16 @@ Version 1.5.2 - CVS
   - Added write support to address book LDAP backend. Patch by David 
     Hardeman (#1495763).
   - Added message copy options.
+  - Removed html formating from address book backend classes. Added
+    fullname() method to addressbook_backend class. Moved
+    htmlspecialchars() sanitizing from address book backend classes to
+    html output code. If third party code displays errors from address
+    book object in html, errors must be sanitized and ASCII line feeds
+    should be converted to html line breaks.
+  - Add note to conf.pl / config_default.php to warn users that set
+    sensitive passwords in that file to properly secure it.
+  - Prevent modifications in advanced identities, when editing of
+    identities is disabled.
 
 Version 1.5.1 (branched on 2006-02-12)
 --------------------------------------