diff --git a/python-tornado.changes b/python-tornado.changes index ce52480..399119b 100644 --- a/python-tornado.changes +++ b/python-tornado.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Tue Oct 4 23:57:09 UTC 2011 - alexandre@exatati.com.br + +- Update to 2.1.1 + Bug fixes: + - Fixed handling of closed connections with the epoll + (i.e. Linux) IOLoop. Previously, closed connections could be + shut down too early, which most often manifested as “Stream + is closed” exceptions in SimpleAsyncHTTPClient. + - Fixed a case in which chunked responses could be closed + prematurely, leading to truncated output. + - IOStream.connect now reports errors more consistently via + logging and the close callback (this affects e.g. connections + to localhost on FreeBSD). + - IOStream.read_bytes again accepts both int and long arguments. + - PeriodicCallback no longer runs repeatedly when IOLoop + iterations complete faster than the resolution of time.time() + (mainly a problem on Windows). + Backwards-compatibility note + - Listening for IOLoop.ERROR alone is no longer sufficient for + detecting closed connections on an otherwise unused socket. + IOLoop.ERROR must always be used in combination with READ or + WRITE. + ------------------------------------------------------------------- Wed Sep 21 11:27:02 UTC 2011 - alexandre@exatati.com.br diff --git a/python-tornado.spec b/python-tornado.spec index f516714..41c4408 100644 --- a/python-tornado.spec +++ b/python-tornado.spec @@ -16,7 +16,7 @@ # Name: python-tornado -Version: 2.1 +Version: 2.1.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.1.1.tar.bz2 b/tornado-2.1.1.tar.bz2 new file mode 100644 index 0000000..c3eb90e --- /dev/null +++ b/tornado-2.1.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4535662144bfa9f73f49340040bb6c8db88628d8b9d85b57ae013203806c8e7c +size 275985 diff --git a/tornado-2.1.tar.bz2 b/tornado-2.1.tar.bz2 deleted file mode 100644 index 49a7de0..0000000 --- a/tornado-2.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19f289b6579bb03139c588caff394fc01fbf43fa30f686994a77c4d1dfe3d0d0 -size 275452