summaryrefslogtreecommitdiff
path: root/roundcubemail/CHANGELOG
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-11-30 07:33:33 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-11-30 07:33:33 +0000
commite2d5f36dedda0d4c6b00ad1d4ae7a26422218bd6 (patch)
tree58d5bc4e252d38a781af34a18d6734b1c4130fd6 /roundcubemail/CHANGELOG
parent977cfbd90dc3d784908a647749f8329ca31a3de1 (diff)
- Fix handling of empty <U> tags in HTML messages (#1488225)
git-svn-id: https://svn.roundcube.net/trunk@5511 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/CHANGELOG')
-rw-r--r--roundcubemail/CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/CHANGELOG b/roundcubemail/CHANGELOG
index 1cb60a31a..2e8123cd2 100644
--- a/roundcubemail/CHANGELOG
+++ b/roundcubemail/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)