wingtk / gvsbuild

GTK stack for Windows
GNU General Public License v2.0
454 stars 170 forks source link

Update GLib to version 2.82.0 #1422

Closed DjLegolas closed 2 months ago

DjLegolas commented 2 months ago

Now that glib 2.82.0 is released, we can upgrade to it.

pbor commented 2 months ago

See https://github.com/wingtk/gvsbuild/issues/1419 . I think we need this when we update glib.

Also, glib-networking usually has to be updated in lockstep with glib

DjLegolas commented 2 months ago

See #1419 . I think we need this when we update glib.

I'll into it and add it in a separate commit

Also, glib-networking usually has to be updated in lockstep with glib

glib-networking is already at it's latest release (2.80.0)

DjLegolas commented 2 months ago

Fixed :)

danyeaw commented 2 months ago

Thanks @DjLegolas!