summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-01-21 18:05:22 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-01-21 18:05:22 -0500
commit65577fee8e8e7e01cabab72552f64f668270e640 (patch)
treeeecce5a539dc07d1a2c2548d1a72fcf9dd0429dd
parent9e48acef97708eab355fce3659626e2d97161157 (diff)
downloadpango-65577fee8e8e7e01cabab72552f64f668270e640.tar.gz
1.48.11.48.1
-rw-r--r--NEWS10
-rw-r--r--meson.build2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2801f56a..cb1dd1dc 100644
--- a/NEWS
+++ b/NEWS
@@ -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',