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 f0fd7da2..927b52a5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Overview of changes in 1.50.11, 03-10-2022
+==========================================
+- Don't crash for lack of fonts
+- Avoid a crash in shaping
+
Overview of changes in 1.50.10, 16-09-2022
=========================================
- Avoid some unnecessary strdups
diff --git a/meson.build b/meson.build
index b2c25eae..4e796ec3 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('pango', 'c', 'cpp',
- version: '1.50.10',
+ version: '1.50.11',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',