mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 22:16:16 +01:00
2.82.4
Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
parent
899caabcda
commit
ca20e4ac71
14
NEWS
14
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
|
||||
==============================================
|
||||
|
||||
|
@ -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 : [
|
||||
|
Loading…
Reference in New Issue
Block a user