From d9d93579f09535aa85a7653f26809d517f333f3d Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 8 May 2024 16:29:04 +0100 Subject: 2.80.2 Signed-off-by: Philip Withnall --- NEWS | 20 ++++++++++++++++++++ meson.build | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 0ab245428..d0693e389 100644 --- a/NEWS +++ b/NEWS @@ -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 ============================================== diff --git a/meson.build b/meson.build index 55094c735..b995ebc06 100644 --- a/meson.build +++ b/meson.build @@ -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 : [ -- cgit v1.2.3-70-g09d2