From 386639c3b118cc973f714eb485877f480391f31f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 26 Mar 2021 21:33:43 -0400 Subject: 1.48.4 --- NEWS | 9 +++++++++ meson.build | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 60d16240..b131749e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Overview of changes in 1.48.4 +============================= +- Include docs in the dist tarball +- Include gi-docgen in the dist tarball, too +- win32: Fix 'Cursive' fallback +- Fix placement of marks in vertical text +- Cache metrics for the current font +- Improve letterspacing with combining marks + Overview of changes in 1.48.3 ============================= - Miscellaneous introspection fixes diff --git a/meson.build b/meson.build index 894c6071..b52a55fc 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('pango', 'c', 'cpp', - version: '1.48.3', + version: '1.48.4', license: 'LGPLv2.1+', default_options: [ 'buildtype=debugoptimized', -- cgit v1.2.1