Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python.announce > #96 > unrolled thread
| Started by | Steve <stevech1097@yahoo.com.au> |
|---|---|
| First post | 2011-04-18 17:15 +0800 |
| Last post | 2011-04-18 17:15 +0800 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python.announce
ANN: pycairo release 1.10.0 now available Steve <stevech1097@yahoo.com.au> - 2011-04-18 17:15 +0800
| From | Steve <stevech1097@yahoo.com.au> |
|---|---|
| Date | 2011-04-18 17:15 +0800 |
| Subject | ANN: pycairo release 1.10.0 now available |
| Message-ID | <mailman.512.1303139297.9059.python-announce-list@python.org> |
Pycairo is a set of Python bindings for the multi-platform 2D graphics
library cairo.
http://cairographics.org
http://cairographics.org/pycairo
A pycairo release 1.10.0 is available from:
http://cairographics.org/releases/pycairo-1.10.0.tar.bz2
http://cairographics.org/releases/pycairo-1.10.0.tar.bz2.sha1
Overview of changes from pycairo 1.8.10 to pycairo 1.10.0 (2011-04-18)
======================================================================
General Changes:
Pycairo 1.10.0 requires cairo 1.10.0 (or later).
New Constants:
cairo.FORMAT_RGB16_565
API Changes:
Added support for Python 3.2 PyCapsule. This means modules which use
the pycairo C API will need to be updated too. #30289
Bug Fixes:
context.get_source().get_surface() fails #33013
Add support for './waf configure --libdir=XXX' #30230
Documentation Changes:
Add documentation (using Sphinx 1.0.7).
Include html documentation in the pycairo archive file.
Build Changes:
Update waf to 1.6.3, and patch to work with Python 3.2.
Other Changes:
Improve/simplify unicode filename support.
Improve/simplify unicode text support.
Back to top | Article view | comp.lang.python.announce
csiph-web