summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-12-16 16:02:35 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-12-16 16:02:35 -0500
commit37f22bb80ebacd834f1927e6acd7fd94aeaf1270 (patch)
tree2cc93adfa5ca87551eec221e6ff6f852b1115246
parent4b651fca1f40355334a95effb46b2420b1c0ca36 (diff)
downloadpango-37f22bb80ebacd834f1927e6acd7fd94aeaf1270.tar.gz
1.50.21.50.2
-rw-r--r--NEWS7
-rw-r--r--meson.build2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 63f4455d..3ff9d922 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Overview of changes in 1.50.2, 10-16-2021
+=========================================
+* Fix a problem with font fallback for Arabic
+* Fix handling of fonts without a space glyph
+* Various documentation improvements
+* Fix build issues
+
Overview of changes in 1.50.1, 10-12-2021
=========================================
* Fix a crash in tab handling
diff --git a/meson.build b/meson.build
index 80c79032..c1f9a756 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('pango', 'c', 'cpp',
- version: '1.50.1',
+ version: '1.50.2',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',