[2.1.0] Implement Ruby.
[htmlpurifier.git] / WHATSNEW
blob2f0b2d9da919b8b22937d24f091099688215ad2f
1 The 2.0.1 release introduces a number of stability and usability fixes,
2 as well as a number of (disabled by default) experimental features.  The
3 security-minded should note that a reflected XSS vulnerability was patched
4 in smoketests/configForm.php; if you cannot upgrade immediately, please
5 delete that file (if that directory is not publically accessible, there
6 is no security risk).  The maintenance changes include more helpful file
7 permissions errors, internal newline normalization, reordered includes
8 to prevent a missing class definition in some setups, and better cache
9 revision and id handling.  The two experimental features are auto-formatting
10 (auto-paragraphing and linkification) and error collection, these can
11 be enabled with %AutoFormat.AutoParagraph, %AutoFormat.Linkify and
12 %Core.CollectErrors respectively.