diff options
author | Bryce Harrington <bryce@osg.samsung.com> | 2017-08-27 17:53:40 -0700 |
---|---|---|
committer | Bryce Harrington <bryce@osg.samsung.com> | 2017-08-29 10:01:02 -0700 |
commit | 112f0fc73b769c2db69f50601bf094892bd6db10 (patch) | |
tree | 8b5fec18d1bfcc8d488741de2372679b5628eef4 | |
parent | 609261bcbc3bf3d4911749353fbcc01ced70534f (diff) |
1.15.8 release1.15.8
Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>
-rw-r--r-- | NEWS | 46 | ||||
-rw-r--r-- | cairo-version.h | 2 |
2 files changed, 47 insertions, 1 deletions
@@ -1,3 +1,49 @@ +Release 1.15.8 (2017-08-29 Bryce Harrington <bryce@osg.samsung.com>) +======================================================================== +This small snapshot provides new colored emoji glyph support, and a +handful of minor fixes. + +For a complete log of changes, please see + + http://cairographics.org/releases/ChangeLog.1.15.8 + +Features and Enhancements +------------------------- +* Support colored emoji glyphs, stored as PNG images in OpenType fonts. + + +API Changes +----------- +None + +Dependency Changes +------------------ +None + +Performance Optimizations +------------------------- +None + +Bug Fixes +--------- + +* pdf: Fix internal links pointing to other pages, by pre-calculating + page heights so that link positions can be calculated more accurately. + +* image: Fix crash on negative lengths + +* win32: Fix initialization of mutexes for static builds + +* pdf: Don't emit /PageLabel dict when no labels defined + +* font: Fix color font loading on big-endian systems + +* font: Fix color font support infinite-loop with empty glyphs + +* Fix off by one check in cairo-image-info.c + + + Release 1.15.6 (2017-06-13 Bryce Harrington <bryce@osg.samsung.com>) ======================================================================== This new snapshot incorporates changes over the past half-year since the diff --git a/cairo-version.h b/cairo-version.h index bd37466ee..1344cca6e 100644 --- a/cairo-version.h +++ b/cairo-version.h @@ -3,6 +3,6 @@ #define CAIRO_VERSION_MAJOR 1 #define CAIRO_VERSION_MINOR 15 -#define CAIRO_VERSION_MICRO 7 +#define CAIRO_VERSION_MICRO 8 #endif |