summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-08-02 19:06:14 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-08-02 19:07:18 -0400
commit8003e5920a119108be4a4a6cb1cd57cbd74d4f0f (patch)
tree9f6b9dfbd6f0aec042be5e1e8fc9a975e274068f
parent703b090e5d560d7118a47427b5c44bca1cea8a68 (diff)
downloadpango-1.44.2.tar.gz
1.44.21.44.2
-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',