summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',