From f33d1f8e9939ccf181aee9f6082244d900a98001 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Thu, 22 Feb 2018 20:55:01 -0500 Subject: [PATCH] Changelog prep for release. (#167) Signed-off-by: Edward Z. Yang --- .travis.yml | 1 + NEWS | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/.travis.yml b/.travis.yml index 49878ea7..e6867d3c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ php: - '5.6' - '7.0' - '7.1' + - '7.2' before_script: - git clone --depth=50 https://github.com/ezyang/simpletest.git - cp test-settings.travis.php test-settings.php diff --git a/NEWS b/NEWS index fd5d56cf..fec94fab 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,20 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier . Internal change ========================== +4.10.0, unknown release date +# 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 + +- 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) -- 2.11.4.GIT