Change logs for network-manager source package in Quantal

  • network-manager (0.9.6.0-0ubuntu7.1) quantal; urgency=low
    
      * debian/patches/bluetooth.patch: DUN via bluetooth fails (lp: #1186273)
     -- Ritesh Khadgaray <email address hidden>   Tue, 08 Oct 2013 21:53:25 +0530
  • network-manager (0.9.6.0-0ubuntu7) quantal; urgency=low
    
      * debian/network-manager.dnsmasq: Drop "except-interface=lo", since we don't
        listen on 127.0.0.1 directly anymore and keeping that directive has the
        tendency to break system-wide instances of dnsmasq which would write out
        127.0.0.1 to /etc/resolv.conf but never listen on that IP. (LP: #1044388)
     -- Mathieu Trudel-Lapierre <email address hidden>   Fri, 14 Sep 2012 17:07:19 -0400
  • network-manager (0.9.6.0-0ubuntu6) quantal; urgency=low
    
      * debian/patches/adhoc_use_wpa_rsn_part1.patch,
        debian/patches/adhoc_use_wpa_rsn_part2.patch: Re-enable WPA for Adhoc; but
        use WPA2/RSN for encryption rather than WPA-None, which is clearly broken.
        (LP: #1046918)
      * debian/tests/nm: drop the test testNMConnected; in a build environment it
        tends to be racy; sometimes NM isn't quite ready to transition to the
        CONNECTING or CONNECTED states, we don't want to hold things up because of
        it. (LP: #1047224)
      * debian/tests/dnsmasq: update the test to correctly point to the new DBus
        address for NetworkManager's dnsmasq instance. (LP: #1047221)
     -- Mathieu Trudel-Lapierre <email address hidden>   Fri, 07 Sep 2012 15:48:24 -0400
  • network-manager (0.9.6.0-0ubuntu5) quantal; urgency=low
    
      * debian/patches/nm-ipv6-route-cache.patch: don't re-add routes we receive
        from kernel notifications to the routing table if they have the
        RTM_F_CLONED flag; since that means they're host routes used temporarily
        by the kernel to reach a specific destination; keeping them would cause at
        least issues with VPNs, and possibly confusion with routing daemons.
        Thanks to Ben Jenks for the patch. (LP: #1038541)
     -- Mathieu Trudel-Lapierre <email address hidden>   Wed, 29 Aug 2012 16:38:51 -0400
  • network-manager (0.9.6.0-0ubuntu4) quantal; urgency=low
    
      * debian/patches/dns-dnsmasq-interface-and-dbus-path.patch: set the address
        dnsmasq (and bind) plugins should listen on for DNS resolution to 127.0.1.1,
        as opposed to 127.0.0.1 to avoid conflicts with other instances that might
        need to run on the system with that address.
        Also set the dnsmasq DBus service name to our own custom name:
        org.freedesktop.NetworkManager.dnsmasq, which will also avoid conflicting
        with other dnsmasq instances which might have --enable-dbus enabled.
        (LP: #1034946)
     -- Mathieu Trudel-Lapierre <email address hidden>   Tue, 21 Aug 2012 11:45:46 -0400
  • network-manager (0.9.6.0-0ubuntu3) quantal; urgency=low
    
      * debian/patches/dnsmasq-dbus-updates.patch: make sure the no_reply flag is
        set for the SetServers message we send to dnsmasq -- we're not expecting a
        reply and the messages otherwise stick around in the queue as pending.
        (LP: #1033600)
      * debian/patches/lp990011_use_tempaddr_sysctl_default.patch: properly query
        both /etc/sysctl.d/10-ipv6-privacy.conf and /etc/sysctl.conf for the value
        of use_tempaddr. (LP: #998223)
      * debian/patches/dnsmasq-dbus-updates.patch: fail DNS caching updates (so as
        to not write 127.0.0.1 to resolv.conf) if the lists of device configs were
        empty (no nameservers or domains). (LP: #1023486)
     -- Mathieu Trudel-Lapierre <email address hidden>   Thu, 16 Aug 2012 00:46:06 -0400
  • network-manager (0.9.6.0-0ubuntu2) quantal; urgency=low
    
      * debian/control: libnm-glib-dev must have a versioned Depends on
        network-manager-dev.
     -- Mathieu Trudel-Lapierre <email address hidden>   Wed, 08 Aug 2012 16:27:35 -0400
  • network-manager (0.9.6.0-0ubuntu1) quantal; urgency=low
    
      * New upstream release 0.9.6.0; notable changes since 0.9.4.0:
        - Many libnm-glib fixes, including crashes when NetworkManager restarts
        - Enhanced IPv6 stability and compatibility
        - Fix regression in carrier handling for devices that don't support carrier
          detection
        - Add ability to connect to new WiFi networks from nmcli
        - Add native support for ADSL modems using PPPoE or PPPoATM
        - Reduce number of changes made to DNS information during connection setup
        - Add support for IPv6-enabled VPN connections
        - Add device driver version, firmware version, and autoconnect properties
          to the D-Bus API
        - Add on-demand WiFi scan support
        - Fix IPv6 default gateway handling for DHCPv6
        - Add Vala language bindings
        - Fix race with multiple interfaces running DHCP at the same time
     -- Mathieu Trudel-Lapierre <email address hidden>   Tue, 07 Aug 2012 16:05:15 -0400
  • network-manager (0.9.6.0~git201207271115.edb85e9-0ubuntu5) quantal; urgency=low
    
      * debian/rules: update install rules to enable --fail-missing: explicitly
        delete .la files and clean up other unwanted files.
      * debian/control, debian/rules: build with --enable-vala so that we can ship
        vala bindings for NetworkManager.
      * debian/patches/fix-vapigen-detection.patch: patch configure.ac and the
        file m4/vapigen.m4 to properly handle detection of vapigen from valac-0.18,
        which does not ship a vapigen.pc file, only one with a version suffix.
      * debian/libnm-util-dev.install, debian/libnm-glib-dev.install: install vala
        bindings to the appropriate locations.
     -- Mathieu Trudel-Lapierre <email address hidden>   Tue, 07 Aug 2012 11:39:04 -0400
  • network-manager (0.9.6.0~git201207271115.edb85e9-0ubuntu4) quantal; urgency=low
    
      * debian/tests/nm, debian/tests/dnsmasq: run ifblacklist_migrate.sh while
        setting up the tests; so that we have some devices we can manage and use
        to get proper data for the tests.
      * debian/patches/dnsmasq-dbus-updates.patch: don't crash when building the
        dbus message for updating dnsmasq's nameservers. (LP: #1031274)
     -- Mathieu Trudel-Lapierre <email address hidden>   Fri, 03 Aug 2012 11:31:34 -0400
  • network-manager (0.9.6.0~git201207271115.edb85e9-0ubuntu3) quantal; urgency=low
    
      * debian/tests/nm: spawn console-kit-daemon and polkitd before starting
        NetworkManager in our "private" DBus bus.
      * debian/tests/dnsmasq: add tests for the dnsmasq instance spawned by NM;
        make sure it does get spawned, with --enable-dbus and registers on the bus.
     -- Mathieu Trudel-Lapierre <email address hidden>   Wed, 01 Aug 2012 16:21:46 -0400
  • network-manager (0.9.6.0~git201207271115.edb85e9-0ubuntu2) quantal; urgency=low
    
      * debian/network-manager.dirs: add /etc/NetworkManager/dnsmasq.d to the
        directories shipped; so that dnsmasq can start successfully. (LP: #1031350)
     -- Mathieu Trudel-Lapierre <email address hidden>   Tue, 31 Jul 2012 09:41:30 -0400
  • network-manager (0.9.6.0~git201207271115.edb85e9-0ubuntu1) quantal; urgency=low
    
      * upstream snapshot 2012-07-27 11:15:54 (GMT)
        + edb85e972051aff3cfcd5990ea1bd8a28dddc9d9
        - dnsmasq: allow custom configuration via /etc/NetworkManager/dnsmasq.d
      * debian/patches/dnsmasq-dbus-updates.patch: do dnsmasq server updates via
        DBus, instead of respawning the process every time. (LP: #1004775)
      * debian/patches/dnsmasq-vpn-dns-filtering.patch: refreshed.
      * debian/patches/nm-change-dnsmasq-parameters.diff: refreshed.
      * debian/patches/add_sendsigs_omissions.patch: refreshed.
     -- Mathieu Trudel-Lapierre <email address hidden>   Mon, 30 Jul 2012 09:13:32 -0400
  • network-manager (0.9.6.0~git201207161259.00297f4-0ubuntu2) quantal; urgency=low
    
      * debian/tests/nm: update test to only start a private DBus bus if we're not
        running in adt-virt-null; which would have its own instance of NM started
        properly on install.
      * debian/patches/lp1025498_link-local_dns_with_null_iface.patch: don't crash
        if iface is NULL when adding link-local nameservers for dnsmasq.
        (LP: #1025498)
     -- Mathieu Trudel-Lapierre <email address hidden>   Fri, 20 Jul 2012 15:03:12 -0400
  • network-manager (0.9.6.0~git201207161259.00297f4-0ubuntu1) quantal; urgency=low
    
      * upstream snapshot 2012-07-16 12:59:59 (GMT)
        + 00297f49fbbe05c51c02da43cda254c35e053589
    
      [ Edward Donovan ]
      * debian/source_network-manager.py: port package hook to python3.
        (LP: #1013171)
    
      [ Mathieu Trudel-Lapierre ]
      * debian/patches/lp292054_tune_supplicant_timeout_60s.patch: disable the
        patch. It adds unnecessary delays to things like detecting that hidden
        networks are not in range, and since Jaunty drivers have changed a lot.
        If we're still seeing timing issues with the supplicant, then perhaps the
        drivers should be fixed instead, or we'll re-enable the patch. (LP: #446623)
      * debian/network-manager.dnsmasq, debian/rules:
        install a config file to /etc/dnsmasq.d to avoid system-wide instances of
        dnsmasq to bind to 0.0.0.0 and the loopback interface, so that the NM-
        spawned instance can claim an IP on lo and provide local resolution.
        (LP: #959037)
      * debian/patches/add-veth-support.diff: add support for the veth* virtual
        ethernet devices. Thanks to Stéphane Graber for the patch.
      * debian/patches/nm-ip6-rs.patch: dropped, applied upstream.
      * debian/libnm-util2.symbols: add symbols:
        + nm_utils_file_is_pkcs12@Base
      * debian/control: move policykit-1 from Recommends to Depends: without it
        calls to the backend (e.g. when starting nm-tool), will fail. Thanks to
        Stéphane Graber for the testing and solution.
      * debian/rules: fix clean to properly remove m4/intltool.m4.
      * debian/tests/control, debian/tests/nm: add an autopkgtest control file and
        initial test to verify that NM works once installed.
      * debian/control: add XS-Testsuite: autopkgtest.
     -- Mathieu Trudel-Lapierre <email address hidden>   Mon, 16 Jul 2012 17:17:51 -0400
  • network-manager (0.9.4.0+git201206081144.2efeac8-0ubuntu1) quantal; urgency=low
    
      [ Mathieu Trudel-Lapierre ]
      * upstream snapshot 2012-06-08 11:44:43 (GMT)
        + 2efeac8c5f84d55db2779eb27e29eb4c40132540
      * debian/control: add dbus to Build-Depends.
      * debian/control: add libsoup2.4-dev (>= 2.26) to Build-Depends for
        connectivity checking support.
      * debian/patches/70_lp145653_no_sigaction_for_crashes.patch: refreshed.
      * debian/patches/git_*.patch: dropped, included upstream.
      * debian/patches/lp949743_ensure_remoteconnection_disconnects_494f0a2.patch:
        dropped, included upstream.
      * debian/patches/fix-test18.patch: dropped, included upstream.
      * debian/patches/ipw2x00-no-nl80211.patch: dropped, included upstream.
      * debian/patches/lp990011_use_tempaddr_sysctl_default.patch: update to also
        check /etc/sysctl.d/10-ipv6-privacy.conf.
      * debian/libnm-glib4.symbols: add more symbols:
        + nm_object_error_get_type@Base
        + nm_object_error_quark@Base
        + nm_device_adsl_error_get_type@Base
        + nm_device_adsl_error_quark@Base
        + nm_device_adsl_get_carrier@Base
        + nm_device_adsl_get_type@Base
        + nm_device_adsl_new@Base
        + nm_device_get_autoconnect@Base
        + nm_device_set_autoconnect@Base
        + nm_device_get_driver_version@Base
        + nm_device_get_firmware_version@Base
      * debian/libnm-util2.symbols: add symbols:
        + nm_setting_wireless_get_hidden@Base
        + nm_connection_get_setting_adsl@Base
        + nm_setting_adsl_error_get_type@Base
        + nm_setting_adsl_error_quark@Base
        + nm_setting_adsl_get_*@Base
        + nm_setting_adsl_new@Base
      * debian/ifblacklist_migrate.sh:
        - also comment out the "auto $iface" line for an interface stanza.
        - match "inet6 auto" as well when looking for interfaces to comment out.
      * debian/debug-helper.py: fix permissions.
    
      [ Loren M. Lang ]
      * debian/ifblacklist_migrate.sh:
        - match and comment out inet6 "auto" interface stanzas. (LP: #1005091)
     -- Mathieu Trudel-Lapierre <email address hidden>   Fri, 08 Jun 2012 13:35:07 -0400
  • network-manager (0.9.4.0-0ubuntu5) quantal; urgency=low
    
      * debian/network-manager.upstart: add "and static-network-up" to ensure the
        loopback device is really up before we start dnsmasq. (LP: #993379)
      * debian/patches/git_kernel_ipv6_default_route_77de91e.patch: avoid fighting
        with the kernel for what IPv6 default route should be set: let the kernel
        set his own, then add a new route with a different metric so that we can
        go back and remove it later. (LP: #988183)
      * debian/patches/nm-ip6-rs.patch: avoid disconnections due to RDNSS expiry,
        send a Router Sollicit to try and get new RDNSS data. (LP: #993571)
      * debian/patches/git_remove_ifpppstatsreq_6b64e4d.patch: remove the use of
        the ifpppstatsreq struct, which has been dropped in newer kernels: use
        ifreq and ppp_stats separately instead.
     -- Mathieu Trudel-Lapierre <email address hidden>   Wed, 23 May 2012 15:28:36 -0400
  • network-manager (0.9.4.0-0ubuntu4) precise-proposed; urgency=low
    
      * debian/patches/quit_dhclient_on_exit.patch: make sure we kill dhclient when
        we are stopping. (LP: #963106)
      * debian/patches/lp949743_ensure_remoteconnection_disconnects_494f0a2.patch:
        make sure NMRemoteConnection objects have their signals disconnected.
        (LP: #949743)
      * debian/patches/lp990011_use_tempaddr_sysctl_default.patch: *really* fix the
        use_tempaddr sysctl to properly be set to 2 on the wired interface.
        (LP: #990011)
     -- Mathieu Trudel-Lapierre <email address hidden>   Fri, 27 Apr 2012 18:13:56 -0400
  • network-manager (0.9.4.0-0ubuntu3) precise; urgency=low
    
      * debian/patches/ipw2x00-no-nl80211.patch: workaround ipw2x00 drivers not
        reporting wireless encryption capabilities properly: if caps are 0 (none
        reported), then fail the nl80211 initialization and fallback to wext.
        Thanks to Omar Siam for the patch. (LP: #973241)
     -- Mathieu Trudel-Lapierre <email address hidden>   Thu, 12 Apr 2012 11:23:37 -0400