Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2020-04-22 13:33:34 +0300
committerAleksander Machniak <alec@alec.pl>2020-04-22 13:34:25 +0300
commit37acfc2e03eed19c596a213618936475ef25d15d (patch)
treeccc6d80f5a1c033efd39d70e957b309ed9a07b3b /CHANGELOG
parent080b0afd9581babf90c25a0eb0a6c926b5991139 (diff)
Fix performance issue of parsing big HTML messages by disabling HTML5 parser for these (#7331)
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 426fe52f4..234c35c8f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -23,6 +23,7 @@ CHANGELOG Roundcube Webmail
- Fix characters encoding in group rename input after group creation/rename (#7330)
- Fix bug where some message/rfc822 parts could not be attached on forward (#7323)
- Make install-jsdeps.sh script working without the 'file' program installed (#7325)
+- Fix performance issue of parsing big HTML messages by disabling HTML5 parser for these (#7331)
RELEASE 1.4.3
-------------