[ubuntu/plucky-proposed] network-manager 1.52.0-1ubuntu1 (Accepted)
Jeremy Bícha
jbicha at ubuntu.com
Mon Mar 3 18:23:21 UTC 2025
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
network-manager (1.52.0-1) experimental; urgency=medium
* New upstream version 1.52.0
* Rebase patches
* Bump 1.51.90 symbol versions to 1.52.0 for the final release
Date: Mon, 03 Mar 2025 12:49:02 -0500
Changed-By: Jeremy Bícha <jbicha at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/network-manager/1.52.0-1ubuntu1
-------------- next part --------------
Format: 1.8
Date: Mon, 03 Mar 2025 12:49:02 -0500
Source: network-manager
Built-For-Profiles: noudeb
Architecture: source
Version: 1.52.0-1ubuntu1
Distribution: plucky
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Jeremy Bícha <jbicha at ubuntu.com>
Launchpad-Bugs-Fixed: 2098902
Changes:
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
.
network-manager (1.52.0-1) experimental; urgency=medium
.
* New upstream version 1.52.0
* Rebase patches
* Bump 1.51.90 symbol versions to 1.52.0 for the final release
Checksums-Sha1:
055d1df820d387d2e5fa9baa4edb0092ec4c4477 3867 network-manager_1.52.0-1ubuntu1.dsc
24fcbc7d16ada3c486c963310f33589e8abe622c 8389334 network-manager_1.52.0.orig.tar.bz2
144110f5e291b2a0c66e30f03cc58e444d858b8c 88520 network-manager_1.52.0-1ubuntu1.debian.tar.xz
db229fac6458c3a9caf4993b2bd367f43890af67 11603 network-manager_1.52.0-1ubuntu1_source.buildinfo
Checksums-Sha256:
74e61529dcaa71f93cfe5aa436dacf591c94d9cc68d4514a7cb33a249be90b4a 3867 network-manager_1.52.0-1ubuntu1.dsc
4ec7423ac5d06dca846482b184a24a3905a6af0ac1c82a6056866ff1edaa2ae9 8389334 network-manager_1.52.0.orig.tar.bz2
afed1d4f274e5df1754dfbcb73f53a4d81ee9d907c00c6790122e9997af0b936 88520 network-manager_1.52.0-1ubuntu1.debian.tar.xz
3bcaf9ac185799ab3bc25035a3a7f82d99b1b9810f6d39225329fe4eac3b9da2 11603 network-manager_1.52.0-1ubuntu1_source.buildinfo
Files:
b3343bae63011b2aa320a08968eaeb3a 3867 net optional network-manager_1.52.0-1ubuntu1.dsc
6ad017074a09bd6b9b9823d04c0265cd 8389334 net optional network-manager_1.52.0.orig.tar.bz2
a689da2a771858c52f79277c67196851 88520 net optional network-manager_1.52.0-1ubuntu1.debian.tar.xz
00e49dc9377a4a06230101ad71f4bd40 11603 net optional network-manager_1.52.0-1ubuntu1_source.buildinfo
Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers at lists.alioth.debian.org>
More information about the plucky-changes
mailing list