summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS12
-rw-r--r--meson.build2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b439b6f6..c8e4589c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Overview of changes in 1.44.2
+=============================
+- Disable ligatures when letterspacing
+- Set design coords on hb_font_t
+- Expose more font options in pango-view
+- OS X: Make 'system-ui' font work
+- Keep deprecated pango-fc apis in headers
+- Make hex boxes work, always
+- introspection: Various build fixes
+- introspection: Add PangoPT, PangoFT2 namespaces
+- layout: Make the new line-spacing opt-in
+
Overview of changes in 1.44.1
=============================
- Fix a crash with allow_break attributes
diff --git a/meson.build b/meson.build
index 619e6f33..17929c26 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('pango', 'c', 'cpp',
- version: '1.44.1',
+ version: '1.44.2',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',