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