diff --git a/python-tornado.changes b/python-tornado.changes index a7e088a..a8b2aa0 100644 --- a/python-tornado.changes +++ b/python-tornado.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Nov 25 11:41:29 UTC 2012 - alexandre@exatati.com.br + +- Update to 2.4.1: + - Fixed a memory leak in tornado.stack_context that was especially + likely with long-running @gen.engine functions. + - tornado.auth.TwitterMixin now works on Python 3. + - Fixed a bug in which IOStream.read_until_close with a streaming + callback would sometimes pass the last chunk of data to the + final callback instead of the streaming callback. + ------------------------------------------------------------------- Wed Sep 5 03:54:59 UTC 2012 - alexandre@exatati.com.br diff --git a/python-tornado.spec b/python-tornado.spec index 4fcfd53..853c0f6 100644 --- a/python-tornado.spec +++ b/python-tornado.spec @@ -17,7 +17,7 @@ %define modname tornado Name: python-%{modname} -Version: 2.4 +Version: 2.4.1 Release: 0 Url: http://www.tornadoweb.org Summary: Open source version of scalable, non-blocking web server that power FriendFeed diff --git a/python3-tornado.changes b/python3-tornado.changes index ab113a8..6c2a982 100644 --- a/python3-tornado.changes +++ b/python3-tornado.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Nov 25 11:41:29 UTC 2012 - alexandre@exatati.com.br + +- Update to 2.4.1: + - Fixed a memory leak in tornado.stack_context that was especially + likely with long-running @gen.engine functions. + - tornado.auth.TwitterMixin now works on Python 3. + - Fixed a bug in which IOStream.read_until_close with a streaming + callback would sometimes pass the last chunk of data to the + final callback instead of the streaming callback. + ------------------------------------------------------------------- Thu Nov 22 14:18:55 UTC 2012 - toddrme2178@gmail.com diff --git a/python3-tornado.spec b/python3-tornado.spec index 4ab34df..b539c63 100644 --- a/python3-tornado.spec +++ b/python3-tornado.spec @@ -17,7 +17,7 @@ %define modname tornado Name: python3-%{modname} -Version: 2.4 +Version: 2.4.1 Release: 0 Url: http://www.tornadoweb.org Summary: Open source version of scalable, non-blocking web server that power FriendFeed diff --git a/tornado-2.4.1.tar.bz2 b/tornado-2.4.1.tar.bz2 new file mode 100644 index 0000000..c3f3d02 --- /dev/null +++ b/tornado-2.4.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f34181b8d556cf64ddb410fe1ba7c733eb17fb3d15a80c57da2968a4e23a59de +size 300722 diff --git a/tornado-2.4.tar.bz2 b/tornado-2.4.tar.bz2 deleted file mode 100644 index 2a93f9c..0000000 --- a/tornado-2.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9adce659463283fa8a14f094ae0bf6463069e0b7146738745548f8a64a65a9b -size 299561