From f51b158e9a8de5fb4f92346420a5a0a9c97065e2 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 11 Aug 2021 19:08:23 -0700 Subject: 1.48.8 --- NEWS | 8 ++++++-- meson.build | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index dc655742..0a0e4512 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,11 @@ -Overview of changes -=================== +Overview of changes in 1.48.8 +============================= * Rename git `master` branch to `main` (#579) +* Fix threadsafety issues with Thai +* Fix a rounding problem on i386 +* Fix font choice for ellipsis (#575) +* Fix a crash if no fonts are found (#592) Overview of changes in 1.48.7 ============================= diff --git a/meson.build b/meson.build index a1add61d..d5932b3b 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('pango', 'c', 'cpp', - version: '1.48.7', + version: '1.48.8', license: 'LGPLv2.1+', default_options: [ 'buildtype=debugoptimized', -- cgit v1.2.1