summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-07-30 11:34:54 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-07-30 12:31:09 -0400
commitc750b3678f0ee855777e63174e38c6ea3e543756 (patch)
treea2f004f82b192ac0aadcc51dff62cd41031367c1
parent440f9c2609b7f5f9d8f65619b029a5eb660de88b (diff)
downloadpango-c750b3678f0ee855777e63174e38c6ea3e543756.tar.gz
1.45.41.45.4
-rw-r--r--NEWS7
-rw-r--r--meson.build2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6e2c729c..6ae47d0b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Overview of changes in 1.45.4
+=============================
+- Fix build on Windows
+- Fix a pidgin crash
+- fc: Always reject unsupported font formats
+- coretext: Fix cairo scaling
+
Overview of changes in 1.45.3
=============================
- Fix pango_attr_list_change
diff --git a/meson.build b/meson.build
index c0b228ea..d6a50c87 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('pango', 'c', 'cpp',
- version: '1.45.3',
+ version: '1.45.4',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',