0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-18 18:25:18 +00:00

Add 4.0.0 release information.

Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
This commit is contained in:
Edward Z. Yang 2009-02-16 22:00:22 -05:00
parent e9f529e78f
commit 92344cc83a
2 changed files with 6 additions and 0 deletions

3
NEWS
View File

@ -9,6 +9,9 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier
. Internal change
==========================
4.0.0, unknown release date
(no items yet)
3.3.0, released 2009-02-16
! Implement CSS property 'overflow' when %CSS.AllowTricky is true.
! Implement generic property list classess

View File

@ -3,6 +3,7 @@
set_time_limit(0);
require_once 'PEAR/PackageFileManager2.php';
require_once 'PEAR/PackageFileManager/File.php';
PEAR::setErrorHandling(PEAR_ERROR_PRINT);
$pkg = new PEAR_PackageFileManager2;
@ -17,6 +18,8 @@ $pkg->setOptions(
'ignore' => array(
'HTMLPurifier.standalone.php',
'HTMLPurifier.path.php',
'*.tar.gz',
'*.tgz',
'standalone/'
),
)