Change logs for network-manager source package in Cosmic

  • network-manager (1.12.4-1ubuntu1.2) cosmic; urgency=medium
    
      [ Alfonso Sanchez-Beato ]
      * Import some WoWLAN patches from the newer stable serie
        (LP: #1781597)
    
     -- Sebastien Bacher <email address hidden>  Mon, 10 Dec 2018 22:19:07 +0100
  • network-manager (1.12.4-1ubuntu1.1) cosmic-security; urgency=medium
    
      * SECURITY UPDATE: buffer overflow in dhcp6 client
        - debian/patches/CVE-2018-15688.patch: make sure we have enough space
          for the DHCP6 option header in
          src/systemd/src/libsystemd-network/dhcp6-option.c.
        - CVE-2018-15688
    
     -- Marc Deslauriers <email address hidden>  Fri, 02 Nov 2018 15:03:24 -0400
  • network-manager (1.12.4-1ubuntu1) cosmic; urgency=medium
    
      * Merge with Debian (LP: #1795704). Remaining changes:
        - Use systemd-resolved instead of dnsmasq
        - debian/control:
          + Depend on isc-dhcp-client instead of recommends
          + Recommend network-manager-pptp
          + Suggest avahi-autoipd for IPv4LL support
        - 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
        - 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.
        - debian/network-manager.maintscript
          + Remove /etc/dbus-1/system.d/nm-ofono.conf
        - debian/default-wifi-powersave-on.conf, debian/rules:
          + Install a config file to enable WiFi powersave
        - Enable build tests
        - 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
        - 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.
        - 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
        - debian/tests/urfkill-integration - don't stop/start network manager
      * Revert "Add Conflicts to network-manager-dev against deprecated libraries"
        This reverts commit b4acc5e03e2b821e1cccc69529bb70826c741942.  We're still
        building libnm-glib for now, so these packages have a use in Ubuntu.
    
    network-manager (1.12.4-1) unstable; urgency=medium
    
      * New upstream version 1.12.4
      * Rebase patches
    
    network-manager (1.12.2-3) unstable; urgency=medium
    
      [ Simon McVittie ]
      * Apply patch from upstream to fix FTBFS with GLib 2.57 (Closes: #906965)
    
    network-manager (1.12.2-2) unstable; urgency=medium
    
      * Fix compile error due to NM_AVAILABLE_IN_1_12_2 macro (Closes: #905372)
    
    network-manager (1.12.2-1) unstable; urgency=medium
    
      * New upstream version 1.12.2
        - Robustness fixes to connectivity checking (Closes: #903996)
      * Rebase patches
      * Update symbols file for libnm0
      * Bump Standards-Version to 4.1.5
    
     -- Iain Lane <email address hidden>  Wed, 03 Oct 2018 10:03:10 +0100
  • network-manager (1.12.2-0ubuntu5) cosmic; urgency=medium
    
      * debian/tests/nm: Add the required `gi.require_version()` calls - thanks to
        the autopkgtests for noticing this.
      * debian/tests/control: The nm tests need dnsmasq-base and isc-dhcp-client
        too.
    
     -- Iain Lane <email address hidden>  Mon, 24 Sep 2018 10:17:30 +0100
  • network-manager (1.12.2-0ubuntu4) cosmic; urgency=medium
    
      Cherry-pick fixes from debian:
      * Fix compile error due to NM_AVAILABLE_IN_1_12_2 macro in n-m-applet
      * Apply patch from upstream to fix FTBFS with GLib 2.57
    
     -- Didier Roche <email address hidden>  Mon, 10 Sep 2018 11:36:35 +0200
  • network-manager (1.12.2-0ubuntu3) cosmic; urgency=medium
    
      * debian/rules:
        - use --with-libnm-glib, the default reversed since that's a legacy
          library but we still need it for unity-control-center
    
    network-manager (1.12.2-0ubuntu2) cosmic; urgency=medium
    
      * debian/patches/git-newglib-test.patch:
        - backport upstream commit to fix the tests with the new glib
    
    network-manager (1.12.2-0ubuntu1) cosmic; urgency=medium
    
      * New upstream version
      * d/p/libnm-register-empty-NMClient-and-NetworkManager-when-loa.patch,
        d/p/e91f1a7d2a6b8400b6b331d5b72287dcb5164a39.patch,
        d/p/git_thunderbolt_connect.patch:
        - removed, those changes are in the new version
      * Backport Debian changes
      * Update symbols file for libnm0
      * Enable iwd support
      * Drop version requirements when oldstable ships a newer version
      * Drop dh_strip override, the dbgsym migration is done
      * Rebase patches
      * Make sure the example server.conf is actually installed
      * Update install path for plugins, it now includes a version number
      * Drop libnl3 build dependency.
        Upstream has copied the code directly from libnl3 for the few functions it
        needs with a few small modifications.
      * Drop libiw build dependency.
        Hasn't been needed for a long time and was simply a left over from older
        releases.
      * Bump Standards-Version to 4.1.5
      * Fix compile error due to NM_AVAILABLE_IN_1_12_2 macro (Closes: #905372)
    
     -- Sebastien Bacher <email address hidden>  Fri, 24 Aug 2018 11:00:09 +0200
  • network-manager (1.10.8-1ubuntu4) cosmic; urgency=medium
    
      * debian/10-globally-managed-devices.conf: adjust exception for wwan to
        specify cdma and gsm, since those are the actual types handled by NM/MM.
        (LP: #1780606)
    
     -- Mathieu Trudel-Lapierre <email address hidden>  Tue, 10 Jul 2018 08:17:11 -0400
  • network-manager (1.10.8-1ubuntu3) cosmic; urgency=medium
    
      * Revert the changes to remove the nmclient bindings, those are needed
        to build nm-applet until the legacy binaries can be removed, which
        requires unity-control-center to be updated to use the new library.
    
     -- Sebastien Bacher <email address hidden>  Wed, 04 Jul 2018 15:30:19 +0200
  • network-manager (1.10.8-1ubuntu2) cosmic; urgency=medium
    
      * debian/patches/git_thunderbolt_connect.patch:
        - enable host to host connection through thunderbolt
    
     -- Sebastien Bacher <email address hidden>  Fri, 25 May 2018 16:54:48 +0200
  • network-manager (1.10.8-1ubuntu1) cosmic; urgency=medium
    
      * Merge with Debian (LP: #1758331). Remaining changes:
        - Use systemd-resolved instead of dnsmasq
        - debian/control:
          + Depend on isc-dhcp-client instead of recommends
          + Recommend network-manager-pptp
          + Suggest avahi-autoipd for IPv4LL support
        - 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
        - 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. (LP: #1676547)
        - debian/network-manager.maintscript
          + Remove /etc/dbus-1/system.d/nm-ofono.conf
        - debian/default-wifi-powersave-on.conf, debian/rules:
          + Install a config file to enable WiFi powersave
        - Enable build tests
        - 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
        - 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. (LP: #1681513)
        - 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
          + Read-system-connections-from-run.patch
          + e91f1a7d2a6b8400b6b331d5b72287dcb5164a39.patch
          + dns-manager-don-t-merge-split-DNS-search-domains.patch (but disabled)
        - debian/tests/urfkill-integration - don't stop/start network manager
      * Keep libnm-glib/libnm-util a bit longer since unity-control-center
        still needs them. See bug 1744619
    
    network-manager (1.10.8-1) unstable; urgency=medium
    
      * New upstream version 1.10.8
      * Rebase patches
    
    network-manager (1.10.6-3) unstable; urgency=medium
    
      * Stop building libnm-glib/libnm-util.
        Those libraries have been deprecated for several years. The successor is
        libnm, a GObject-based client library using GDBus instead of dbus-glib.
    
     -- Jeremy Bicha <email address hidden>  Fri, 11 May 2018 19:52:40 -0400
  • network-manager (1.10.6-2ubuntu1) bionic; urgency=medium
    
      * Merge with Debian (LP: #1758331). Remaining changes:
        - Use systemd-resolved instead of dnsmasq
        - debian/control:
          + Depend on isc-dhcp-client instead of recommends
          + Recommend network-manager-pptp
          + Suggest avahi-autoipd for IPv4LL support
        - 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
        - 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. (LP: #1676547)
        - debian/network-manager.maintscript
          + Remove /etc/dbus-1/system.d/nm-ofono.conf
        - debian/default-wifi-powersave-on.conf, debian/rules:
          + Install a config file to enable WiFi powersave
        - Enable build tests
        - 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
        - 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. (LP: #1681513)
        - 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
          + Read-system-connections-from-run.patch
          + e91f1a7d2a6b8400b6b331d5b72287dcb5164a39.patch
          + dns-manager-don-t-merge-split-DNS-search-domains.patch (but disabled)
        - debian/tests/urfkill-integration - don't stop/start network manager
      * Dropped patches applied in new release:
        - settings-preserve-agent-owned-secrets-on-connection-updat.patch
    
    network-manager (1.10.6-2) unstable; urgency=medium
    
      * Update Vcs-* to point to https://salsa.debian.org
    
    network-manager (1.10.6-1) unstable; urgency=medium
    
      * New upstream version 1.10.6
      * Rebase patches
    
     -- Jeremy Bicha <email address hidden>  Mon, 26 Mar 2018 09:21:12 -0400