Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
Philip Withnall 2024-05-08 16:29:04 +01:00
parent 3360993402
commit d9d93579f0
No known key found for this signature in database
GPG Key ID: DCDF5885B1F3ED73
2 changed files with 21 additions and 1 deletions

20
NEWS
View File

@ -1,3 +1,23 @@
Overview of changes in GLib 2.80.2, 2024-05-08
==============================================
* Fix a regression with IBus caused by the fix for CVE-2024-34397 (#3353,
work by Simon McVittie)
* Fix installation directory of the GVariant specification (#3351, work by
Michael Catanzaro)
* Bugs fixed:
- #3351 GVariant specification installed in wrong directory (Michael
Catanzaro)
- #3353 Fixing CVE-2024-34397 caused regressions for ibus (Simon McVittie)
- !4052 Backport "gdbusconnection: Fix test signal subscription ordering" to
glib-2-80
- !4054 Backport !4049 “Correct installation directory of GVariant
specification” to glib-2-80
- !4055 Backport !4053 “gdbusconnection: Allow name owners to have the syntax
of a well-known name” to glib-2-80
Overview of changes in GLib 2.80.1, 2024-05-07
==============================================

View File

@ -1,5 +1,5 @@
project('glib', 'c',
version : '2.80.1',
version : '2.80.2',
# NOTE: See the policy in docs/meson-version.md before changing the Meson dependency
meson_version : '>= 1.2.0',
default_options : [