diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-06-08 12:53:50 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-06-08 13:44:46 -0400 |
commit | 217dace17ae69b0c3035dc4fedbb0b3d278ab801 (patch) | |
tree | 2a34fe3c4002075b1599027ea8ef1d724afdbb27 | |
parent | 8175bfe7ebbdd885cfdab857783aa2e5f7c136e4 (diff) | |
download | pango-217dace17ae69b0c3035dc4fedbb0b3d278ab801.tar.gz |
1.45.11.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.
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -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', |