Hopefully make the documentation page work a little bit better.
[htmlpurifier-web.git] / news / 2008 / 1031-3.2.0-released.xhtml
blobb259171f05cac703ae6db44b7edc65b07f0f92a1
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4 <html
5 xmlns="http://www.w3.org/1999/xhtml"
6 xmlns:xi="http://www.w3.org/2001/XInclude"
7 xmlns:xc="urn:xhtml-compiler"
8 xc:news="yes"
9 xml:lang="en">
10 <head>
11 <title>HTML Purifier 3.2.0 released - News - HTML Purifier</title>
12 <xi:include href="common-meta.xml" xpointer="xpointer(/*/node())" />
13 </head>
14 <body>
16 <xi:include href="common-header.xml" xpointer="xpointer(/*/node())" />
18 <div id="main">
19 <h1 id="title">HTML Purifier 3.2.0 released</h1>
21 <div id="content">
22 <p>
23 HTML Purifier 3.2.0 is an amalgamation of new features and fixes that
24 have accumulated over a four month period. Some notable features
25 include optional removal of empty elements, column tracking for tokens,
26 proper support for the name attribute and overridable behavior for alt
27 text. There were also
28 major improvements to the test suite interface, error collection output
29 and the auto-formatter framework.
30 </p>
31 <p>
32 The new configuration directives in this release are:
33 </p>
34 <ul>
35 <li><a xc:configdoc="Attr.DefaultImageAlt" /></li>
36 <li><a xc:configdoc="AutoFormat.RemoveEmpty" /></li>
37 <li><a xc:configdoc="AutoFormat.DisplayLinkURI" /></li>
38 <li><a xc:configdoc="Output.SortAttr" /></li>
39 </ul>
40 <p>
41 See <a href="http://repo.or.cz/w/htmlpurifier.git?a=blob;f=NEWS;h=3c8ec4fa8c0dfed2a72f604d1b7e3e595c7f1b36;hb=280211f70b34543c5bb0eff78e2ff2c9b778887a">NEWS</a>
42 for a complete changelog. There are numerous new features <em>not
43 mentioned here</em>.
44 </p>
45 <p>
46 Along with this release, we would like to announce full disclosure on
47 the two security vulnerabilities patched in 3.1.1. Please see the
48 <a href="security/2008/css-backslash.html" xc:absolute="href">CSS Backslash</a> and <a href="security/2008/shift-jis.html" xc:absolute="href">Shift_JIS</a>
49 full disclosure pages.
50 </p>
51 </div>
52 </div>
53 </body>
54 </html>