summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2011-11-30 07:33:33 +0000
committeralecpl <alec@alec.pl>2011-11-30 07:33:33 +0000
commitaf4b3be87d7251fd2cd4b9bd0cee617dca733622 (patch)
tree3f6d3f17c74042458e01a5e6c4fd9641915a430c /CHANGELOG
parent57486f6e58d602413b58f780bf3a94ad6d2af8ce (diff)
- Fix handling of empty <U> tags in HTML messages (#1488225)
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 1cb60a31a..2e8123cd2 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
+- Fix handling of empty <U> tags in HTML messages (#1488225)
- Add content filter for embedded attachments to protect from XSS on IE (#1487895)
- Use strpos() instead of strstr() when possible (#1488211)
- Fix handling HTML entities when converting HTML to text (#1488212)