diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-10-29 13:25:04 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-10-29 13:25:04 -0400 |
commit | 41282738c1949728f912ed2619ffe050d9dce606 (patch) | |
tree | 55e2897b2514102b9deb8b2260e529ef7f453974 | |
parent | bbacd3787a4b3411daa8e20f841d368576ead851 (diff) | |
download | pango-41282738c1949728f912ed2619ffe050d9dce606.tar.gz |
1.49.21.49.2
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +Overview of changes in 1.49.2 +============================= +* Update Unicode data to Unicode 14 +* Fix underlining of spaces +* Round font metrics when appropriate +* Fix some corner cases of cursor positioning +* Handle Catalan middle-dot in text segmentation + Overview of changes in 1.49.1 ============================= * Only recompute log attrs when needed diff --git a/meson.build b/meson.build index 6c6fed7c..c07e709f 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('pango', 'c', 'cpp', - version: '1.49.1', + version: '1.49.2', license: 'LGPLv2.1+', default_options: [ 'buildtype=debugoptimized', |