From 632bf2bbd430a4e643a2f729869a76e12fafabbf Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Tue, 14 Sep 2010 23:38:51 -0400 Subject: [PATCH] Shift to 4.2.0 release cycle. Signed-off-by: Edward Z. Yang --- NEWS | 2 +- TODO | 2 +- .../ConfigSchema/schema/CSS.ForbiddenProperties.txt | 2 +- .../ConfigSchema/schema/Core.RemoveProcessingInstructions.txt | 2 +- .../ConfigSchema/schema/HTML.FlashAllowFullScreen.txt | 2 +- .../HTMLPurifier/ConfigSchema/schema/URI.DisableResources.txt | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index 752ec364..2b7fe3fb 100644 --- a/NEWS +++ b/NEWS @@ -9,7 +9,7 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier . Internal change ========================== -4.1.2, unknown release date +4.2.0, unknown release date ! Added %Core.RemoveProcessingInstructions, which lets you remove statements. ! Added %URI.DisableResources functionality; the directive originally diff --git a/TODO b/TODO index e3e02624..1e431cce 100644 --- a/TODO +++ b/TODO @@ -27,7 +27,7 @@ Things to do as soon as possible: FUTURE VERSIONS --------------- -4.2 release [OMG CONFIG PONIES] +4.3 release [OMG CONFIG PONIES] ! Fix Printer. It's from the old days when we didn't have decent XML classes ! Factor demo.php into a set of Printer classes, and then create a stub file for users here (inside the actual HTML Purifier library) diff --git a/library/HTMLPurifier/ConfigSchema/schema/CSS.ForbiddenProperties.txt b/library/HTMLPurifier/ConfigSchema/schema/CSS.ForbiddenProperties.txt index 2e7d4a6c..f1f5c5f1 100644 --- a/library/HTMLPurifier/ConfigSchema/schema/CSS.ForbiddenProperties.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/CSS.ForbiddenProperties.txt @@ -1,6 +1,6 @@ CSS.ForbiddenProperties TYPE: lookup -VERSION: 4.1.2 +VERSION: 4.2.0 DEFAULT: array() --DESCRIPTION--

diff --git a/library/HTMLPurifier/ConfigSchema/schema/Core.RemoveProcessingInstructions.txt b/library/HTMLPurifier/ConfigSchema/schema/Core.RemoveProcessingInstructions.txt index 0a6d4ec1..3397d9f7 100644 --- a/library/HTMLPurifier/ConfigSchema/schema/Core.RemoveProcessingInstructions.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/Core.RemoveProcessingInstructions.txt @@ -1,6 +1,6 @@ Core.RemoveProcessingInstructions TYPE: bool -VERSION: 4.1.2 +VERSION: 4.2.0 DEFAULT: false --DESCRIPTION-- Instead of escaping processing instructions in the form <? ... diff --git a/library/HTMLPurifier/ConfigSchema/schema/HTML.FlashAllowFullScreen.txt b/library/HTMLPurifier/ConfigSchema/schema/HTML.FlashAllowFullScreen.txt index dd6d457c..7878dc0b 100644 --- a/library/HTMLPurifier/ConfigSchema/schema/HTML.FlashAllowFullScreen.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/HTML.FlashAllowFullScreen.txt @@ -1,6 +1,6 @@ HTML.FlashAllowFullScreen TYPE: bool -VERSION: 4.1.2 +VERSION: 4.2.0 DEFAULT: false --DESCRIPTION--

diff --git a/library/HTMLPurifier/ConfigSchema/schema/URI.DisableResources.txt b/library/HTMLPurifier/ConfigSchema/schema/URI.DisableResources.txt index 733e65d6..f891de49 100644 --- a/library/HTMLPurifier/ConfigSchema/schema/URI.DisableResources.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/URI.DisableResources.txt @@ -1,6 +1,6 @@ URI.DisableResources TYPE: bool -VERSION: 4.1.2 +VERSION: 4.2.0 DEFAULT: false --DESCRIPTION--

@@ -10,6 +10,6 @@ DEFAULT: false

Note: While this directive has been available since 1.3.0, - it didn't actually start doing anything until 4.1.2. + it didn't actually start doing anything until 4.2.0.

--# vim: et sw=4 sts=4