summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-08-13 10:54:38 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-08-13 10:56:04 -0400
commitcb3e2aafeb090fd17f0fdfba23d0e4228e76167c (patch)
treed1ce870eed36d7536ea306b76db7b266d49c5c1d
parent25a7353bd0649609778f61594be35eee6b7f006d (diff)
downloadpango-cb3e2aafeb090fd17f0fdfba23d0e4228e76167c.tar.gz
1.44.41.44.4
-rw-r--r--NEWS5
-rw-r--r--meson.build2
2 files changed, 6 insertions, 1 deletions
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',