diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-08-03 21:31:17 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-08-03 21:31:17 -0400 |
commit | 48a49b185a5511efd02326fb60d445b759679e09 (patch) | |
tree | abd4dc582425c73982277fb6a0e307aa4fe6fa4d | |
parent | ef7f7dc41eb721f831a4a9b2cbc9370e3f5382f8 (diff) | |
download | pango-48a49b185a5511efd02326fb60d445b759679e09.tar.gz |
1.44.31.44.3
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +Overview of changes in 1.44.3 +============================= +- Install pango-ot headers +- Make subpixel positioning optional +- fc: Ignore fonts with unsupported formats + Overview of changes in 1.44.2 ============================= - Disable ligatures when letterspacing diff --git a/meson.build b/meson.build index 17929c26..78269eba 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('pango', 'c', 'cpp', - version: '1.44.2', + version: '1.44.3', license: 'LGPLv2.1+', default_options: [ 'buildtype=debugoptimized', |