diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-07-03 09:56:46 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-07-03 09:56:46 -0400 |
commit | 467bda1e0bc2614b10e2edc46dccc9588388e045 (patch) | |
tree | 07afdc0409daab11ef569a3d2803edba6de8f8c6 | |
parent | b7c7eb7a7c80d8df18ac2c97fb03dbbfaf0686cb (diff) | |
download | pango-467bda1e0bc2614b10e2edc46dccc9588388e045.tar.gz |
1.48.71.48.7
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +Overview of changes in 1.48.7 +============================= +- Fix a thread-safety issue in fontmap initialization +- Small documentation improvements + Overview of changes in 1.48.6 ============================= - Avoid attribute index overflow diff --git a/meson.build b/meson.build index 02d10b74..f5425746 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('pango', 'c', 'cpp', - version: '1.48.6', + version: '1.48.7', license: 'LGPLv2.1+', default_options: [ 'buildtype=debugoptimized', |