adding functional list_addr function and listing parameter, that is used
[squirrelmail.git] / ChangeLog
index b16de091a5ecf39ba17c5d9044f0dc3e8d0642dd..338e40d4490c24cf10b6abf7aeebaac30a4f24b0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -358,6 +358,18 @@ Version 1.5.1 -- CVS
   - Fix "Include me in CC on Reply All" for the case where email address was
     not set in the prefs (#781202, #1093363).
   - Move documentation for SquirrelMail developers to doc/Development.
+  - Added id attribute support to form functions. It can be used for Section 
+    508 or WAI fixes. Original idea and patch by dugan <at> passwall.com.
+  - Fixed broken attachments caused by inconsistency of PHP chunk_split().
+    Thanks to Roalt Zijlstra.
+  - Identity code was not checking for domain part in username before setting
+    email address (Bug #1219184).
+  - Disallow access to the administrator plugin screens when the plugin is
+    not enabled in the config.
+  - Security: fix several cross site scripting (XSS) attacks. Thanks go to
+    Martijn Brinkers for finding a lot of these. [CAN-2005-1769]
+  - Update COPYING with new address of the FSF.
+  - Fixed missing quote character when trying to build cid: urls.
 
 Version 1.5.0 - 2 February 2004
 -------------------------------