summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-03-19 00:20:30 -0400
committerMatthias Clasen <mclasen@redhat.com>2022-03-19 00:20:30 -0400
commit7296b68d2a2bbbf7da8fd3c5cadf9d6df5cac799 (patch)
tree8c0fd38fc02191886156591e6f13085a1a31428a
parenta229f11f332f7038bfcaeb3c74b34f6e0c0e0e70 (diff)
downloadpango-attr-list-bad-access.tar.gz
-rw-r--r--NEWS7
-rw-r--r--meson.build2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 86126531..0da8deef 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Overview of changes in 1.50.6, 19-03-2022
+=========================================
+- Drop hb-glib dependency
+- Fix test font configuration
+- Maintain order in pango_attr_list_change
+- Fix a use-after-free in pango_attr_list_change
+
Overview of changes in 1.50.5, 03-03-2022
=========================================
* Fix compiler warnings
diff --git a/meson.build b/meson.build
index 0f79bff7..9a75f807 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('pango', 'c', 'cpp',
- version: '1.50.5',
+ version: '1.50.6',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',