summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-08-03 21:31:17 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-08-03 21:31:17 -0400
commit48a49b185a5511efd02326fb60d445b759679e09 (patch)
treeabd4dc582425c73982277fb6a0e307aa4fe6fa4d
parentef7f7dc41eb721f831a4a9b2cbc9370e3f5382f8 (diff)
downloadpango-48a49b185a5511efd02326fb60d445b759679e09.tar.gz
1.44.31.44.3
-rw-r--r--NEWS6
-rw-r--r--meson.build2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c8e4589c..9b5e5055 100644
--- a/NEWS
+++ b/NEWS
@@ -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',