summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-08-11 19:08:23 -0700
committerMatthias Clasen <mclasen@redhat.com>2021-08-11 19:08:23 -0700
commitf51b158e9a8de5fb4f92346420a5a0a9c97065e2 (patch)
tree72e48b67b1fa9f39bb2ca4cc276c95dce45bd50b
parent17247f28413e4a3fb9386da60ba7b88da1507904 (diff)
downloadpango-f51b158e9a8de5fb4f92346420a5a0a9c97065e2.tar.gz
1.48.81.48.8
-rw-r--r--NEWS8
-rw-r--r--meson.build2
2 files changed, 7 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index dc655742..0a0e4512 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,11 @@
-Overview of changes
-===================
+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
+* Fix font choice for ellipsis (#575)
+* Fix a crash if no fonts are found (#592)
Overview of changes in 1.48.7
=============================
diff --git a/meson.build b/meson.build
index a1add61d..d5932b3b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('pango', 'c', 'cpp',
- version: '1.48.7',
+ version: '1.48.8',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',