From b9d886d53bbe2f2455b0e09acd395cdb0fa6f50e Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Mon, 3 Sep 2007 15:30:12 +0000 Subject: [PATCH] Release 2.1.2. git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1402 48356398-32a2-884e-a903-53898d9a118a --- Doxyfile | 2 +- NEWS | 3 ++- VERSION | 2 +- WHATSNEW | 18 ++++++++---------- library/HTMLPurifier.php | 4 ++-- library/HTMLPurifier/Config.php | 2 +- 6 files changed, 15 insertions(+), 16 deletions(-) rewrite WHATSNEW (100%) diff --git a/Doxyfile b/Doxyfile index 9076573d..044217be 100644 --- a/Doxyfile +++ b/Doxyfile @@ -4,7 +4,7 @@ # Project related configuration options #--------------------------------------------------------------------------- PROJECT_NAME = HTML Purifier -PROJECT_NUMBER = 2.1.1 +PROJECT_NUMBER = 2.1.2 OUTPUT_DIRECTORY = "C:/Documents and Settings/Edward/My Documents/My Webs/htmlpurifier/docs/doxygen" CREATE_SUBDIRS = NO OUTPUT_LANGUAGE = English diff --git a/NEWS b/NEWS index 42f1d9df..5279790f 100644 --- a/NEWS +++ b/NEWS @@ -9,7 +9,7 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier . Internal change ========================== -2.1.2, unknown release date +2.1.2, released 2007-09-03 ! Implemented Object module for trusted users ! Implemented experimental HTML5 parsing mode using PH5P. To use, add this to your code: @@ -17,6 +17,7 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier $config->set('Core', 'LexerImpl', 'PH5P'); Note that this Lexer introduces some classes not in the HTMLPurifier namespace. Also, this is PHP5 only. +! CSS property border-spacing implemented - Fix non-visible parsing error in DirectLex with empty tags that have slashes inside attribute values. - Fix typo in CSS definition: border-collapse:seperate; was incorrectly diff --git a/VERSION b/VERSION index 7c327287..8f9174b4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.1 \ No newline at end of file +2.1.2 \ No newline at end of file diff --git a/WHATSNEW b/WHATSNEW dissimilarity index 100% index a08edbb5..e9a40184 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -1,10 +1,8 @@ -In version 2.1, HTML Purifier's URI validation and filtering handling -system has been revamped with a new, extensible URIFilter system. Also -notable features include preservation of emoticons in PHP5 with -%Core.AggressivelyFixLt, standalone and lite download versions, -transforming relative URIs to absolute URIs, Ruby in XHTML 1.1, a Phorum -mod, and UTF-8 font names. Notable bug-fixes include refinement of -the auto-paragraphing algorithm (no longer experimental), better XHTML -1.1 support and the removal of the contents of