summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',