Change logs for network-manager source package in Kinetic

  • network-manager (1.40.0-1ubuntu2) kinetic; urgency=medium
    
      * Don't recommend iwd. It's less risky to keep using wpasupplicant
        for Ubuntu 22.10
    
     -- Jeremy Bicha <email address hidden>  Tue, 27 Sep 2022 10:31:16 -0400
  • network-manager (1.40.0-1ubuntu1) kinetic; urgency=medium
    
      * Resynchronize on Debian, remaining changes:
        - debian/control:
          + Depend on isc-dhcp-client
          + Recommend iwd as preferred alternative to wpasupplicant
          + 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
          + Disable-general-with-expect.patch
          + libnm-Check-self-still-NMManager-or-not.patch
          + dns-manager-don-t-merge-split-DNS-search-domains.patch (but disabled)
          + Read-system-connections-from-run.patch
    
    network-manager (1.40.0-1) unstable; urgency=medium
    
      * New upstream version 1.40.0
      * Rebase patches
      * Bump pre-release symbols from 1.39.x to version 1.40.0
    
    network-manager (1.39.90-2) experimental; urgency=medium
    
      * Release version 1.39.90-1 to experimental
      * Explicitly disable LTO via dpkg-buildflags.
        NetworkManager requires additional build flags like -flto-partition=none
        to build properly with LTO enabled. (Closes: #1015556)
    
     -- Jeremy Bicha <email address hidden>  Tue, 20 Sep 2022 13:39:43 -0400
  • network-manager (1.39.90-1ubuntu3) kinetic; urgency=medium
    
      * Cherry-pick 2 patches to fix bonding regressions discovered
        with failing netplan autopkgtests. Thanks Lukas Märdian.
        (LP: #1987001)
    
     -- Jeremy Bicha <email address hidden>  Thu, 25 Aug 2022 13:26:02 -0400
  • network-manager (1.39.90-1ubuntu2) kinetic; urgency=medium
    
      * debian/control:
        - recommends iwd as a preferred alternative to wpasupplicant since
          the MIR has been reviewed now
    
     -- Sebastien Bacher <email address hidden>  Thu, 25 Aug 2022 17:09:30 +0200
  • network-manager (1.39.90-1ubuntu1) kinetic; 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.
          + 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
          + Disable-general-with-expect.patch
          + libnm-Check-self-still-NMManager-or-not.patch
          + dns-manager-don-t-merge-split-DNS-search-domains.patch (but disabled)
          + Read-system-connections-from-run.patch
    
    network-manager (1.39.90-1) experimental; urgency=medium
    
      * New upstream version 1.39.90 (1.40 rc1)
      * Rebase patches
      * Drop obsolete --with-dnssec-trigger configure option.
        The unbound DNS plugin was marked deprecated for a while and has been
        removed now in this release.
      * Simplify dh_autoreconf override by calling upstream provided autogen.sh.
        This ensures the correct sequence of commands is run. In this specific
        case we were still using intltoolize when upstream dropped its usage in
        favour of gettext a while ago.
      * Replace intltool Build-Depends with gettext
      * Add Build-Depends on policykit-1.
        The file /usr/share/gettext/its/polkit.its is required when generating
        the translations.
      * Add Build-Depends on python3-pexpect.
        Required by the test suite.
      * Update symbols file for libnm0
    
    network-manager (1.38.4-1) unstable; urgency=medium
    
      * New upstream version 1.38.4
        - core: avoid stale entries in the DNS manager for non-virtual devices
          (Closes: #1006724)
      * Clean up build dependencies
    
     -- Jeremy Bicha <email address hidden>  Thu, 18 Aug 2022 08:59:25 -0400
  • network-manager (1.38.2-1ubuntu1) kinetic; 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.
          + 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
          + Disable-general-with-expect.patch
          + libnm-Check-self-still-NMManager-or-not.patch
          + dns-manager-don-t-merge-split-DNS-search-domains.patch (but disabled)
          + Read-system-connections-from-run.patch
    
     -- Sebastien Bacher <email address hidden>  Fri, 24 Jun 2022 13:35:27 +0200
  • network-manager (1.38.0-1ubuntu2) kinetic; urgency=medium
    
      * debian/patches/git_delete_machineidtest.patch:
        - cherry pick an upstream change to remove a flawed unitest relying
          on the host /etc/machine-id, fix the build on launchpad
    
     -- Sebastien Bacher <email address hidden>  Wed, 18 May 2022 09:37:18 +0200
  • network-manager (1.38.0-1ubuntu1) kinetic; 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.
          + 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
          + Disable-general-with-expect.patch
          + libnm-Check-self-still-NMManager-or-not.patch
          + dns-manager-don-t-merge-split-DNS-search-domains.patch (but disabled)
          + Read-system-connections-from-run.patch
    
     -- Sebastien Bacher <email address hidden>  Tue, 17 May 2022 15:36:10 +0200
  • network-manager (1.36.4-2ubuntu1) jammy; urgency=medium
    
      * Cherry pick WPA3 fixes from Debian, thanks Michael Biebl! (lp: #1967782)
    
     -- Sebastien Bacher <email address hidden>  Tue, 05 Apr 2022 15:28:36 +0200