Bug 619616 - Tornado 1.0 Available
Summary: Tornado 1.0 Available
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: python-tornado
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Ionuț Arțăriși
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-07-29 23:18 UTC by Silas Sewell
Modified: 2010-08-13 21:22 UTC (History)
1 user (show)

Fixed In Version: python-tornado-1.0-2.fc13
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-08-13 21:22:32 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Silas Sewell 2010-07-29 23:18:59 UTC
Tornado version 1.0 is available:

We are pleased to announce the release of Tornado 1.0, available from http://github.com/downloads/facebook/tornado/tornado-1.0.tar.gz. There have been many changes since version 0.2; here are some of the highlights:

New features: 
* Improved support for running other WSGI applications in a Tornado server (tested with Django and CherryPy) 
* Improved performance on Mac OS X and BSD (kqueue-based IOLoop), and experimental support for win32 
* Rewritten AsyncHTTPClient available as tornado.httpclient.AsyncHTTPClient2 (this will become the default in a future release) 
* Support for standard .mo files in addition to .csv in the locale module 
* Pre-forking support for running multiple Tornado processes at once (see HTTPServer.start()) 
* SSL and gzip support in HTTPServer 
* reverse_url() function refers to urls from the Application config by name from templates and RequestHandlers 
* RequestHandler.on_connection_close() callback is called when the client has closed the connection (subject to limitations of the underlying network stack, any proxies, etc) 
* Static files can now be served somewhere other than /static/ via the static_url_prefix application setting 
* URL regexes can now use named groups ("(?P<name>)") to pass arguments to get()/post() via keyword instead of position 
* HTTP header dictionary-like objects now support multiple values for the same header via the get_all() and add() methods. 
* Several new options in the httpclient module, including prepare_curl_callback and header_callback 
* Improved logging configuration in tornado.options. 
* UIModule.html_body() can be used to return html to be inserted at the end of the document body.
Backwards-incompatible changes: 
* RequestHandler.get_error_html() now receives the exception object as a keyword argument if the error was caused by an uncaught exception. 
* Secure cookies are now more secure, but incompatible with cookies set by Tornado 0.2. To read cookies set by older versions of Tornado, pass include_name=False to RequestHandler.get_secure_cookie() 
* Parameters passed to RequestHandler.get/post() by extraction from the path now have %-escapes decoded, for consistency with the processing that was already done with other query parameters.

Comment 1 Fedora Update System 2010-08-04 09:17:06 UTC
python-tornado-1.0-2.fc13 has been submitted as an update for Fedora 13.
http://admin.fedoraproject.org/updates/python-tornado-1.0-2.fc13

Comment 2 Fedora Update System 2010-08-05 23:40:07 UTC
python-tornado-1.0-2.fc13 has been pushed to the Fedora 13 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update python-tornado'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/python-tornado-1.0-2.fc13

Comment 3 Fedora Update System 2010-08-13 21:22:28 UTC
python-tornado-1.0-2.fc13 has been pushed to the Fedora 13 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.