diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-12-10 18:34:42 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-12-10 18:37:40 -0500 |
commit | fd62d3ff159232c4a8e7bedb5ce4ac01f1ec8eeb (patch) | |
tree | 2996c80e4644e4ca767e35abb84e822e6e69f894 | |
parent | 650eb63d4191b1149c1365a1f167437a6a974f4f (diff) | |
download | pango-fd62d3ff159232c4a8e7bedb5ce4ac01f1ec8eeb.tar.gz |
1.50.11.50.1
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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', |