summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-06-11 09:41:28 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-06-11 14:03:39 -0400
commitb1411194d196471fad7984a73044a3c19e7d884d (patch)
tree106542fc0819afdda498612a7a34438535abf46a
parent21081ce6a196f3665f06ce6fee013ed513f7acd7 (diff)
downloadpango-b1411194d196471fad7984a73044a3c19e7d884d.tar.gz
1.45.21.45.2
-rw-r--r--NEWS6
-rw-r--r--meson.build2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c8cdd50a..ae097e05 100644
--- a/NEWS
+++ b/NEWS
@@ -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',