From 9f03d48261cb25e59ba029b194e70881d6ae8f37 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 24 Oct 2019 23:29:13 -0400 Subject: 1.44.7 --- NEWS | 6 ++++++ meson.build | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index b692fe26..4857f1c1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +Overview of changes in 1.44.7 +============================= +- Fix tests without libthai +- Small speedup to Emoji iteration +- Bring back PangoFontsetSimple (pygtk bind it) + Overview of changes in 1.44.6 ============================= - docs: Fix symbol indices diff --git a/meson.build b/meson.build index 27a7b192..81b4a35b 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('pango', 'c', 'cpp', - version: '1.44.6', + version: '1.44.7', license: 'LGPLv2.1+', default_options: [ 'buildtype=debugoptimized', -- cgit v1.2.1