]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Add 3.1.1 release notes.
authorBen Darnell <ben@bendarnell.com>
Sun, 1 Sep 2013 18:20:03 +0000 (14:20 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 1 Sep 2013 18:20:03 +0000 (14:20 -0400)
docs/releases.rst
docs/releases/v3.1.1.rst [new file with mode: 0644]

index 82436444b4f26d2b6f17d40410554f3fd47eb9a1..e72cd4ce20002ca7d3be84555b27e799d556b34f 100644 (file)
@@ -4,6 +4,7 @@ Release notes
 .. toctree::
    :maxdepth: 2
 
+   releases/v3.1.1
    releases/v3.1.0
    releases/v3.0.2
    releases/v3.0.1
diff --git a/docs/releases/v3.1.1.rst b/docs/releases/v3.1.1.rst
new file mode 100644 (file)
index 0000000..c60781f
--- /dev/null
@@ -0,0 +1,10 @@
+What's new in Tornado 3.1.1
+===========================
+
+Sep 1, 2013
+-----------
+
+* `.StaticFileHandler` no longer fails if the client requests a ``Range`` that
+  is larger than the entire file (Facebook has a crawler that does this).
+* `.RequestHandler.on_connection_close` now works correctly on subsequent
+  requests of a keep-alive connection.