summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',