HISTORY in sanitize-1.0.8 vs HISTORY in sanitize-1.1.0

- old
+ new

@@ -1,7 +1,14 @@ Sanitize History ================================================================================ +Version 1.1.0 (2009-10-11) + * Migrated from Hpricot to Nokogiri. Requires libxml2 >= 2.7.2 [Adam Hooper] + * Added an :output config setting to allow the output format to be specified. + Supported formats are :xhtml (the default) and :html (which outputs HTML4). + * Changed protocol regex to ensure Sanitize doesn't kill URLs with colons in + path segments. [Peter Cooper] + Version 1.0.8 (2009-04-23) * Added a workaround for an Hpricot bug that prevents attribute names from being downcased in recent versions of Hpricot. This was exploitable to prevent non-whitelisted protocols from being cleaned. [Reported by Ben Wanicur]