diff options
-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 |