summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-09-11 08:38:54 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-09-11 08:38:54 -0400
commitdc5bde2a20cbb025c9d0ed29ed687740a4d027da (patch)
treec9f357a740b3bda044f2bb4fbafd1aac3d586e98
parent722c8e0fc0b78d0f77501d2aa8064d3c8d678c43 (diff)
downloadpango-dc5bde2a20cbb025c9d0ed29ed687740a4d027da.tar.gz
1.48.101.48.10
-rw-r--r--NEWS6
-rw-r--r--meson.build2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 885170dd..138d86f8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Overview of changes in 1.48.10
+==============================
+* Fix a crash in strikethrough drawing (#599)
+* pango-view: Support antialiasing freetype
+* pango-view: Use GraphicsMagick
+
Overview of changes in 1.48.9
=============================
* Require fribidi 1.0.6
diff --git a/meson.build b/meson.build
index c03bf85b..6d8de0b5 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('pango', 'c', 'cpp',
- version: '1.48.9',
+ version: '1.48.10',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',