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:49:14 -0500
commit26aadb2508f9022cbfc72e73b558c6791f5d46d9 (patch)
tree95853d9f0d18837b2704cbd9c1b8be4facfdc407
parentde06bb288fb23a833e6813993f31248eee0680dd (diff)
downloadpango-26aadb2508f9022cbfc72e73b558c6791f5d46d9.tar.gz
1.50.31.50.3
-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',