Skip to content

Commit c135c36

Browse files
committed
Release notes for 2.2.1
1 parent 1ae91f6 commit c135c36

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

website/sphinx/releases.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Release notes
44
.. toctree::
55
:maxdepth: 2
66

7+
releases/v2.2.1
78
releases/v2.2.0
89
releases/v2.1.1
910
releases/v2.1.0

website/sphinx/releases/v2.2.1.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
What's new in Tornado 2.2.1
2+
===========================
3+
4+
Apr 23, 2012
5+
------------
6+
7+
Security fixes
8+
~~~~~~~~~~~~~~
9+
10+
* `tornado.web.RequestHandler.set_header` now properly sanitizes input
11+
values to protect against header injection, response splitting, etc.
12+
(it has always attempted to do this, but the check was incorrect).
13+
Note that redirects, the most likely source of such bugs, are protected
14+
by a separate check in `RequestHandler.redirect`.
15+
16+
Bug fixes
17+
~~~~~~~~~
18+
19+
* Colored logging configuration in `tornado.options` is compatible with
20+
Python 3.2.3 (and 3.3).

0 commit comments

Comments
 (0)