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)
Date: Wed, 14 Mar 2012 15:03:16 -0400
Changed-By: Mathieu Trudel-Lapierre <[email protected]>
Maintainer: Ubuntu Core Dev Team <[email protected]>
https://launchpad.net/ubuntu/precise/+source/network-manager/0.9.3.995+git201203081848.bba834f-0ubuntu1
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Wed, 14 Mar 2012 15:03:16 -0400
Source: network-manager
Binary: network-manager network-manager-dev libnm-glib4 libnm-glib-dev
libnm-glib-vpn1 libnm-glib-vpn-dev libnm-util2 libnm-util-dev
network-manager-dbg gir1.2-networkmanager-1.0
Architecture: source
Version: 0.9.3.995+git201203081848.bba834f-0ubuntu1
Distribution: precise
Urgency: low
Maintainer: Ubuntu Core Dev Team <[email protected]>
Changed-By: Mathieu Trudel-Lapierre <[email protected]>
Description:
gir1.2-networkmanager-1.0 - GObject introspection data for NetworkManager
libnm-glib-dev - network management framework (GLib interface)
libnm-glib-vpn-dev - network management framework (GLib interface)
libnm-glib-vpn1 - network management framework (GLib VPN shared library)
libnm-glib4 - network management framework (GLib shared library)
libnm-util-dev - network management framework (development files)
libnm-util2 - network management framework (shared library)
network-manager - network management framework (daemon and userspace tools)
network-manager-dbg - network management framework (debugging symbols)
network-manager-dev - network management framework (development files)
Launchpad-Bugs-Fixed: 908380 950313 951464 953522
Changes:
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)
Checksums-Sha1:
166be60d491cf65f36255fb4b610707d9220340b 3295
network-manager_0.9.3.995+git201203081848.bba834f-0ubuntu1.dsc
1fc5ae319b3e05ae0c72fc3a1eb93dc2d4ef48d8 2083850
network-manager_0.9.3.995+git201203081848.bba834f.orig.tar.gz
88c9ca70481d81214f9033eff7a516854c78ce1e 92887
network-manager_0.9.3.995+git201203081848.bba834f-0ubuntu1.debian.tar.gz
Checksums-Sha256:
4f2c00842b7a3e06fc1d775cf8115a34c7355dd753879de5c571b572834bf5c9 3295
network-manager_0.9.3.995+git201203081848.bba834f-0ubuntu1.dsc
7476484282f8bf194941e13911195864d27272bbe9c2db63cfcb128b0df55d68 2083850
network-manager_0.9.3.995+git201203081848.bba834f.orig.tar.gz
9ca32c7db0ab10b4cefa65751bf6457832fd6db0eb0a06f66dfb42eababafc70 92887
network-manager_0.9.3.995+git201203081848.bba834f-0ubuntu1.debian.tar.gz
Files:
e5288306cd477c49a280897dc133eac8 3295 net optional
network-manager_0.9.3.995+git201203081848.bba834f-0ubuntu1.dsc
bf39c7a40d8eba3176ceee5533fe0545 2083850 net optional
network-manager_0.9.3.995+git201203081848.bba834f.orig.tar.gz
1c15dad813600a6df9fb5aefc1315a5c 92887 net optional
network-manager_0.9.3.995+git201203081848.bba834f-0ubuntu1.debian.tar.gz
Original-Maintainer: Utopia Maintenance Team
<[email protected]>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAEBAgAGBQJPYOuHAAoJEMEmM+HuAYyT1MUQAMT3CTmmdCBFKzZ7uoGuAJ3t
fhK62NUkmo0qYlGVzHxbec3ZfbbaWgHGNIYjRbxzbe4rvZ75Izb9D1nE6S9AFcto
HTuyc+MBAxHn4esc1kd6UUZZt/w/kopeUuVXYCgh1JTbQyZUn0xXtRZIh4aocyDV
bZXeLvibJNCwMpLYboAqLIocjpG3gBgVTIc0IQv51pCd1rzmY74yBMA5/Gmjcgpx
V6+Uz6tKieEf336ySkrImUDMQ9JBZ55h4fFbM/qoTdRWnuLb5JyFA88o6cknEtTO
Jk59exXoZVJfOSvgdix+zREiEeRWGxWwzW8hvw6XUSO0TtFBzwnqvWmHzTQEpZQQ
T47Z1kILY9ALSv24ieXG9ry49iDq9+fIEPgwCLRVLnOu6b0ZiC95upMlkiyZkobU
GXAcyCr802MaSiP9cto5reY50V1LUq3gCI7daShUQY/eKhYyVK+HofFFC4g1/R5x
0XpSO1RCwoDQJDV9b13wocHvsjwJ7XNtMuCH3KsErUGJ0Jl4ahzI2dwhNbHXy6BU
lfYNk0BbOEJY+dDd7FhPkiIkxu7vSdmDF/8JWlzkbW5BmNv3PESyf68EmOC6vdkB
LDHsGgCLELXeJmr262QXdDzJGN/nKO1Fjfjewz+wsYg2YoBxI9igMc5hGf6vflZZ
wJxsCJKZdOmqbiAu56xT
=6EoF
-----END PGP SIGNATURE-----
--
Precise-changes mailing list
[email protected]
Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/precise-changes