[cairo-commit] cairo-version.h NEWS

Bryce Harrington bryce at kemper.freedesktop.org
Tue Aug 29 17:17:29 UTC 2017


 NEWS            |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 cairo-version.h |    2 +-
 2 files changed, 47 insertions(+), 1 deletion(-)

New commits:
commit 112f0fc73b769c2db69f50601bf094892bd6db10
Author: Bryce Harrington <bryce at osg.samsung.com>
Date:   Sun Aug 27 17:53:40 2017 -0700

    1.15.8 release
    
    Signed-off-by: Bryce Harrington <bryce at osg.samsung.com>

diff --git a/NEWS b/NEWS
index a8cb5aa2..63097964 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,49 @@
+Release 1.15.8     (2017-08-29 Bryce Harrington <bryce at 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 at 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 bd37466e..1344cca6 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


More information about the cairo-commit mailing list