diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-11-08 09:14:15 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-11-08 09:29:15 -0500 |
commit | a39fea44c7c9f982fcca6d639929545dd3e09eb7 (patch) | |
tree | 1c39e4b63730914b1d13dbc22cfea188eff46baf | |
parent | e9501f5501a405eae774cf8ea90e99450d52c6e0 (diff) | |
download | pango-a39fea44c7c9f982fcca6d639929545dd3e09eb7.tar.gz |
1.48.01.48.0
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +Overview of changes in 1.48.0 +============================= +- docs: Clarify use of PangoAnalysis in shaping +- fontconfig: Make pango_font_family_get_face more reliable +- introspection: Fix use of PangoFcSubstituteFunc +- introspection: Skip fontconfig types +- build: Use yielding meson feature for introspection + Overview of changes in 1.47.0 ============================= - Add pango_language_get_preferred diff --git a/meson.build b/meson.build index 98f4e372..154eb20f 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('pango', 'c', 'cpp', - version: '1.47.0', + version: '1.48.0', license: 'LGPLv2.1+', default_options: [ 'buildtype=debugoptimized', |