summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-03-26 21:33:43 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-03-26 21:54:41 -0400
commit386639c3b118cc973f714eb485877f480391f31f (patch)
tree297d6e6c78711f788ca058d92bd74ec2f10293b9
parent2664f9440cdf00e4b23f4ab29aca3d0371f20303 (diff)
downloadpango-better-asan-traces.tar.gz
-rw-r--r--NEWS9
-rw-r--r--meson.build2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 60d16240..b131749e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Overview of changes in 1.48.4
+=============================
+- Include docs in the dist tarball
+- Include gi-docgen in the dist tarball, too
+- win32: Fix 'Cursive' fallback
+- Fix placement of marks in vertical text
+- Cache metrics for the current font
+- Improve letterspacing with combining marks
+
Overview of changes in 1.48.3
=============================
- Miscellaneous introspection fixes
diff --git a/meson.build b/meson.build
index 894c6071..b52a55fc 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('pango', 'c', 'cpp',
- version: '1.48.3',
+ version: '1.48.4',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',