summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-12-21 21:46:19 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-12-21 21:46:19 -0500
commit9c4080606f1c2b2ded4ef401f213b6a894bcf07e (patch)
tree95853d9f0d18837b2704cbd9c1b8be4facfdc407
parent9fe2853692bb64ded58a507d87508dc8536cd386 (diff)
downloadpango-better-space-size.tar.gz
-rw-r--r--NEWS6
-rw-r--r--meson.build2
2 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 908a4b33..2ed1fb3e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,12 @@
-Overview of changes
-===================
+Overview of changes in 1.50.3, 21-12-2021
+=========================================
* pango-view: Add --serialize-to option for easy bug reporting
* Revert a transformation change that broke metrics for vertical text
* Handle fonts without space glyph (such as icon fonts) better
* Fix some corner cases of line width accounting
* Fix line height with emulated Small Caps
-Overview of changes in 1.50.2, 10-16-2021
+Overview of changes in 1.50.2, 16-12-2021
=========================================
* Fix a problem with font fallback for Arabic
* Fix handling of fonts without a space glyph
diff --git a/meson.build b/meson.build
index c1f9a756..d0d15597 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('pango', 'c', 'cpp',
- version: '1.50.2',
+ version: '1.50.3',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',