From 05b63e807bb5f86f600283df1c3ca554778d90fa Mon Sep 17 00:00:00 2001 From: Bryce Harrington Date: Tue, 13 Jun 2017 18:39:23 -0700 Subject: Release 1.14.10 --- NEWS | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ cairo-version.h | 2 +- 2 files changed, 58 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 08889d2d0..16381fbb0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,60 @@ +Release 1.14.10 (2017-06-13 Bryce Harrington ) +======================================================================== +Bugfix release rolling up backported fixes for the past half year. + +For a complete log of changes since 1.14.8, please see: + + http://cairographics.org/releases/ChangeLog.cairo-1.14.10 + + +Features +-------- +None + +API Changes +----------- +None + +Dependency Changes +------------------ +None + +Performance Optimizations +------------------------- +None + +Bug Fixes +--------- +* Clarify documentation regarding device scale inheritance and the units + used in cairo_surface_create_similar_image. + Bug #99094. + +* Fix error reporting in the xcb backend if fallback fails. Instead of + returning NULL when the X11 server can't do some operation, return a + surface in an error state. + +* Call XSync in the xlib backend before setting the error handler to + ignore errors for certain requests, to make sure all pending errors + are handled first. + +* For opentype fonts, always use gid to lookup glyph. + +* If glyph 0 used for rendering, remap to different index. + +* Set font size to em size when retrieving unhinted metrics. + +* Flush ASCII85Decode file after use with Postscript files. + +* pdf: Don't fail subsetting if unable to convert utf8 to utf16. + +* For truetype, reverse cmap search should end when 0xffff- 0xffff range + reached. + +* Fix bug in line wrapping with the PDF operators. + +* Fix an off by one check in cairo-image-info.c. + + Release 1.14.8 (2016-12-07 Bryce Harrington ) ======================================================================== Bugfix release rolling up backported fixes for the past year. diff --git a/cairo-version.h b/cairo-version.h index 73acc756c..dd31ba2f1 100644 --- a/cairo-version.h +++ b/cairo-version.h @@ -3,6 +3,6 @@ #define CAIRO_VERSION_MAJOR 1 #define CAIRO_VERSION_MINOR 14 -#define CAIRO_VERSION_MICRO 9 +#define CAIRO_VERSION_MICRO 10 #endif -- cgit v1.2.3