summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS9
-rw-r--r--meson.build2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2d761a1d..c8cdd50a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Overview of changes in 1.45.1
+=============================
+- Undo PangoFontsetSimple deprecation
+- Annotation fixes for various apis
+- Add api to compare attribute lists
+- Update data tables to Unicode 13.0
+- Various test improvements
+- Require GLib 2.60
+
Overview of changes in 1.45.0
=============================
- Some new font enumeration apis:
diff --git a/meson.build b/meson.build
index c427842a..f681e7c4 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('pango', 'c', 'cpp',
- version: '1.45.0',
+ version: '1.45.1',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',