diff options
author | Bryce Harrington <bryce@osg.samsung.com> | 2017-12-06 14:45:56 -0800 |
---|---|---|
committer | Bryce Harrington <bryce@osg.samsung.com> | 2017-12-06 14:50:19 -0800 |
commit | 7cf32a065e7c3d8721ae5f4eccf6695152fe14b7 (patch) | |
tree | 9dfc73bff1d8091ba1d4770d21b4b338188a5c87 | |
parent | 5d5c5ee9c5479677de30aa8faff7ccd51b944b91 (diff) |
Release 1.14.121.14.12
-rw-r--r-- | NEWS | 43 | ||||
-rw-r--r-- | cairo-version.h | 2 |
2 files changed, 44 insertions, 1 deletions
@@ -1,3 +1,46 @@ +Release 1.14.12 (2017-06-13 Bryce Harrington <bryce@osg.samsung.com>) +======================================================================== +Another bugfix release rolling up backported fixes for the past half year. + +For a complete log of changes since 1.14.10, please see: + + http://cairographics.org/releases/ChangeLog.cairo-1.14.12 + + +Features +-------- +None + +API Changes +----------- +None + +Dependency Changes +------------------ +None + +Performance Optimizations +------------------------- +None + +Bug Fixes +--------- +* Fix assertion hit with PDFs using Type 4 fonts rendered with user + fonts, due to error when destroying glyph page. + (Bug #103335) +* Fix build error with util/font-view +* Fix handling of truetype fonts with excessively long font names + (Bug #103249) +* Fix falling back to system font with PDFs using certain embedded + fonts, due to truncated font names. + (Bug #103249) +* Fix sigabrt printing documents with fonts lacking the mandatory .nodef + glyph. + (Bug #102922) +* Fix undefined-behavior with integer math. +* Fix various warnings and typos + + Release 1.14.10 (2017-06-13 Bryce Harrington <bryce@osg.samsung.com>) ======================================================================== Bugfix release rolling up backported fixes for the past half year. diff --git a/cairo-version.h b/cairo-version.h index f7acbc110..1f17dd6c6 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 11 +#define CAIRO_VERSION_MICRO 12 #endif |