From 217dace17ae69b0c3035dc4fedbb0b3d278ab801 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 8 Jun 2020 12:53:50 -0400 Subject: 1.45.1 We've been using the 1.45.0 version in git for a while, without ever putting out a tarball. Lets bump the version to 1.45.1 for a new release, to get avoid uncertainties. --- NEWS | 9 +++++++++ meson.build | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2d761a1d..c8cdd50a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Overview of changes in 1.45.1 +============================= +- Undo PangoFontsetSimple deprecation +- Annotation fixes for various apis +- Add api to compare attribute lists +- Update data tables to Unicode 13.0 +- Various test improvements +- Require GLib 2.60 + Overview of changes in 1.45.0 ============================= - Some new font enumeration apis: diff --git a/meson.build b/meson.build index c427842a..f681e7c4 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('pango', 'c', 'cpp', - version: '1.45.0', + version: '1.45.1', license: 'LGPLv2.1+', default_options: [ 'buildtype=debugoptimized', -- cgit v1.2.1