diff options
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,13 @@ +Overview of changes in 1.48.1 +============================= +- Require GLib 2.62 +- Require meson 0.55.3 +- ci: Add a MacOS build +- macos: Implement pango_font_get_face +- Fix itemization of multi-paragraph layouts +- Fix a few memory leaks +- Fix glyph origins in vertical layout + Overview of changes in 1.48.0 ============================= - docs: Clarify use of PangoAnalysis in shaping diff --git a/meson.build b/meson.build index 5bd193c8..f8085a36 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('pango', 'c', 'cpp', - version: '1.48.0', + version: '1.48.1', license: 'LGPLv2.1+', default_options: [ 'buildtype=debugoptimized', |