Change logs for network-manager source package in Zesty

  • network-manager (1.4.4-1ubuntu3.2) zesty; urgency=medium
    
      * debian/network-manager.postinst: 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. (LP: #1676547)
    
     -- Brian Murray <email address hidden>  Fri, 08 Sep 2017 11:29:32 -0700
  • network-manager (1.4.4-1ubuntu3.1) zesty; urgency=medium
    
      * The fix for LP #1569649 did not re-enable NetworkManager-wait-online on
        systems where it had been disabled in the packaging.  Include a one-time
        postinst fixup to correct this.  LP: #1690992.
    
     -- Steve Langasek <email address hidden>  Mon, 15 May 2017 21:35:15 -0700
  • network-manager (1.4.4-1ubuntu3) zesty; urgency=medium
    
      [ Rico Tzschichholz ]
      * Install usr/share/vala/vapi/libnm-glib.* again (LP: #1650972)
    
      [ Iain Lane ]
      * debian/patches/nm-manager-Use-g_dbus_message_new_method_error_liter.patch:
        Take patch from upstream bug #780444 by Rico Tzschichholz to fix FTBFS
        with new GLib.
      * debian/rules: Use dh_install --fail-missing
    
     -- Iain Lane <email address hidden>  Thu, 23 Mar 2017 12:40:01 +0000
  • network-manager (1.4.4-1ubuntu2) zesty; urgency=medium
    
      * Cherry-pick back 98974a88 and 47c16e59 (network-manager switching from
        dnsmasq to resolved) because the bug in resolved's resolution of CNAME
        records has been fixed in systemd 232-17ubuntu1.  (LP: #1647031)
    
     -- Barry Warsaw <email address hidden>  Thu, 16 Feb 2017 17:34:15 -0500
  • network-manager (1.4.4-1ubuntu1) zesty; urgency=medium
    
      * Rebase to upstream 1.4.4 release, base on Debian 1.4.4-1 (LP: #1647283)
      * Refresh patches, dropping ones that are included upstream:
        - manager-fix-state-transition-on-resuming-from-sleep.patch
        - wifi-notify-the-AccessPoint-change-after-an-AP-is-removed.patch
      * Updated patch:
        - Ignore-p2p0-wifi-devices-from-android.patch:
          LOGD_HW is now LOGD_PLATFORM
    
     -- Aron Xu <email address hidden>  Thu, 16 Feb 2017 18:35:11 +0800
  • network-manager (1.4.2-3ubuntu3) zesty; urgency=medium
    
      * debian/tests/network_test_base.py: handle iw 4.9 which may qualify the
        regulatory domain information with 'global' in some cases, depending on
        the test environment.
    
     -- Mathieu Trudel-Lapierre <email address hidden>  Tue, 07 Feb 2017 11:25:10 -0500
  • network-manager (1.4.2-3ubuntu2) zesty; urgency=medium
    
      * Revert 98974a88 and 47c16e59 (network-manager switching from dnsmasq
        to resolved) because of bugs in resolved's resolution of CNAME
        records.  (LP: #1647031)
    
     -- Barry Warsaw <email address hidden>  Thu, 05 Jan 2017 15:26:55 -0500
  • network-manager (1.4.2-3ubuntu1) zesty; urgency=medium
    
      * Minor merge with Debian (LP: #1645698). changes since last merge:
      - Add resolved DNS plugin (backported from upstream master).
      - Disable resolvconf support because it is broken with DNS plugins other
        than "dnsmasq".
      - Re-drop dnsmasq in zesty, in favor of systemd-resolved.
      - debian/tests/nm: Relax asserting the client wifi's MAC address
    
    network-manager (1.4.2-3) unstable; urgency=medium
    
      * Notify the AccessPoint change after an AP is removed.
        Patch cherry-picked from upstream Git.
      * Fix state transition on resuming from sleep so we don't end up with
        unmanaged devices.
        Patch cherry-picked from upstream Git.
    
     -- Aron Xu <email address hidden>  Mon, 19 Dec 2016 21:31:44 +0800
  • network-manager (1.4.2-2ubuntu4) zesty; urgency=medium
    
      [ Martin Pitt ]
      * Add resolved DNS plugin (backported from upstream master).
      * Disable resolvconf support.
        This is broken with DNS plugins other than "dnsmasq" -- it still writes
        127.0.1.1 into resolvconf as a nameserver, but this does not exist any more and
        will also shadow resolved's stub server on 127.0.0.53.
        This ought to be fixed more properly in the future.
    
      [ Steve Langasek ]
      * Re-drop dnsmasq in zesty, in favor of systemd-resolved.
        This unifies DNS lookups between Ubuntu desktop and server.
        But don't Recommend libnss-resolve, because the local resolver + libnss_dns.so
        should suffice for all uses and the resolved nss module is unnecessary added
        complexity.
        We need to specify "dns=systemd-resolved" as for the time being our
        /etc/resolv.conf points to resolvconf's generated file instead of
        systemd-resolved's, so the auto-detection does not work. Do that in a
        separate conf.d file in /usr to avoid unnecessary conffile prompts in the
        future. The user can still override it in /etc. (LP: #1638836)
    
     -- Martin Pitt <email address hidden>  Fri, 02 Dec 2016 09:36:02 +0100
  • network-manager (1.4.2-2ubuntu3) zesty; urgency=medium
    
      * Revert changes from 1.4.2-2ubuntu2 (only ever was in -proposed), still
        premature.
      * debian/tests/nm: Relax asserting the client wifi's MAC address
    
     -- Martin Pitt <email address hidden>  Thu, 01 Dec 2016 17:05:43 +0100
  • network-manager (1.4.2-2ubuntu2) zesty; urgency=medium
    
      * Re-drop dnsmasq in zesty, in favor of systemd-resolved.  LP: #1638836.
      * But don't Recommend libnss-resolve, because the local resolver +
        libnss_dns.so should suffice for all uses and the resolved nss module
        is unnecessary added complexity.
    
     -- Steve Langasek <email address hidden>  Mon, 28 Nov 2016 16:44:32 -0800
  • network-manager (1.4.2-2ubuntu1) zesty; urgency=medium
    
      * Resynchronize with Debian, remaining changes:
       - debian/control:
        - Build-Depends on valac and dbus-test-runner
        - Reshuffle Depends for network-manager due to main
          inclusion requirements, and add Breaks for old versions of plugins.
        - network-manager Conflicts with connman.
        - update network-manager Description since we don't ship with team
          support yet, and dnsmasq-base isn't optional.
       - debian/ifblacklist_migrate.sh: update to better handle interfaces stanza.
       - debian/libnm*-dev.install: ship vala bindings.
       - debian/NetworkManager.conf: enable dnsmasq plugin as a local DNS cache
       - debian/network-manager.dnsmasq: enable bind-interfaces for dnsmasq config.
       - debian/network-manager.install: ship Apport hook and examples.
       - debian/network-manager.links: link apport hook to the right directory.
       - debian/network-manager.postinst: Don't need to migrate from sysvinit,
         just keep removing the sysvinit script symlinks.
       - debian/network-manager.postinst: Don't add the netdev group.
       - debian/network-manager.postinst: Notify the user a reboot may be
         required after upgrade.
       - debian/rules:
        - Allow parallel building
        - configure: disable libteam.
        - configure: enable building vala bindings.
        - copy over dnsmasq configuration files.
       - debian/default-wifi-powersave-on.conf: enable powersave by default
       - debian/source_network-manager.py: ship an Apport hook.
       - debian/tests: Ship autopkgtests for automated functional testing.
      * Patches dropped:
        - Add-new-NMSettingsConnection-reset_retries-get-set-m.patch
        - Check-at-runtime-whether-to-start-ModemManager.patch
        - Let-NetworkManager-read-oFono-settings-file-and-crea.patch
        - Modify-NMDeviceModem-s-available-logic.patch
        - wifi-clear-WiFi-requested_scan-if-suppl-exits.patch
        - wifi-clear-WiFi-requested_scan-if-suppl-goes-INACTIV.patch
        - wwan-add-support-for-using-oFono-as-a-modem-manager.patch
        - Replace-Ad-Hoc-WPA-None-support-with-IBSS-RSN-PSK.patch
        - Revert-wifi-disable-Ad-Hoc-WPA-connections-lp-905748.patch
        - wifi-Signal-on-the-wifi-device-when-its-supplicant-i.patch
      * Patches updated:
        - Track-killswitch-change-signals-from-urfkill.patch
      * Refreshed all patches, remaining:
        - Force-online-state-with-unmanaged-devices.patch
        - Don-t-setup-Sleep-Monitor-if-not-booted-with-systemd.patch
        - fix-arping-path.patch
        - Don-t-make-NetworkManager-D-Bus-activatable.patch
        - systemd-Don-t-enable-NetworkManager-wait-online.serv.patch
        - Fix-iscsiadm-path.patch
        - Provide-access-to-some-of-NM-s-interfaces-to-whoopsi.patch
        - Update-dnsmasq-parameters.patch
        - Ignore-rmnet_usbX-devices.patch
        - Ignore-p2p0-wifi-devices-from-android.patch
        - Only-test-team-devices-if-we-built-support-for-them.patch
        - Disable-general-with-expect-which-tends-to-fail-on-p.patch
        - libnm-Check-self-still-NMManager-or-not.patch
        - dns-manager-don-t-merge-split-DNS-search-domains.patch
      * No longer enable ofono plugin by default
    
     -- Aron Xu <email address hidden>  Mon, 28 Nov 2016 17:41:56 +0100
  • network-manager (1.2.4-0ubuntu1) yakkety; urgency=medium
    
      [ Aron Xu ]
      * Imported Upstream version 1.2.4
      * Update patches for new upstream release:
        - Filter-DNS-servers-to-add-to-dnsmasq-based-on-availa.patch: not needed
        - Order-IPv6-nameservers-before-IPv4-for-dns-plugins-d.patch: not needed
        - libnm-don-t-require-initialized-out_encrypted-argume.patch: merged upstream
        - cli-initialize-connection-list-in-do_device_connect.patch: merged upstream
        - rename due to gbp-pq:
          Don-t-block-network.target-on-NetworkManager-wait-on.patch =>
          systemd-Don-t-enable-NetworkManager-wait-online.serv.patch
        - post-release cherry-picks:
          - wifi-clear-WiFi-requested_scan-if-suppl-exits.patch
          - wifi-clear-WiFi-requested_scan-if-suppl-goes-INACTIV.patch
        - refreshed remaining ones
    
      [ Martin Pitt ]
      * debian/tests/wpa-dhclient: Don't assume that the IPv6 prefix length from
        the DHCP server is /64. (LP: #1609898)
      * debian/tests/*rfkill*: Load fake-rfkill.ko's dependencies before trying to
        insserv it. (LP: #1626568)
      * debian/tests/killswitches-no-urfkill: Make the script work with set -e, so
        that we don't try to run tests after compile errors.
      * Switch back to dns=dnsmasq for Ubuntu 16.10. We still don't have a DNS
        plugin for resolved, and don't want to break domain-specific DNS servers
        for the final release.
    
     -- Martin Pitt <email address hidden>  Tue, 27 Sep 2016 08:16:12 +0200