Changelog for
php5-pear-htmlpurifier-4.10.0-23.1.noarch.rpm :
Sat May 19 14:00:00 2018 jweberhoferAATTweberhofer.at
- Improved spec
- Upgraded to version 4.10.0
* PHP 5.3 is no longer officially supported by HTML Purifier
* Relative CSS length units are now supported
* 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
* Don\'t use autoloader when testing for DOMDocument. Hypothetically,
this could cause your install to start using DirectLex if you had
previously been monkeypatching in a custom, autoloaded implementation
of DOMDocument. Don\'t do that. Thanks AATTIzumi-kun (#130)
Sat Aug 5 14:00:00 2017 jweberhoferAATTweberhofer.at
- Added provides section for php5-pear-htmlpurifier
Sat Aug 5 14:00:00 2017 jweberhoferAATTweberhofer.at
- Explicitly build for php5 not for php7
Sat Aug 5 14:00:00 2017 jweberhoferAATTweberhofer.at
- Upgraded to version 4.9.2
- Fixes PHP 5.3 compatibility
- Fix breakage when decoding decimal entities. Thanks AATTrybakit (#129)
- 4.9.1
! %URI.DefaultScheme can now be set to null, in which case
all relative paths are removed.
! New CSS properties: min-width, max-width, min-height, max-height (#94)
! Transparency (rgba) and hsl/hsla supported where color CSS is present.
Thanks AATTfxbt for contributing the patch. (#118)
- When idn_to_ascii is defined, we might accept malformed
hostnames. Apply validation to the result in such cases.
- Close directory when done in Serializer DefinitionCache (#100)
- Deleted some asserts to avoid linters from choking (#97)
- Rework Serializer cache behavior to avoid chmod\'ing if possible (#32)
- Embedded semicolons in strings in CSS are now handled correctly!
- We accidentally dropped certain Unicode characters if there was
one or more invalid characters. This has been fixed, thanks
to mpyw
- Fix for \"Don\'t truncate upon encountering when using DOMLex\"