summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-06-22 14:30:43 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-06-22 14:30:43 -0400
commit39080c4d55784091e6d265b9a04975a28cbbec7f (patch)
treeb8fd5d855da7664dfd570fcf227bf4dfdaf261f5
parent819415337dcd5e8b6d9908c69a6ce8ec86039039 (diff)
downloadpango-39080c4d55784091e6d265b9a04975a28cbbec7f.tar.gz
1.45.31.45.3
-rw-r--r--NEWS5
-rw-r--r--meson.build2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ae097e05..6e2c729c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Overview of changes in 1.45.3
+=============================
+- Fix pango_attr_list_change
+- Fix crashes with empty attribute lists
+
Overview of changes in 1.45.2
=============================
- Fix several crashes in gtk2 applications
diff --git a/meson.build b/meson.build
index 9b6e1180..c0b228ea 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('pango', 'c', 'cpp',
- version: '1.45.2',
+ version: '1.45.3',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',