From ca20e4ac71864f08e980dc044ac96c06d5482b37 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 11 Dec 2024 22:21:22 +0000 Subject: [PATCH] 2.82.4 Signed-off-by: Philip Withnall --- NEWS | 14 ++++++++++++++ meson.build | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 8174db994..106c3f081 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +Overview of changes in GLib 2.82.4, 2024-12-11 +============================================== + +* Fix a double-unref crash which affects many apps which use pygobject to + export objects on D-Bus (#3559, work by Sebastian Dröge, Philip Withnall) + +* Bugs fixed: + - #3559 2.82.3 regression: lollypop crashes on startup (Philip Withnall) + - !4430 Backport !4427 “Revert "gdbus: Fix leak of method invocation when + registering an object with closures"” to glib-2-82 + - !4434 Backport !4432 and !4433 “ci: Add release component to automate + tarball publishing” to glib-2-82 + + Overview of changes in GLib 2.82.3, 2024-12-09 ============================================== diff --git a/meson.build b/meson.build index 68b30513e..da11dddd3 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('glib', 'c', - version : '2.82.3', + version : '2.82.4', # NOTE: See the policy in docs/meson-version.md before changing the Meson dependency meson_version : '>= 1.2.0', default_options : [