[cairo-commit] Branch '1.14' - 2 commits - cairo-version.h NEWS

Bryce Harrington bryce at kemper.freedesktop.org
Thu Dec 7 02:14:17 UTC 2017


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

New commits:
commit 3d98047095cdb5e3465b80ce7ea2162b514c0ecf
Author: Bryce Harrington <bryce at osg.samsung.com>
Date:   Wed Dec 6 15:45:39 2017 -0800

    Start 1.14.13 development

diff --git a/cairo-version.h b/cairo-version.h
index 1f17dd6c..081ad19d 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 12
+#define CAIRO_VERSION_MICRO 13
 
 #endif
commit 7cf32a065e7c3d8721ae5f4eccf6695152fe14b7
Author: Bryce Harrington <bryce at osg.samsung.com>
Date:   Wed Dec 6 14:45:56 2017 -0800

    Release 1.14.12

diff --git a/NEWS b/NEWS
index 16381fbb..c0b5db5b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,46 @@
+Release 1.14.12   (2017-06-13  Bryce Harrington <bryce at 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 at 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 f7acbc11..1f17dd6c 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


More information about the cairo-commit mailing list