--- /dev/null
+What's new in Tornado 4.4.2
+===========================
+
+Oct 1, 2016
+------------
+
+Security fixes
+~~~~~~~~~~~~~~
+
+* A difference in cookie parsing between Tornado and web browsers
+ (especially when combined with Google Analytics) could allow an
+ attacker to set arbitrary cookies and bypass XSRF protection. The
+ cookie parser has been rewritten to fix this attack.
+
+Backwards-compatibility notes
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+* Cookies containing certain special characters (in particular semicolon
+ and square brackets) are now parsed differently.
+* If the cookie header contains a combination of valid and invalid cookies,
+ the valid ones will be returned (older versions of Tornado would reject the
+ entire header for a single invalid cookie).
# is zero for an official release, positive for a development branch,
# or negative for a release candidate or beta (after the base version
# number has been incremented)
-version = "4.4.1"
-version_info = (4, 4, 1, 0)
+version = "4.4.2"
+version_info = (4, 4, 2, 0)