From 252c5afae06382c70d753f4e50228c310e712d78 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Thu, 17 Aug 2006 01:49:38 +0000 Subject: [PATCH] Update NEWS and TODO after IPv6 was fixed. git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@287 48356398-32a2-884e-a903-53898d9a118a --- NEWS | 1 - TODO | 1 - 2 files changed, 2 deletions(-) diff --git a/NEWS b/NEWS index 66516f1f..cac6c037 100644 --- a/NEWS +++ b/NEWS @@ -5,5 +5,4 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier - First public release, most functionality implemented. Notable omissions are: . Shorthand CSS properties . Table CSS properties - . IPv6 validation . Deprecated attribute transformations diff --git a/TODO b/TODO index 3096da45..d6e84899 100644 --- a/TODO +++ b/TODO @@ -6,7 +6,6 @@ Core: Code issues: - Massive profiling, make it faster! - - Fix IPv6 issues - Make URI validation routines tighter (especially mailto) - Distinguish between different types of URIs, for instance, a mailto URI in IMG SRC is nonsensical