summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--meson.build2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4f2f2367..ab12b921 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Overview of changes in 1.49.3
+=============================
+* Fix hinting of glyph metrics
+* Fix logical glyph extents in vertical gravities
+* Visualize more default-ignorable glyphs
+* Fix advance widths in transformed contexts
+* Implement Small Caps and other casing variations
+
Overview of changes in 1.49.2
=============================
* Update Unicode data to Unicode 14
diff --git a/meson.build b/meson.build
index c07e709f..f23dd6fc 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('pango', 'c', 'cpp',
- version: '1.49.2',
+ version: '1.49.3',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',