From 112f0fc73b769c2db69f50601bf094892bd6db10 Mon Sep 17 00:00:00 2001 From: Bryce Harrington Date: Sun, 27 Aug 2017 17:53:40 -0700 Subject: 1.15.8 release Signed-off-by: Bryce Harrington --- NEWS | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index a8cb5aa23..630979647 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,49 @@ +Release 1.15.8 (2017-08-29 Bryce Harrington ) +======================================================================== +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 ) ======================================================================== This new snapshot incorporates changes over the past half-year since the -- cgit v1.2.1