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