summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-09-03 07:52:24 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-09-03 07:52:24 -0400
commitee65d75feca3e128c951fdfbf9a61619e2a5239e (patch)
treef7d1a38b796ae96513ed75dd1805b312f8881424
parent5fe15f61d3c0c1e7b2e696696129f0f2f2b9a087 (diff)
downloadpango-1.44.6.tar.gz
1.44.61.44.6
-rw-r--r--NEWS8
-rw-r--r--meson.build2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cb70dc5a..b692fe26 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Overview of changes in 1.44.6
+=============================
+- docs: Fix symbol indices
+- Fix Thai line breaking
+- Re-add symbols needed by some bindings
+- Don't insert hyphens for some languages
+- Fix a crash with hyphenation
+
Overview of changes in 1.44.5
=============================
- Revert a broken change (causing crashes on OS X)
diff --git a/meson.build b/meson.build
index 91ed71f2..27a7b192 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('pango', 'c', 'cpp',
- version: '1.44.5',
+ version: '1.44.6',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',