14
0

- Update to 2.0:

Major changes:
  * Template output is automatically escaped by default; see backwards
    compatibility note below.
    * The default AsyncHTTPClient implementation is now simple_httpclient.
    * Python 3.2 is now supported.
  For backwards compatibility and other changes in this release,
  please read http://www.tornadoweb.org/documentation/releases/v2.0.0.html
- Regenerate spec file with py2pack.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=8
This commit is contained in:
Alexandre Rogoski
2011-06-22 12:04:24 +00:00
committed by Git OBS Bridge
parent 9d33219e78
commit 4ddc7d6a7b
4 changed files with 39 additions and 22 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Jun 22 11:47:26 UTC 2011 - alexandre@exatati.com.br
- Update to 2.0:
Major changes:
* Template output is automatically escaped by default; see backwards
compatibility note below.
* The default AsyncHTTPClient implementation is now simple_httpclient.
* Python 3.2 is now supported.
For backwards compatibility and other changes in this release,
please read http://www.tornadoweb.org/documentation/releases/v2.0.0.html
- Regenerate spec file with py2pack.
-------------------------------------------------------------------
Fri Mar 4 04:10:43 UTC 2011 - alexandre@exatati.com.br