From 39080c4d55784091e6d265b9a04975a28cbbec7f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 22 Jun 2020 14:30:43 -0400 Subject: 1.45.3 --- NEWS | 5 +++++ meson.build | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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', -- cgit v1.2.1