diff options
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +Overview of changes in 1.45.2 +============================= +- Fix several crashes in gtk2 applications +- Revert an unintentional introspection API change +- Include HarfBuzz when igenerating introspection data + Overview of changes in 1.45.1 ============================= - Undo PangoFontsetSimple deprecation diff --git a/meson.build b/meson.build index f681e7c4..9b6e1180 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('pango', 'c', 'cpp', - version: '1.45.1', + version: '1.45.2', license: 'LGPLv2.1+', default_options: [ 'buildtype=debugoptimized', |