Release 4.15.0
[htmlpurifier-web.git] / news / 2017 / 0308-4.9.1-released.xhtml
blob2f8c1e80a304c3e20118ccef7a97470bb6e775db
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 4.9.1 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 4.9.1 released</h1>
21 <div id="content">
22 <p>
23 HTML Purifier 4.9.1 is a maintenance release, collecting a year
24 of accumulated bug fixes plus a few new feature. New features
25 include support for min/max-width/height CSS, and rgba/hsl/hsla
26 in color specifications. Major bugfixes include improvements
27 in the Serializer cache to avoid chmod'ing directories, better
28 entity decoding (we won't accidentally encode entities that occur
29 in URLs) and rel="noopener" on links with target attributes,
30 to prevent them from overwriting the original frame.
31 </p>
32 <p>
33 Note: We skipped 4.9.0 because that release number was briefly
34 tagged in the release repo, but we decided not to release that tag.
35 To avoid confusion, we've skipped to the next patch version number.
36 </p>
37 <p>
38 See <a
39 href="http://repo.or.cz/w/htmlpurifier.git/blob/v4.9.1:/NEWS">NEWS</a>
40 for a complete changelog.
41 </p>
42 </div>
43 </div>
44 </body>
45 </html>