summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-10-29 13:25:04 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-10-29 13:25:04 -0400
commit41282738c1949728f912ed2619ffe050d9dce606 (patch)
tree55e2897b2514102b9deb8b2260e529ef7f453974
parentbbacd3787a4b3411daa8e20f841d368576ead851 (diff)
downloadpango-41282738c1949728f912ed2619ffe050d9dce606.tar.gz
1.49.21.49.2
-rw-r--r--NEWS8
-rw-r--r--meson.build2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e870e92b..4f2f2367 100644
--- a/NEWS
+++ b/NEWS
@@ -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',