{"object_kind":"push","event_name":"push","before":"b5410bb24a3fca5c594541e1f27fff1c26972081","after":"f70b37357ae61c2b1756df8ab80e44dd00bd643e","ref":"refs/heads/main","ref_protected":false,"checkout_sha":"f70b37357ae61c2b1756df8ab80e44dd00bd643e","message":null,"user_id":1940,"user_name":"Vladimír Beneš","user_username":"vbenes","user_email":"","user_avatar":"https://gitlab.freedesktop.org/uploads/-/system/user/avatar/1940/avatar.png","project_id":411,"project":{"id":411,"name":"NetworkManager","description":"NetworkManager — network management daemon","web_url":"https://gitlab.freedesktop.org/NetworkManager/NetworkManager","avatar_url":"https://gitlab.freedesktop.org/uploads/-/system/project/avatar/411/nm_logo.png","git_ssh_url":"git@ssh.gitlab.freedesktop.org:NetworkManager/NetworkManager.git","git_http_url":"https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git","namespace":"NetworkManager","visibility_level":20,"path_with_namespace":"NetworkManager/NetworkManager","default_branch":"main","ci_config_path":"","homepage":"https://gitlab.freedesktop.org/NetworkManager/NetworkManager","url":"git@ssh.gitlab.freedesktop.org:NetworkManager/NetworkManager.git","ssh_url":"git@ssh.gitlab.freedesktop.org:NetworkManager/NetworkManager.git","http_url":"https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git"},"commits":[{"id":"7372e93044d63527200a6d6d2d2fc5b3bb1fdd3a","message":"spec: remove snapshot and git_sha macros\n\nSnapshot is only used from nm-copr-build.sh script, so not very useful.\nGit_sha is used from build.sh. Other than that, downstream is always\nnil.\n\nRemove them and modify build.sh to use --define \"dist xxx\" instead of\nthem. This change is motivated by Packit not being able to modify the\nrelease number if it has the %{snap} suffix.\n\n(cherry picked from commit 5445ad2287bbbfca713f4558769463184f499106)\n","title":"spec: remove snapshot and git_sha macros","timestamp":"2026-01-13T09:32:49+01:00","url":"https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/commit/7372e93044d63527200a6d6d2d2fc5b3bb1fdd3a","author":{"name":"Íñigo Huguet","email":"ihuguet@riseup.net"},"added":[],"modified":["contrib/fedora/rpm/NetworkManager.spec","contrib/fedora/rpm/build.sh"],"removed":[]},{"id":"9c5b56d42a7756b516108dd798d396397e71cc2a","message":"spec: move the main info to the top\n\nIt's clearer this way, and it will allow to modify directly the\n\"Version:\" and \"Release:\" fields to bump the version. It is more aligned\nwith the layout of other projects' spec files too.\n\n(cherry picked from commit 6d952902b9077b53c882016060f71c7be1f9eb94)\n","title":"spec: move the main info to the top","timestamp":"2026-01-13T09:32:49+01:00","url":"https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/commit/9c5b56d42a7756b516108dd798d396397e71cc2a","author":{"name":"Íñigo Huguet","email":"ihuguet@riseup.net"},"added":[],"modified":["contrib/fedora/rpm/NetworkManager.spec"],"removed":[]},{"id":"1a7f424ac81e7da1cda6d60393656b8aae94412f","message":"libnm: add safe file access backported symbols from 1.52.2\n\nAdd to branch nm-1-56 symbols for safe file access that were\nbackported to 1.52.2 to allow seamless upgrading from 1.52 to 1.56.\n","title":"libnm: add safe file access backported symbols from 1.52.2","timestamp":"2026-01-20T15:03:44+01:00","url":"https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/commit/1a7f424ac81e7da1cda6d60393656b8aae94412f","author":{"name":"Beniamino Galvani","email":"bgalvani@redhat.com"},"added":[],"modified":["src/libnm-client-impl/libnm.ver","src/libnm-client-impl/nm-client.c"],"removed":[]},{"id":"6dc64dfa0c7229fd7f8f86093f664710459263c2","message":"libnm: add safe file access backported symbols from 1.54.3\n\nAdd to branch nm-1-56 symbols for safe file access that were\nbackported to 1.54.3 to allow seamless upgrading from 1.54 to 1.56.\n","title":"libnm: add safe file access backported symbols from 1.54.3","timestamp":"2026-01-20T15:03:48+01:00","url":"https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/commit/6dc64dfa0c7229fd7f8f86093f664710459263c2","author":{"name":"Beniamino Galvani","email":"bgalvani@redhat.com"},"added":[],"modified":["src/libnm-client-impl/libnm.ver","src/libnm-client-impl/nm-client.c"],"removed":[]},{"id":"54e38591267fad512b532a30ebc743458a49b17f","message":"merge: branch 'bg/safe-file-access-syms-1-56' into nm-1-56\n","title":"merge: branch 'bg/safe-file-access-syms-1-56' into nm-1-56","timestamp":"2026-01-20T15:29:14+01:00","url":"https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/commit/54e38591267fad512b532a30ebc743458a49b17f","author":{"name":"Beniamino Galvani","email":"bgalvani@redhat.com"},"added":[],"modified":["src/libnm-client-impl/libnm.ver","src/libnm-client-impl/nm-client.c"],"removed":[]},{"id":"4c5478744c0fc5dc9f41ba162cc417f268adb8f9","message":"vpn: wait for device to become available before creating l3cd\n\nIn some situations, we will have a defined interface index, but\nno device, because the idle source was not processed yet.\n\nReschedule _check_complete() in an idle source, so that it runs\nafter the device is processed.\n\nFixes: 306f9c490b2a ('vpn: Use nm_device_create_l3_config_data_from_connection if possible')\nResolves: https://issues.redhat.com/browse/RHEL-125796\n\nhttps://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/2347\n(cherry picked from commit 574411b8a56ebea82f5dcc62c0b31bc95747fb10)\n","title":"vpn: wait for device to become available before creating l3cd","timestamp":"2026-01-22T15:04:46+01:00","url":"https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/commit/4c5478744c0fc5dc9f41ba162cc417f268adb8f9","author":{"name":"Jan Vaclav","email":"jvaclav@redhat.com"},"added":[],"modified":["src/core/vpn/nm-vpn-connection.c"],"removed":[]},{"id":"b3d10555202d8551e2dc359bf2e4aaff4e9a1d07","message":"release.sh: add comments\n\n(cherry picked from commit d56cd26aeabe452e5b72f68a2b3a4fa876c3c7e3)\n","title":"release.sh: add comments","timestamp":"2026-02-12T11:25:01+01:00","url":"https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/commit/b3d10555202d8551e2dc359bf2e4aaff4e9a1d07","author":{"name":"Íñigo Huguet","email":"ihuguet@riseup.net"},"added":[],"modified":["contrib/fedora/rpm/release.sh"],"removed":[]},{"id":"d72562e365aed2abaefe88c9daa825347f069e47","message":"release.sh: assume that the version is already the right one\n\nDon't bump the version before tagging the release. Instead, assume that\nit's already correctly set. This is in preparation for the next commit\nwhere we will bump the version after the release, not before.\n\nBut don't assume that in the case of rc1 and major releases. For rc1 we\nswitch from devel releases to RC releases, and in major we switch from\nRC releases to stable releases. For example, when we are going to\nrelease 1.58-rc1, the current version will be 1.57.X-dev, so we need to\nbump to 1.58-rc1. When we're going to release 1.58.0, the current\nversion will be 1.58-rcX, so we need to bump to 1.58.0.\n\n(cherry picked from commit 3a3a8ea59d6cf5e3df0976c1d6591bf77e7230fb)\n","title":"release.sh: assume that the version is already the right one","timestamp":"2026-02-12T11:25:01+01:00","url":"https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/commit/d72562e365aed2abaefe88c9daa825347f069e47","author":{"name":"Íñigo Huguet","email":"ihuguet@riseup.net"},"added":[],"modified":["contrib/fedora/rpm/release.sh"],"removed":[]},{"id":"0740459a5a5bc6876e51fbf5d42420783331527d","message":"release.sh: bump version after release\n\nAfter tagging a release, create a commit bumping to the next version.\nThis effectively ends the change in the logic initiated in the previous\ncommit, from \"bump version, then release\" to \"release, then bump\nversion\".\n\nThe purpose of this is to have the right version set in nm_version.h and\nnm_version_macros.h between two releases. Without this change, when we\nintroduced a new symbol, thus using the NM_AVAILABLE_IN_1_XX annotations,\nwe got compilation warnings until we did the next release (making the CI\nto be red when configured the compilation to fail on warnings).\n\n(cherry picked from commit 5666407f156fcd7b328dff6838038ee6993e9f71)\n","title":"release.sh: bump version after release","timestamp":"2026-02-12T11:25:01+01:00","url":"https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/commit/0740459a5a5bc6876e51fbf5d42420783331527d","author":{"name":"Íñigo Huguet","email":"ihuguet@riseup.net"},"added":[],"modified":["contrib/fedora/rpm/release.sh"],"removed":[]},{"id":"a39acb38e89e7098166cc86976f5834d2283e7e3","message":"release.sh: fix a few small bugs and typos\n\nFix typo freedestkop -> freedesktop.\n\nRemoved unused argument of check_news (additionally, it was incorrectly\nusing @ instead of $).\n\nFixed incorrect use of `$? = 0` that was always successful.\n\n(cherry picked from commit 9a3462af99dfaefdfcee63426ed142fda290c462)\n","title":"release.sh: fix a few small bugs and typos","timestamp":"2026-02-12T11:25:01+01:00","url":"https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/commit/a39acb38e89e7098166cc86976f5834d2283e7e3","author":{"name":"Íñigo Huguet","email":"ihuguet@riseup.net"},"added":[],"modified":["contrib/fedora/rpm/release.sh"],"removed":[]},{"id":"045f328512cf4a160e48cb1f617baa8ea14c07e5","message":"release: (manually) bump version to 1.56-rc3\n\nAfter the previous commits, release.sh bumps the version after tagging\nthe release, and not before. Therefore, it expects that the version is\nalready the next one when doing the release.\n\nManually bump the version this time so release.sh sees the right value\nthe next time it's executed after these changes.\n\n(cherry picked from commit c0fe80ff87373bfb76de26613a0f69a15c43214d)\n","title":"release: (manually) bump version to 1.56-rc3","timestamp":"2026-02-12T11:25:38+01:00","url":"https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/commit/045f328512cf4a160e48cb1f617baa8ea14c07e5","author":{"name":"Íñigo Huguet","email":"ihuguet@riseup.net"},"added":[],"modified":["meson.build"],"removed":[]},{"id":"8f3b8e0200ff34b9d64714d7d8c214f75a41f3be","message":"nm-version.h: use the right value of NM_API_VERSION\n\nAfter the changes in release.sh in previous commits, during development\nthe value of NM_VERSION will always be the next version, not the latest\nreleased one. As a consequence, we don't need to set MICRO+1 in\nNM_API_VERSION, which was a temporary workaround.\n\n(cherry picked from commit 36275bc51caae466af1952666df2b5d37a2db718)\n","title":"nm-version.h: use the right value of NM_API_VERSION","timestamp":"2026-02-12T11:25:55+01:00","url":"https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/commit/8f3b8e0200ff34b9d64714d7d8c214f75a41f3be","author":{"name":"Íñigo Huguet","email":"ihuguet@riseup.net"},"added":[],"modified":["src/libnm-core-public/nm-version-macros.h.in"],"removed":[]},{"id":"1bdcbdfd4f0d8b999c4153ed9a5f23fbe31eefae","message":"nm-version: allow to define NM_VERSION_MAX_ALLOWED alone\n\nPreviously, if NM_VERSION_MIN_REQUIRED was not defined, it defaulted to\nNM_VERSION. As a consequence, if NM_VERSION_MAX_ALLOWED was defined we\ngot a compilation error because MAX_ALLOWED < MIN_REQUIRED.\n\nMAX_ALLOWED is used to get compilation warnings if you unintentionally\nuse a libnm's symbol introduced in a newer version. MIN_REQUIRED is used\nto get rid of warnings about symbol deprecations.\n\nLibnm users may want to use MAX_ALLOWED alone, because using a too new\nsymbol would fail to compile with older libnm. But they might want to\nget deprecation warnings as soon as possible, so they want to leave\nMIN_REQUIRED empty.\n\n(cherry picked from commit f849163e827290329564377e009e763cb134beaa)\n","title":"nm-version: allow to define NM_VERSION_MAX_ALLOWED alone","timestamp":"2026-02-12T11:25:55+01:00","url":"https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/commit/1bdcbdfd4f0d8b999c4153ed9a5f23fbe31eefae","author":{"name":"Íñigo Huguet","email":"ihuguet@riseup.net"},"added":[],"modified":["src/libnm-core-public/nm-version.h"],"removed":[]},{"id":"3981d392aa247762321e73dd27c4be993073d214","message":"NEWS: remove pre-release bits as we do 1.56.0 now\n","title":"NEWS: remove pre-release bits as we do 1.56.0 now","timestamp":"2026-02-12T11:37:43+01:00","url":"https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/commit/3981d392aa247762321e73dd27c4be993073d214","author":{"name":"Vladimír Beneš","email":"vbenes@redhat.com"},"added":[],"modified":["NEWS"],"removed":[]},{"id":"9188c9fa9b09c177cbd314a5d3fef901d7adf875","message":"cloud-setup: fix format string\n\nOn a i686 machine the build fails with:\n\n../src/nm-cloud-setup/main.c: In function ‘_oci_new_vlan_dev’:\n../src/nm-cloud-setup/main.c:800:47: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘gssize’ {aka ‘int’} [-Werror=format=]\n 800 | macvlan_name = g_strdup_printf(\"macvlan%ld\", config_data->iface_idx);\n | ~~^ ~~~~~~~~~~~~~~~~~~~~~~\n | | |\n | long int gssize {aka int}\n | %d\n../src/nm-cloud-setup/main.c:801:42: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘gssize’ {aka ‘int’} [-Werror=format=]\n 801 | connection_id = g_strdup_printf(\"%s%ld\", connection_type, config_data->iface_idx);\n | ~~^ ~~~~~~~~~~~~~~~~~~~~~~\n | | |\n | long int gssize {aka int}\n | %d\n\nFixes: 68d7e177378b ('Reapply \"cloud-setup: create VLANs for multiple VNICs on OCI\"')\n(cherry picked from commit 748be9a3e7ac8706fbed21dd921d7e8058672194)\n","title":"cloud-setup: fix format string","timestamp":"2026-02-12T11:53:49+01:00","url":"https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/commit/9188c9fa9b09c177cbd314a5d3fef901d7adf875","author":{"name":"Beniamino Galvani","email":"bgalvani@redhat.com"},"added":[],"modified":["src/nm-cloud-setup/main.c"],"removed":[]},{"id":"a0e03b122837e137422b25a287d62ce47b8af5c4","message":"supplicant: fix center channel calculation\n\nThe formula is wrong for channels above 144 because the layout of the\n80MHz channels is not regular. Use a lookup table.\n\nFixes: 7bb596177966 ('supplicant: honor the 'wifi.channel-width' property in AP mode')\n(cherry picked from commit 5763b9b4de64ac3ce1b9c1e6f00d0736de763f94)\n","title":"supplicant: fix center channel calculation","timestamp":"2026-02-12T11:53:55+01:00","url":"https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/commit/a0e03b122837e137422b25a287d62ce47b8af5c4","author":{"name":"Beniamino Galvani","email":"bgalvani@redhat.com"},"added":[],"modified":["src/core/supplicant/nm-supplicant-config.c"],"removed":[]},{"id":"cf52d3f52b71806f9068b7afa8517f3c8ffc4778","message":"test-link: test bond with use_carrier=1\n\n`use_carrier` is removed from kernel since 6.18 [1], and returns\nthe following error if set to 0:\n> option obsolete, use_carrier cannot be disabled\n\nThis causes a failure of test-link-linux, so let's set it to 1.\n\n[1] https://lore.kernel.org/all/2029487.1756512517@famine/\n\n(cherry picked from commit d40e88fd02ccbc07a5e0c7e3cb8a75dee830d1b8)\n","title":"test-link: test bond with use_carrier=1","timestamp":"2026-02-12T20:27:20+01:00","url":"https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/commit/cf52d3f52b71806f9068b7afa8517f3c8ffc4778","author":{"name":"Jan Vaclav","email":"jvaclav@redhat.com"},"added":[],"modified":["src/core/platform/tests/test-link.c"],"removed":[]},{"id":"56b51b98fbb8627c4c09a483702e18fd8aee7ce1","message":"release: bump version to 1.56.0\n","title":"release: bump version to 1.56.0","timestamp":"2026-02-12T23:14:41+01:00","url":"https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/commit/56b51b98fbb8627c4c09a483702e18fd8aee7ce1","author":{"name":"Vladimír Beneš","email":"vbenes@redhat.com"},"added":[],"modified":["meson.build"],"removed":[]},{"id":"30a5416a54747e41cf9382286eb80f3bd611e79b","message":"tmp\n","title":"tmp","timestamp":"2026-02-13T13:23:55+01:00","url":"https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/commit/30a5416a54747e41cf9382286eb80f3bd611e79b","author":{"name":"Vladimír Beneš","email":"vbenes@redhat.com"},"added":["data/org.freedesktop.NetworkManager.policy.in","data/org.freedesktop.NetworkManager.rules.in","src/core/bpf/clat.bpf.c","src/core/bpf/clat.h","src/core/bpf/meson.build","src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_WiFi_Band_6ghz.cexpected","src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_WiFi_Band_a.cexpected","src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-wifi-band-6ghz","src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-wifi-band-6ghz-channel-mismatch","src/nm-initrd-generator/nm-initrd-generator.sh"],"modified":[".gitignore",".gitlab-ci.yml","NEWS","config.h.meson","contrib/alpine/REQUIRED_PACKAGES","contrib/debian/REQUIRED_PACKAGES","contrib/fedora/REQUIRED_PACKAGES","contrib/fedora/rpm/NetworkManager.spec","contrib/fedora/rpm/configure-for-system.sh","contrib/scripts/nm-ci-run.sh","data/NetworkManager-config-initrd.service.in","data/NetworkManager-initrd.service.in","data/NetworkManager-wait-online-initrd.service.in","data/meson.build","man/NetworkManager.conf.xml","man/nmcli.xml","meson.build","meson_options.txt","po/POTFILES.in","po/bg.po","po/pt_BR.po","po/sl.po","po/tr.po","src/core/devices/nm-device.c","src/core/devices/nm-device.h","src/core/devices/wifi/nm-device-iwd.c","src/core/devices/wifi/nm-device-wifi.c","src/core/devices/wifi/nm-wifi-ap.c","src/core/devices/wifi/nm-wifi-utils.c","src/core/devices/wifi/nm-wifi-utils.h","src/core/devices/wwan/nm-modem-manager.c","src/core/dhcp/nm-dhcp-client.c","src/core/dhcp/nm-dhcp-utils.c","src/core/dns/nm-dns-manager.c","src/core/main.c","src/core/meson.build","src/core/ndisc/nm-lndp-ndisc.c","src/core/ndisc/nm-ndisc-private.h","src/core/ndisc/nm-ndisc.c","src/core/ndisc/nm-ndisc.h","src/core/nm-checkpoint.c","src/core/nm-config.c","src/core/nm-core-utils.c","src/core/nm-core-utils.h","src/core/nm-ip-config.c","src/core/nm-l3-config-data.c","src/core/nm-l3-config-data.h","src/core/nm-l3cfg.c","src/core/nm-netns.c","src/core/nm-netns.h","src/core/settings/plugins/ifcfg-rh/nms-ifcfg-rh-reader.c","src/core/settings/plugins/ifcfg-rh/nms-ifcfg-rh-writer.c","src/core/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-Test_Write_WiFi_AP_Mode.cexpected","src/core/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c","src/core/supplicant/nm-supplicant-config.c","src/core/supplicant/nm-supplicant-interface.c","src/core/supplicant/nm-supplicant-interface.h","src/core/supplicant/nm-supplicant-settings-verify.c","src/core/tests/test-core.c","src/core/tests/test-netns.c","src/core/vpn/nm-vpn-manager.c","src/libnm-base/nm-base.h","src/libnm-base/nm-config-base.h","src/libnm-client-impl/libnm.ver","src/libnm-client-impl/nm-access-point.c","src/libnm-client-impl/nm-ip-config.c","src/libnm-client-impl/nm-libnm-utils.c","src/libnm-client-impl/tests/test-libnm.c","src/libnm-client-impl/tests/test-nm-client.c","src/libnm-client-public/nm-ip-config.h","src/libnm-core-aux-intern/nm-libnm-core-utils.c","src/libnm-core-aux-intern/nm-libnm-core-utils.h","src/libnm-core-impl/gen-metadata-nm-settings-libnm-core.xml.in","src/libnm-core-impl/nm-setting-bridge.c","src/libnm-core-impl/nm-setting-connection.c","src/libnm-core-impl/nm-setting-ip4-config.c","src/libnm-core-impl/nm-setting-wireless.c","src/libnm-core-impl/nm-setting.c","src/libnm-core-impl/nm-utils.c","src/libnm-core-impl/tests/test-general.c","src/libnm-core-intern/nm-core-internal.h","src/libnm-core-public/nm-setting-ip4-config.h","src/libnm-core-public/nm-utils.h","src/libnm-core-public/nm-version-macros.h.in","src/libnm-core-public/nm-version.h","src/libnm-systemd-shared/src/basic/sort-util.h","src/libnm-systemd-shared/src/basic/string-util.c","src/libnm-systemd-shared/src/basic/string-util.h","src/libnm-systemd-shared/src/fundamental/macro-fundamental.h","src/libnm-udev-aux/nm-udev-utils.c","src/libnmc-setting/nm-meta-setting-desc.c","src/libnmc-setting/settings-docs.h.in","src/nm-initrd-generator/meson.build","src/nm-initrd-generator/nmi-cmdline-reader.c","src/nmcli/common.c","src/nmcli/devices.c","src/nmcli/gen-metadata-nm-settings-nmcli.xml.in","src/nmcli/general.c","src/nmcli/utils.c","src/nmcli/utils.h","src/nmtui/nmt-device-entry.c","src/nmtui/nmt-device-entry.h","src/nmtui/nmt-editor-grid.c","src/nmtui/nmt-editor.c","src/nmtui/nmt-page-ip-tunnel.c","src/nmtui/nmt-page-macsec.c","src/nmtui/nmt-page-vlan.c","src/nmtui/nmt-page-wifi.c","src/nmtui/nmtui-connect.c","src/nmtui/nmtui-connect.h","src/tests/client/test-client.check-on-disk/test_002.expected","src/tests/client/test-client.check-on-disk/test_003.expected","src/tests/client/test-client.check-on-disk/test_004.expected","src/tests/client/test-client.py","tools/test-networkmanager-service.py"],"removed":[]},{"id":"f70b37357ae61c2b1756df8ab80e44dd00bd643e","message":"release: bump version to 1.57.3 (development)\n","title":"release: bump version to 1.57.3 (development)","timestamp":"2026-02-13T13:30:02+01:00","url":"https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/commit/f70b37357ae61c2b1756df8ab80e44dd00bd643e","author":{"name":"Vladimír Beneš","email":"vbenes@redhat.com"},"added":[],"modified":["meson.build"],"removed":[]}],"total_commits_count":54,"push_options":{},"repository":{"name":"NetworkManager","url":"git@ssh.gitlab.freedesktop.org:NetworkManager/NetworkManager.git","description":"NetworkManager — network management daemon","homepage":"https://gitlab.freedesktop.org/NetworkManager/NetworkManager","git_http_url":"https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git","git_ssh_url":"git@ssh.gitlab.freedesktop.org:NetworkManager/NetworkManager.git","visibility_level":20}}