summaryrefslogtreecommitdiff
path: root/roundcubemail/CHANGELOG
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-11-28 08:31:42 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-11-28 08:31:42 +0000
commit62073d43bc8fb42a9bee9fa218c5c8e12388fa39 (patch)
tree1003a82121fa9b12f04156182944f33eaa19ec65 /roundcubemail/CHANGELOG
parent08267eacc7565a3f2f8956bfb51dabcd45ce2472 (diff)
- Use strpos() instead of strstr() when possible (#1488211)
git-svn-id: https://svn.roundcube.net/trunk@5498 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 02d9d66f8..e99728105 100644
--- a/roundcubemail/CHANGELOG
+++ b/roundcubemail/CHANGELOG
@@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
+- Use strpos() instead of strstr() when possible (#1488211)
- Fix handling HTML entities when converting HTML to text (#1488212)
- Fix fit_string_to_size() renders browser and ui unresponsive (#1488207)
- Fix handling of invalid characters in request (#1488124)