summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-11-08 09:14:15 -0500
committerMatthias Clasen <mclasen@redhat.com>2020-11-08 09:29:15 -0500
commita39fea44c7c9f982fcca6d639929545dd3e09eb7 (patch)
tree1c39e4b63730914b1d13dbc22cfea188eff46baf
parente9501f5501a405eae774cf8ea90e99450d52c6e0 (diff)
downloadpango-a39fea44c7c9f982fcca6d639929545dd3e09eb7.tar.gz
1.48.01.48.0
-rw-r--r--NEWS8
-rw-r--r--meson.build2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8917cad2..2801f56a 100644
--- a/NEWS
+++ b/NEWS
@@ -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',