summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-06-08 12:53:50 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-06-08 13:44:46 -0400
commit217dace17ae69b0c3035dc4fedbb0b3d278ab801 (patch)
tree2a34fe3c4002075b1599027ea8ef1d724afdbb27
parent8175bfe7ebbdd885cfdab857783aa2e5f7c136e4 (diff)
downloadpango-1.45.1.tar.gz
1.45.11.45.1
We've been using the 1.45.0 version in git for a while, without ever putting out a tarball. Lets bump the version to 1.45.1 for a new release, to get avoid uncertainties.
-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',