[pango] 1.42.1



commit 46f8583c87c45b304ac98d06005c49df67d53b07
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Apr 7 10:08:56 2018 +0000

    1.42.1

 NEWS         |    9 +++++++--
 configure.ac |    2 +-
 meson.build  |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index adaa9ee..1319906 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Overview of changes in 1.42.1
+=============================
+- Fix meson build, in particular on Windows (#783274, #795012)
+- Add an Emoji font family on Windows, using Segoe UI (#794705)
+
 Overview of changes in 1.42.0
 =============================
 - No changes
@@ -42,7 +47,7 @@ Overview of changes between 1.40.9 and 1.40.10
 - Apply gravity across spans in markup (#784243)
 - Support variation selectors for shaping
 - CoreText: Rely on CGFont for scaling (#782393)
-- Fix grapheme breaks and backspacing for Emoji
+U- Fix grapheme breaks and backspacing for Emoji
 
 Overview of changes between 1.40.8 and 1.40.9
 =============================================
@@ -140,7 +145,7 @@ Overview of changes between 1.37.1 and 1.37.2
 =============================================
 - Don't use hb_glib_get_unicode_funcs
 - Warning fixes
-
+I
 Overview of changes between 1.37.0 and 1.37.1
 =============================================
 - Add attributes for OpenType font features (#738505)
diff --git a/configure.ac b/configure.ac
index bc15292..be20dce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ dnl
 dnl The triplet
 m4_define([pango_version_major], [1])
 m4_define([pango_version_minor], [42])
-m4_define([pango_version_micro], [0])
+m4_define([pango_version_micro], [1])
 
 m4_define([pango_version],
           [pango_version_major.pango_version_minor.pango_version_micro])
diff --git a/meson.build b/meson.build
index 98c5c0f..a00d4b0 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('pango', 'c', 'cpp',
-        version: '1.42.0',
+        version: '1.42.1',
         license: 'LGPLv2.1+',
         default_options: [
           'buildtype=debugoptimized',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]