Public bug reported: Scheduled-For: ubuntu-25.11 Ubuntu: 1.52.0-1ubuntu3 Debian Unstable: 1.54.1-1
A new release of network-manager is available for merging from Debian Unstable. If it turns out this needs a sync rather than a merge, please change the tagging from ['dcr-merge'] to ['dcr-sync'], and (optionally) update the title as desired. If this merge pulls in a new upstream version, also consider adding an entry to the resolute Release Notes: https://discourse.ubuntu.com/t/resolute-raccoon-release-notes/ ### New Debian Changes ### network-manager (1.54.1-1) unstable; urgency=medium * New upstream version 1.54.1 * Rebase patches -- Michael Biebl <[email protected]> Fri, 12 Sep 2025 20:06:06 +0200 network-manager (1.54.0-4) unstable; urgency=medium * Rename debian-branch to debian/latest as per DEP-14 -- Michael Biebl <[email protected]> Fri, 15 Aug 2025 21:35:54 +0200 network-manager (1.54.0-3) unstable; urgency=medium * Upload to unstable -- Michael Biebl <[email protected]> Mon, 11 Aug 2025 23:01:53 +0200 network-manager (1.54.0-2) experimental; urgency=medium * Increase test timeouts by a factor of two. This should help slower architectures like hppa. (Closes: #1075915) -- Michael Biebl <[email protected]> Tue, 05 Aug 2025 12:59:46 +0200 network-manager (1.54.0-1) experimental; urgency=medium * New upstream version 1.54.0 * Rebase patches * Disable NBFT support in the initrd generator. The nm-initrd-generator is not really hooked up in Debian and enabling NBFT support would drap in additional dependencies like NVME. So disable support for this feature until there is actual demand for it. * Update symbols file for libm0 -- Michael Biebl <[email protected]> Mon, 04 Aug 2025 14:58:52 +0200 network-manager (1.52.1-1) unstable; urgency=medium * New upstream version 1.52.1 * Explicitly specify the path for ip6tables -- Michael Biebl <[email protected]> Tue, 15 Jul 2025 12:21:02 +0200 network-manager (1.52.0-6) unstable; urgency=medium [ Lukas Märdian ] * d/tests: Add initial autopkgtests * d/t/base.py: Install backup mgmt network in /run/systemd/network/ * d/t/base.py: Overmount /run/network/ to isolate tests from ifupdown & ifstate * d/t/base.py: decrease huge nm-online timeouts -- Michael Biebl <[email protected]> Tue, 25 Mar 2025 18:33:40 +0100 network-manager (1.52.0-5) unstable; urgency=medium [ Sicelo A. Mhlongo ] * Enable support for ofono [ Michael Biebl ] * Stop setting the build system explicitly. It is no longer necessary as upstream has removed the build system based on autotools and only supports the Meson based one. * Bump Standards-Version to 4.7.2 -- Michael Biebl <[email protected]> Sat, 15 Mar 2025 20:39:47 +0100 network-manager (1.52.0-4) unstable; urgency=medium * No change source-only upload -- Michael Biebl <[email protected]> Sat, 08 Mar 2025 21:11:39 +0100 network-manager (1.52.0-3) unstable; urgency=medium * Split translations into a separate package named network-manager-l10n. The translations make up more than 50% of the disk footprint. To make network-manager more suitable for minimal environments, split the translations into a separate package named network-manager-l10n and make network-manager recommend this new package. This means that translations will still be installed by default but they can be omitted if desired. -- Michael Biebl <[email protected]> Sat, 08 Mar 2025 16:51:47 +0100 network-manager (1.52.0-2) unstable; urgency=medium * Upload to unstable -- Michael Biebl <[email protected]> Sat, 01 Mar 2025 22:34:37 +0100 ### Old Ubuntu Delta ### network-manager (1.52.0-1ubuntu3) questing; urgency=medium * Fix the .expected file in build-time tests, because its encoding became wrong on >= 25.10 (LP: #2121546) -- Antoine Lassagne <[email protected]> Wed, 27 Aug 2025 19:18:34 +0200 network-manager (1.52.0-1ubuntu2) questing; urgency=medium * fix nmcli that could not report 6ghz wifi channels correctly (LP: #2116940) -- Antoine Lassagne <[email protected]> Tue, 15 Jul 2025 15:07:58 +0200 network-manager (1.52.0-1ubuntu1) plucky; urgency=medium [ Jeremy Bícha ] * Merge with Debian. Remaining changes: - d/{control,rules,patches}: Prepare libnetplan build (non i386) + also add yaml dependency, needed for netplan - d/p/netplan: Add libnetplan backend integration patch - d/t/nm.py: Add autopkgtests when Netplan is in use - d/t/nm_netplan.py: Add autopkgtests for the netplan integration - debian/control: + Recommend network-manager-pptp + Suggest avahi-autoipd for IPv4LL support - d/control: Add network-manager-config-connectivity-ubuntu package - debian/rules: + Run build tests + Set --enable-lto. See #1070 for why optimize=-lto is also set + Don't build the network-manager* packages on i386 (unneeded and depends on wpasupplicant) - debian/rules, debian/network-manager.postinst: + Don't restart NetworkManager on upgrade but recommend restarting the computer - debian/rules, debian/network-manager.postinst: + Don't install sysvinit scripts or migrate from sysvinit - d/network-manager.install, d/10-dns-resolved.conf: + Use systemd-resolved instead of dnsmasq - d/network-manager.install, d/10-globally-managed-devices.conf: + Explicitly unmanage everything that isn't WiFi or WWAN (mobile data) - debian/network-manager.postinst: + Don't add the netdev group. + drop in an empty override file for NetworkManager to manage all devices for upgrade from any version, as long as there is no netplan configuration yet. - d/network-manager.install, d/default-wifi-powersave-on.conf: + Install a config file to enable WiFi powersave - Add autopkgtests - d/{source_network-manager.py,network-manager.install, network-manager.links}: Add apport hook - d/NetworkManager.conf: disable MAC randomization feature. There is no easy way for desktop users to disable this feature yet. And there are reports that it doesn't work well with some systems. See gnome-control-center issue 743 - Update Vcs links to point to Ubuntu branch - Add patches. See patch descriptions for more details: + Provide-access-to-some-of-NM-s-interfaces-to-whoopsie.patch + Update-dnsmasq-parameters.patch - d/network-manager.preinst: backup previous configuration automatically - d/network-manager.postinst: Trigger Netplan migration on install/upgrade [ Lukas Märdian ] * Fix FTBFS on i386 (LP: #2098902) - d/p/n/keyfile-update-test-for-expected-netplan-output.patch * d/t/network_test_base.py: split into base.py and base_wifi.py for veth/wifi * d/t/{control,nm-eth.py}: Isolate containerized nm-eth.py tests * d/tests: Rename nm.py -> nm-wifi.py, nm_netplan.py -> nm-netplan.py * d/t/control,{nm-wifi,nm-netplan,wpa-dhcp}.py: Utilize new classes, clean up Trimming non-wifi code from nm.py (it was moved to nm-eth.py) * d/t/control: Skip WiFi tests on containers -- Jeremy Bícha <[email protected]> Mon, 03 Mar 2025 12:49:02 -0500 ** Affects: network-manager (Ubuntu) Importance: Undecided Status: New ** Tags: dcr-merge ** Changed in: network-manager (Ubuntu) Milestone: None => ubuntu-25.11 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2130120 Title: Merge network-manager from Debian Unstable for resolute To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/2130120/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
