]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: bump minimum glib version to 2.68
authorJán Tomko <jtomko@redhat.com>
Wed, 10 Sep 2025 07:48:41 +0000 (09:48 +0200)
committerJán Tomko <jtomko@redhat.com>
Mon, 15 Sep 2025 10:40:12 +0000 (12:40 +0200)
commit48f04627c8faf505a98e07e542729c135a615dcc
tree4c353a08570b69beb7c9da1e8ec23626347822a2
parenta9bd4c1e0b347000912a66d37028086750872dd1
build: bump minimum glib version to 2.68

We removed support for Debian 11 which only had 2.66.8.
Next stop: 2.72 after we drop Ubuntu 22.04

For libvirt, the update to the 2.68 GLib release:
* introduces g_string_replace
* deprecates g_memdup in favor of g_memdup2
* removes the need for some warning workarounds
* deprecates g_time_zone_new in favor of g_time_zone_new_identifier
  which returns NULL on error instead of returning UTC

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
meson.build
src/conf/virdomainjob.c
src/esx/esx_vi_types.c
src/internal.h
src/libvirt_private.syms
src/qemu/qemu_capabilities.c
src/util/glibcompat.c
src/util/glibcompat.h