summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-12-10 18:34:42 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-12-10 18:37:40 -0500
commitfd62d3ff159232c4a8e7bedb5ce4ac01f1ec8eeb (patch)
tree2996c80e4644e4ca767e35abb84e822e6e69f894
parent650eb63d4191b1149c1365a1f167437a6a974f4f (diff)
downloadpango-fd62d3ff159232c4a8e7bedb5ce4ac01f1ec8eeb.tar.gz
1.50.11.50.1
-rw-r--r--NEWS4
-rw-r--r--meson.build2
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index b3c0ae0b..63f4455d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-Overview of changes
-===================
+Overview of changes in 1.50.1, 10-12-2021
+=========================================
* Fix a crash in tab handling
* Fix tab positioning without line wrapping
* Fix an assertion failure found by fuzzing
diff --git a/meson.build b/meson.build
index acead2d8..80c79032 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('pango', 'c', 'cpp',
- version: '1.50.0',
+ version: '1.50.1',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',