Change logs for network-manager source package in Disco

  • network-manager (1.16.0-0ubuntu2.1) disco; urgency=medium
    
      * d/t/killswitches-no-urfkill, d/t/urfkill-integration,
        d/t/wpa-dhclient, d/t/nm.py, d/t/control:
        - skip tests on s390 due to missing wireless kernel support
          (LP: #1855009)
    
     -- Dan Streetman <email address hidden>  Wed, 04 Dec 2019 12:17:37 -0500
  • network-manager (1.16.0-0ubuntu2) disco; urgency=medium
    
      * debian/patches/git_ifupdown_iterator.patch:
        - ifupdown: fix connection iterator, should fix a segfault in the
          corresponding plugin (lp: #1815742)
    
     -- Sebastien Bacher <email address hidden>  Tue, 02 Apr 2019 17:53:26 +0200
  • network-manager (1.16.0-0ubuntu1) disco; urgency=medium
    
      * New upstream version
    
     -- Sebastien Bacher <email address hidden>  Tue, 19 Mar 2019 16:23:09 +0100
  • network-manager (1.15.91-0Ubuntu1) disco; urgency=medium
    
      * New upstream version
      * remove patches included in the new version
    
     -- Sebastien Bacher <email address hidden>  Tue, 12 Mar 2019 15:23:26 +0100
  • network-manager (1.15.2-0ubuntu2) disco; urgency=medium
    
      * debian/patches/git_ifupdown_segfault.patch:
        - 'settings/ifupdown: fix ifupdown plugin after merging eni_ifaces and
           connections hashes' (lp: #1815742)
    
     -- Sebastien Bacher <email address hidden>  Mon, 18 Feb 2019 17:06:17 +0100
  • network-manager (1.15.2-0ubuntu1) disco; urgency=medium
    
      * Update to the current serie, resynchronize with Debian
      * debian/libnm0.symbols:
        - updated for the new version
      * debian/patches
        - removed the changes that are included in the new version
      * debian/patches/git_team_structure.patch:
        - backport upstream change 'fix team link-watcher struct layout',
          the tests/build failed on i386
      * debian/rules:
        - strip '-Wl,-Bsymbolic-functions' from LDFLAGS otherwise the
          tests fails on 'cannot register existing type 'NMAgentManagerError''
    
     -- Sebastien Bacher <email address hidden>  Fri, 25 Jan 2019 11:31:56 +0100
  • network-manager (1.12.6-0ubuntu4) disco; urgency=medium
    
      * No-change rebuild for readline soname change.
    
     -- Matthias Klose <email address hidden>  Mon, 14 Jan 2019 20:02:35 +0000
  • network-manager (1.12.6-0ubuntu3) disco; urgency=medium
    
      * debian/tests/nm.py: Make assert_iface_down() not check the interface's
        state. We call nmclient.deactivate_connection() to terminate connections
        that the testsuite sets up, and according to upstream this is not
        guaranteed to do anything in particular to the link state. It seems that
        dnsmasq 2.80 somehow alters the previous assumption that it would be
        'state DOWN', so the implementation detail we were checking previously no
        longer holds. The testsuite does still check that the IPs are removed from
        the interface, which is logically what we want anyway. (LP: #1805857)
      * debian/control: Fix Vcs-Git
    
     -- Iain Lane <email address hidden>  Wed, 19 Dec 2018 13:12:58 +0000
  • network-manager (1.12.6-0ubuntu2) disco; urgency=medium
    
      [ Robie Basak ]
      * debian/tests:
        - Make dep8 nm test directly invokable
    
     -- Sebastien Bacher <email address hidden>  Mon, 10 Dec 2018 22:03:01 +0100
  • network-manager (1.12.6-0ubuntu1) disco; urgency=medium
    
      * New upstream version
        - Fix a vulnerability in the internal DHCPv6 client (CVE-2018-15688).
      * debian/patches/git_mac_change.patch:
        - backported a regression fix from upstream git
    
      [ Alfonso Sanchez-Beato ]
      * Import some WoWLAN patches from the newer stable serie (LP: #1781597)
    
     -- Sebastien Bacher <email address hidden>  Mon, 10 Dec 2018 18:50: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