From 487fcd55ea30d415acb2abc99b4e4c0f181a5401 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Sun, 18 May 2008 18:56:27 +0000 Subject: [PATCH] Release 2.1.4 git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/branches/php4@1736 48356398-32a2-884e-a903-53898d9a118a --- Doxyfile | 2 +- NEWS | 2 +- VERSION | 2 +- WHATSNEW | 12 ++++++------ library/HTMLPurifier.php | 4 ++-- library/HTMLPurifier/Config.php | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Doxyfile b/Doxyfile index 23669ea7..4e168684 100644 --- a/Doxyfile +++ b/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = HTMLPurifier # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 2.1.3 +PROJECT_NUMBER = 2.1.4 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/NEWS b/NEWS index a46d4be3..beaf4c28 100644 --- a/NEWS +++ b/NEWS @@ -14,7 +14,7 @@ ERRATA If you desire to use it, please use it with the latest, PHP5-only version of HTML Purifier. -2.1.4, unknown release date +2.1.4, released 2008-05-18 ! DefinitionCacheFactory now can register new implementations ! CSS properties are now case-insensitive ! Encoder optimized with valid UTF-8 input diff --git a/VERSION b/VERSION index abae0d9a..c346e7a0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.3 \ No newline at end of file +2.1.4 \ No newline at end of file diff --git a/WHATSNEW b/WHATSNEW index d3511d5d..88d0d883 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -1,6 +1,6 @@ -Stability release 2.1.3 fixes a slew of minor bugs found in HTML Purifier, -and also includes some internal code enhancements and refactorings. -Notably, tests/multitest.php automates testing in multiple versions, -fatal AttrDef_URI_Email error fixed, blockquote contents are more lenient -in HTML 4.01 Strict and fatal errors involving ID tags in img tags were -fixed. +Security release 2.1.4 is a backport release that fixes a vulnerability +related to URI handling. In addition, it also includes a number of +bugfixes that have accumulated in the HTML Purifier 3 series but had +not been merged back yet. Please remember that HTML Purifier 2.1 will +be deprecated and will be officially dropped by the end of 2008. Please +only use it for legacy PHP 4 installs. diff --git a/library/HTMLPurifier.php b/library/HTMLPurifier.php index 2f622c79..a7bba317 100644 --- a/library/HTMLPurifier.php +++ b/library/HTMLPurifier.php @@ -22,7 +22,7 @@ */ /* - HTML Purifier 2.1.3 - Standards Compliant HTML Filtering + HTML Purifier 2.1.4 - Standards Compliant HTML Filtering Copyright (C) 2006-2007 Edward Z. Yang This library is free software; you can redistribute it and/or @@ -83,7 +83,7 @@ since 2.0.0. class HTMLPurifier { - var $version = '2.1.3'; + var $version = '2.1.4'; var $config; var $filters = array(); diff --git a/library/HTMLPurifier/Config.php b/library/HTMLPurifier/Config.php index 203542f0..1c043aeb 100644 --- a/library/HTMLPurifier/Config.php +++ b/library/HTMLPurifier/Config.php @@ -42,7 +42,7 @@ class HTMLPurifier_Config /** * HTML Purifier's version */ - var $version = '2.1.3'; + var $version = '2.1.4'; /** * Two-level associative array of configuration directives