Released on 2014-05-23.
Released on 2014-03-11.
Fix #28: Add another dynamic library name to try to load, for OS X.
Released on 2014-02-27.
Fix #21: UnicodeDecodeError when installing with a non-UTF-8 locale.
Released on 2013-07-16.
Fix #15: Work around CFFI bug #92 that caused memory leaks when file-like target objects are passed to Surface.write_to_png(), PDFSurface, PSSurface and SVGSurface.
Released on 2013-06-20.
Change decode_to_image_surface() to raise a specific ImageLoadingError exception instead of a generic ValueError. This new exception type inherits from ValueError.
Released on 2013-05-27.
Released on 2013-04-30.
Released on 2013-04-06.
No change since 0.3.1, but depend on CFFI < 0.6 because of backward-incompatible changes. cairocffi 0.4 will require CFFI 0.6 or more.
# Before cairocffi 0.4: surface = cairocffi.ImageSurface('ARGB32', 300, 400) # All cairocffi versions: surface = cairocffi.ImageSurface(cairocffi.FORMAT_ARGB32, 300, 400)
Released on 2013-03-29.
No change since 0.3.1, but depend on CFFI < 0.6 because of backward-incompatible changes. cairocffi 0.4 will require CFFI 0.6 or more.
Released on 2013-02-26.