diff options
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -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', |