diff options
| author | Jeremy Bicha <jeremy.bicha@canonical.com> | 2022-11-28 16:36:03 -0500 |
|---|---|---|
| committer | Jeremy Bicha <jeremy.bicha@canonical.com> | 2022-11-28 16:51:04 -0500 |
| commit | a54b7700475596c6e56450fcfb045333b8f91ade (patch) | |
| tree | 77fa31d18eac6a609389ddc5f16c7c451d38c8e5 | |
| parent | ab802648d2d673c0775e8eb8f6f0ea0232ad23bd (diff) | |
releasing package network-manager version 1.40.4-1ubuntu1
| -rw-r--r-- | debian/changelog | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 41523d92..c52f1cdf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,48 @@ +network-manager (1.40.4-1ubuntu1) lunar; urgency=medium + + * Resynchronize on Debian, remaining changes: + - debian/control: + + Depend on isc-dhcp-client + + Recommend network-manager-pptp + + Suggest avahi-autoipd for IPv4LL support + - 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/rules, 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 + - debian/source_network-manager.py, debian/network-manager.install, + debian/network-manager.links: Add apport hook + - Add network-manager-config-connectivity-ubuntu package + - 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 + * Drop patch that doesn't appear to be needed any more: + - ubuntu_revert_systemd.patch (LP: #1914062) + + -- Jeremy Bicha <jbicha@ubuntu.com> Tue, 20 Sep 2022 13:39:43 -0400 + network-manager (1.40.4-1) unstable; urgency=medium * New upstream version 1.40.4 |