aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/ezyang/htmlpurifier/NEWS
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-03-23 21:44:55 -0700
committerzotlabs <mike@macgirvin.com>2018-03-23 21:44:55 -0700
commita8d81a68d62e982094110a340341756fbb6df4a9 (patch)
tree51f310e1b99b5a8e87d8c349b44f73ea7c3ba6e0 /vendor/ezyang/htmlpurifier/NEWS
parentabe6ab477531916158c04e3d387cb02e839d28b6 (diff)
parent09567da292e4ff1eb89a781b685b26b2f9ba82b4 (diff)
downloadvolse-hubzilla-a8d81a68d62e982094110a340341756fbb6df4a9.tar.gz
volse-hubzilla-a8d81a68d62e982094110a340341756fbb6df4a9.tar.bz2
volse-hubzilla-a8d81a68d62e982094110a340341756fbb6df4a9.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'vendor/ezyang/htmlpurifier/NEWS')
-rw-r--r--vendor/ezyang/htmlpurifier/NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/vendor/ezyang/htmlpurifier/NEWS b/vendor/ezyang/htmlpurifier/NEWS
index fd5d56cf0..9b6e10232 100644
--- a/vendor/ezyang/htmlpurifier/NEWS
+++ b/vendor/ezyang/htmlpurifier/NEWS
@@ -9,6 +9,20 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier
. Internal change
==========================
+4.10.0, released 2018-02-22
+# PHP 5.3 is no longer officially supported by HTML Purifier
+ (we did not specifically break support, but we are no longer
+ testing on PHP 5.3)
+! Relative CSS length units are now supported
+- A few PHP 7.2 compatibility fixes, thanks John Flatness
+ <john@zerocrates.org>
+- Improve portability with old versions of libxml which don't
+ support accessing the data of a node
+- IDNA2008 is now used for converting domains to ASCII, fixing
+ some rather strange bugs with international domains
+- Fix race condition resulting in E_WARNING when creating
+ directories with Serializer
+
4.9.3, released 2017-06-02
- Workaround PHP 7.1 infinite loop when opcode cache is enabled.
Thanks @Xiphin (#134, #135)