]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Remove now-redundant entries from next.rst, bump version to 2.4.post2.
authorBen Darnell <ben@bendarnell.com>
Sun, 25 Nov 2012 03:28:13 +0000 (22:28 -0500)
committerBen Darnell <ben@bendarnell.com>
Sun, 25 Nov 2012 03:28:13 +0000 (22:28 -0500)
setup.py
tornado/__init__.py
website/sphinx/releases/next.rst

index fc7332402768e3690459d6ae0363b65ee6c9d35f..7bfc903e18ebcfce0f6fe62b92257e116864bfac 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -33,7 +33,7 @@ if "linux" in sys.platform.lower() and not python_26:
     extensions.append(distutils.core.Extension(
         "tornado.epoll", ["tornado/epoll.c"]))
 
-version = "2.4.post1"
+version = "2.4.post2"
 
 if major >= 3:
     import setuptools  # setuptools is required for use_2to3
index fa544a020d5fadd8e2e8181b28f7325ef52df481..2d1bba88399932bc7ebdc141427f4578a649b072 100644 (file)
@@ -25,5 +25,5 @@ from __future__ import absolute_import, division, with_statement
 # is zero for an official release, positive for a development branch,
 # or negative for a release candidate (after the base version number
 # has been incremented)
-version = "2.4.post1"
-version_info = (2, 4, 0, 1)
+version = "2.4.post2"
+version_info = (2, 4, 0, 2)
index 56befec7bebd513c64aa87255047f7334fdc5444..36bfaa130f720115b19cc649b8bc49d0ee13e088 100644 (file)
@@ -156,13 +156,9 @@ In progress
   response code the same as a 303.  This is contrary to the HTTP spec
   but consistent with all browsers and other major HTTP clients
   (including `CurlAsyncHTTPClient`).
-* Fixed a bug with `IOStream.read_until_close` with a ``streaming_callback``,
-  which would cause some data to be passed to the final callback instead
-  of the streaming callback.
 * The `tornado.auth` mixin classes now define a method
   ``get_auth_http_client``, which can be overridden to use a non-default
   `AsyncHTTPClient` instance (e.g. to use a different `IOLoop`)
-* `tornado.auth.TwitterMixin` now works on Python 3.
 * ``Etag``/``If-None-Match`` requests now work with `StaticFileHandler`.
 * `StaticFileHandler` no longer sets ``Cache-Control: public`` unnecessarily.
 * The behavior of ``header_callback`` with `SimpleAsyncHTTPClient` has