mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-12 20:24:04 +02:00
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
|
Overview of changes in GLib 2.82.3, 2024-12-09
|
||||||
==============================================
|
==============================================
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
project('glib', 'c',
|
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
|
# NOTE: See the policy in docs/meson-version.md before changing the Meson dependency
|
||||||
meson_version : '>= 1.2.0',
|
meson_version : '>= 1.2.0',
|
||||||
default_options : [
|
default_options : [
|
||||||
|
Reference in New Issue
Block a user