summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-02-09 14:53:09 -0500
committerMatthias Clasen <mclasen@redhat.com>2022-02-09 15:57:34 -0500
commitbcf61fc3a0c30da173c8629d1458fe3440288878 (patch)
tree7d98ddff76f435fb4a4dece18af8b8c544d36efc
parent053c9ff8ab00d6d7d4b7cbe8aeeaca58c0982df1 (diff)
downloadpango-bcf61fc3a0c30da173c8629d1458fe3440288878.tar.gz
1.50.41.50.4
-rw-r--r--NEWS14
-rw-r--r--meson.build2
2 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2ed1fb3e..7867dd47 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Overview of changes in 1.50.4, 09-02-2022
+=========================================
+* Tweak synthetic space sizes
+* itemize: Try harder to avoid NULL fonts
+* docs: Some additions
+* Pass synthetic slant to harfbuzz
+* Make sloped carets work with uneven scales
+* Fix serialiation on arm
+* Avoid an uninitialized variable warning
+* Reinstate previous behavior of pango_attr_list_splice
+* Deprecated pango_coverage_ref/unref
+* Fix serialization on non-glibc systems
+* Fix allow-breaks handling
+
Overview of changes in 1.50.3, 21-12-2021
=========================================
* pango-view: Add --serialize-to option for easy bug reporting
diff --git a/meson.build b/meson.build
index d0d15597..bcb92db5 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('pango', 'c', 'cpp',
- version: '1.50.3',
+ version: '1.50.4',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',