summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-11-08 13:36:38 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-11-08 13:36:38 -0500
commitd1357f8636336000190b7e7b0f0d9db0a290c596 (patch)
tree0575e267324d4d796add5ac4ce114de51dcc3980
parent78d4efd6af8fc37b93b1dafb7c3b7101b389a565 (diff)
downloadpango-d1357f8636336000190b7e7b0f0d9db0a290c596.tar.gz
1.49.31.49.3
-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',