summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-08-18 00:23:38 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-08-18 00:26:07 -0400
commitc704c8b7e096dd3d3fd684463ef0e7860c2c2db3 (patch)
tree40b097b7aecdc7b8b515e69ff361393f38749e0c
parentb2acf7b84a36fa6f1328eeb56ed04435e58e7d9e (diff)
downloadpango-c704c8b7e096dd3d3fd684463ef0e7860c2c2db3.tar.gz
1.48.91.48.9
-rw-r--r--NEWS7
-rw-r--r--meson.build2
2 files changed, 7 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 0a0e4512..885170dd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
-Overview of changes in 1.48.8
+Overview of changes in 1.48.9
=============================
+* Require fribidi 1.0.6
+* Clean up fribidi api usage
+* Fix a bug in the gravity data table (#597)
+Overview of changes in 1.48.8
+=============================
* Rename git `master` branch to `main` (#579)
* Fix threadsafety issues with Thai
* Fix a rounding problem on i386
diff --git a/meson.build b/meson.build
index a77da9a5..c03bf85b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('pango', 'c', 'cpp',
- version: '1.48.8',
+ version: '1.48.9',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',