diff options
author | Steve Chaplin <> | 2011-05-01 19:10:26 +0800 |
---|---|---|
committer | Steve Chaplin <> | 2011-05-01 19:10:26 +0800 |
commit | 089d79c502db0414e2b041e34a36612d70e8fffa (patch) | |
tree | a8548b851f18552f2e5ecfefc5f870eaef0dbc81 /NEWS | |
parent | 6e4502773cd810504b4ecedaec49f13752cace10 (diff) |
=== Py2cairo 1.10.0 ===
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -1,3 +1,28 @@ +Overview of changes from py2cairo 1.8.10 to py2cairo 1.10.0 +=========================================================== +General Changes: + py2cairo 1.10.0 requires cairo 1.10.0 (or later). + +New Constants: + cairo.FORMAT_RGB16_565 + +Bug Fixes: + context.get_source().get_surface() fails #33013 + Add support for './waf configure --libdir=XXX' #30230 + +Documentation Changes: + Upgrade to using Sphinx 1.0.7. + Include html documentation in the pycairo archive file. + +Build Changes: + Update waf to 1.6.3 + +Other Changes: + Remove setup.py + Improve/simplify unicode filename support. + Improve/simplify unicode text support. + + Overview of changes from pycairo 1.8.8 to pycairo 1.8.10 ======================================================== General Changes: |