diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-08-13 10:54:38 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-08-13 10:56:04 -0400 |
commit | cb3e2aafeb090fd17f0fdfba23d0e4228e76167c (patch) | |
tree | d1ce870eed36d7536ea306b76db7b266d49c5c1d | |
parent | 25a7353bd0649609778f61594be35eee6b7f006d (diff) | |
download | pango-cb3e2aafeb090fd17f0fdfba23d0e4228e76167c.tar.gz |
1.44.41.44.4
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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', |