summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-12-02 20:46:18 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-12-02 20:59:47 -0500
commite80e224baabc7bf22971d0a97c8b31d32fa8ca1c (patch)
tree2cb7c0b4e4088fef39926d7823fc8267a18152d8
parent35ab21daee63a2dbbdd81cb2f5334fe8c20a8f6d (diff)
downloadpango-e80e224baabc7bf22971d0a97c8b31d32fa8ca1c.tar.gz
1.50.01.50.0
-rw-r--r--NEWS7
-rw-r--r--meson.build2
2 files changed, 6 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 35770c68..0f7cc078 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,13 @@
-Overview of changes
-===================
+Overview of changes in 1.50.0, 02-12-2021
+=========================================
* Fix glyph placement in gravity east
* Fix line heights in improper gravities
* Only shown selected ignorables with nicks
* Support tab alignments other than left
* Support custom decimal points on decimal tabs
+* Fix a pango-view crash
+* Optimize handling of many tabs
+* Drop json-glib dependency
Overview of changes in 1.49.4, 27-11-2021
=========================================
diff --git a/meson.build b/meson.build
index 7afe6193..acead2d8 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('pango', 'c', 'cpp',
- version: '1.49.4',
+ version: '1.50.0',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',