From cb3e2aafeb090fd17f0fdfba23d0e4228e76167c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 13 Aug 2019 10:54:38 -0400 Subject: 1.44.4 --- NEWS | 5 +++++ meson.build | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ef928f0d..30584a91 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,11 @@ Overview of changes in 1.44.4 - Reinstate the return type of pango_fc_font_lock_face - Fix a problem with ellipses getting the wrong font - fc: Improve filtering by font format +- Re-add PangoFcFont to public headers +- Install PangoFc and PangoOT introspection files +- Fix ink rectangles to have positive height +- Fix mark positioning +- Switch to using harfbuzz for metrics Overview of changes in 1.44.3 ============================= diff --git a/meson.build b/meson.build index 723d791a..95e43cfe 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('pango', 'c', 'cpp', - version: '1.44.3', + version: '1.44.4', license: 'LGPLv2.1+', default_options: [ 'buildtype=debugoptimized', -- cgit v1.2.1