diff options
author | Jonathon Jongsma <jonathon.jongsma@collabora.co.uk> | 2008-08-13 16:41:36 -0500 |
---|---|---|
committer | Jonathon Jongsma <jonathon.jongsma@collabora.co.uk> | 2008-08-13 16:41:36 -0500 |
commit | 83fddc2e0488886beedad9b5fb41464f191a9d30 (patch) | |
tree | 37cf9c9b7f29f7f21ca04a3e3637c929ab448b24 /NEWS | |
parent | 436d8816a9b128441f75ede1109c948038b08aad (diff) |
Update for 1.6.2 releasev1.6.2
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +1.6.2: + + * Fix build on OSX when both Quartz and Xlib surfaces are enabled (Benjamin + Reed) + * updated the windows build (Armin Burgmeier) + * Fixed a bug where an exception message would often report "Success" when it + should have reported an error message + * Added ability to get the error status code from an exception: + Cairo::logic_error::get_status_code() + * Added new elements to the surface type enumeration + 1.6.0: * wrap cairo_format_stride_for_width(). All new cairo 1.6 API should now be |