[pango] 1.44.1



commit 07957aea43f68eafad2ec3e8b00d189df71b31b8
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Jul 28 19:59:53 2019 -0400

    1.44.1

 NEWS        | 9 +++++++++
 meson.build | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 403d0a25..b439b6f6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,15 @@
+Overview of changes in 1.44.1
+=============================
+- Fix a crash with allow_break attributes
+- Fix Emoji spacing
+- Fix up includes and pkg-config requires
+- Correct some cases for hyphen insertion
+
 Overview of changes in 1.44.0
 =============================
 - Use harfbuzz for shaping on all platforms
+- Stop using freetype for font loading; this
+    drops support for type1 and bitmap fonts
 - Add a getter for hb_font_t
 - Make PangoCoverage a GObject
 - Add a pango_tailor_break api
diff --git a/meson.build b/meson.build
index 6db9b397..1d0b7d2c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('pango', 'c', 'cpp',
-        version: '1.44.0',
+        version: '1.44.1',
         license: 'LGPLv2.1+',
         default_options: [
           'buildtype=debugoptimized',


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