GNOME 3590 Published by

cairomm is a C++ API for the cairo graphics library. For more information, see http://cairographics.org/cairomm

A new cairomm release 1.4.0 is now available from:

http://cairographics.org/releases/cairomm-1.4.0.tar.gz

which can be verified with:

http://cairographics.org/releases/cairomm-1.4.0.tar.gz.sha1
289e8397621c44db81bea67c0b4f40dcbd00769f cairomm-1.4.0.tar.gz

http://cairographics.org/releases/cairomm-1.4.0.tar.gz.sha1.asc
(signed by Jonathon Jongsma)

WHAT'S NEW
=========
* Wrapped new API added in cairo 1.4
* Added support for Quartz surfaces
* ability to use dynamic casting for surfaces and patterns returned from Context::get_target(), Context::get_source(), etc.
* Various build and bug fixes