This bug was fixed in the package network-manager - 0.9.3.995+git201203081848.bba834f-0ubuntu1 --------------- network-manager (0.9.3.995+git201203081848.bba834f-0ubuntu1) precise; urgency=low * upstream snapshot 2012-03-08 18:48:46 (GMT) (LP: #950313) + bba834f8428934608b58eb96aa2b81e413430346 - Added VLAN support. - Added bonding support. - Added Firewalld support. - Added support for IP connectivity checking. - Updated translations for Ukrainian, Slovenian, Hungarian, Malayalam, Polish and Brazilian Portugese. - Miscellaneous bugfixes. * debian/patches/nm-change-dnsmasq-parameters.diff: refreshed, dropped the disabling of --strict-order, since that change made it upstream. * debian/patches/avoid-periodic-disk-wakeups.patch: dropped, this was fixed slightly differently upstream, keeping periodic updates of the timestamps in memory but avoiding to flush the changes to disk, see commit 0be930c. * debian/patches/manage-privacy-extensions.patch: dropped, applied upstream; the only part that wasn't applied is to default to privacy extensions being enabled... * debian/patches/enable-ipv6-privacy.patch: since we dropped the previous patch, update the defaults for PROP_IP6_PRIVACY to make sure IPv6 privacy extensions are enabled by default, to retain the same behavior we already had. * debian/patches/git_libnm-glib_ensure_device_state_aef4340.patch: dropped, applied upstream. * debian/patches/dnsmasq-dont-read-hosts.patch: dropped, applied upstream. * debian/patches/dnsmasq-dnssec-passthrough.patch: refreshed. * debian/patches/git_nm_device_set_device_type_private.patch: make sure nm_device_set_device_type() stays private. * debian/libnm-glib4.symbols: add new symbols: + nm_device_bond_get_carrier@Base + nm_device_bond_get_hw_address@Base + nm_device_bond_get_type@Base + nm_device_bond_new@Base + nm_device_olpc_mesh_get_active_channel@Base + nm_device_olpc_mesh_get_companion@Base + nm_device_olpc_mesh_get_hw_address@Base + nm_device_olpc_mesh_get_type@Base + nm_device_olpc_mesh_new@Base + nm_device_vlan_get_carrier@Base + nm_device_vlan_get_hw_address@Base + nm_device_vlan_get_type@Base + nm_device_vlan_get_vlan_id@Base + nm_device_vlan_new@Base * debian/libnm-util2.symbols: add new symbols: + nm_connection_get_setting_vlan@Base + nm_setting_bond_get_option_default@Base + nm_setting_bond_get_valid_options@Base + nm_setting_ip6_config_get_ip6_privacy@Base (renamed from nm_setting_ip6_config_get_enable_ip6_privacy@Base) + nm_setting_ip6_config_privacy_get_type@Base + nm_setting_vlan_* + nm_vlan_flags_get_type@Base + nm_vlan_priority_map_get_type@Base * debian/network-manager.install: install the debug-helper.py script as a way for our users to change wpasupplicant, NetworkManager and ModemManager log levels easily; as /usr/lib/NetworkManager/debug-helper.py. * debian/control: add python to Suggests because the debug-helper.py script does require it, but leave it as just a Suggests because the script is simply there to make people's life easier when reporting bugs. * debian/patches/git_glib_enum_dbus_nicks_54ef8f3.patch: make sure the nicks for NM enums are properly set rather than defaulting to the automatic values from glib-mkenums; this should fix the nm-connection-editor bug with editing various types of connections. (LP: #951464, #953522) * debian/patches/git_libnm-util_wep_caps_assert_bb6da99.patch: fix asserts in nm_util_security_valid() when devices (like those which use ipw2200) report no WEP capabilities. (LP: #908380) -- Mathieu Trudel-Lapierre