summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--meson.build2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index be7b4028..3e45a1d3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Overview of changes in 1.50.9, 09-08-2022
+=========================================
+- Apply show flags to line separators
+- Fix a thread-safety problem
+
Overview of changes in 1.50.8, 02-07-2022
=========================================
- Add some properties to fontmap and family
diff --git a/meson.build b/meson.build
index 48ca0d77..4922453a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('pango', 'c', 'cpp',
- version: '1.50.8',
+ version: '1.50.9',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',