[ubuntu/intrepid] network-manager 0.7~~svn20081004t225044-0ubuntu1 (Accepted)
Alexander Sack
asac at ubuntu.com
Mon Oct 6 13:00:16 BST 2008
network-manager (0.7~~svn20081004t225044-0ubuntu1) intrepid; urgency=low
new upstream snapshot: Sat 2008-10-04 22:50:44 (bzrrev 3602) from
lp:~vcs-imports/network-manager/main branch
* merging final revision of main.eni branch which brings
us back to parity with upstream branch. features temporarily lost from
"upstream" code base due to this
+ graceful defaults for ifupdown ip4settings
+ wep-tx-keyidx support
+ pre-run intltoolize
* we run intltoolize -f -c in pre-build:: target
- update debian/rules
* drop lp276253_fix_system_hostname.patch; upstream behaviour became more
graceful and we will add ifupdown plugin support to read/write
/etc/hostname
- delete debian/patches/lp276253_fix_system_hostname.patch
- update debian/patches/series
* enable ifupdown system-config-interface implementation by default
(LP: #256054)
- update debian/nm-system-settings.conf
* rewrite README.Debian; we document "managed" vs. "unmanaged" mode as well
as "dial up configurations"
- update debian/README.Debian
* reflect the implicit default mode (unmanaged) in default
nm-system-settings.conf shipped by ubuntu package in intrepid
- update debian/nm-system-settings.conf
* (disabled) add code that enforces -Os instead of -O2
- update debian/rules
Cherry-Picking upstream submitted patches:
* debian/patches/000-FIXCRASH-in-add_default_dhcp_connection.loom.patch:
- fix crash of nm-system-settings when replugging devices that get a
default connection created (wired)
* debian/patches/001-IFUPDOWN-wep-tx-keyidx.loom.patch:
- add support for wep-tx-keyidx wpa setting to ifupdown plugin
* debian/patches/002-IFUPDOWN-hostname.loom.patch:
- implement read/write support for /etc/hostname in ifupdown system config
* debian/patches/003-IFUPDOWN-remove-unused-callbacks.loom.patch:
- remove some unused callbacks (cleanup)
* debian/patches/004-IFUPDOWN-devtracking.loom.patch:
- add device tracking infrastructure - prepare managed/unmanaged mode
* debian/patches/005-IFUPDOWN-unmanaged-mode.loom.patch:
- implement global unmanaged mode (LP: #256054)
* debian/patches/006-IFUPDOWN-parse-system-settings.loom.patch:
- implement system-settings boolean key ifupdown:managed - default: false
(LP: #256054)
* debian/patches/007-IFUPDOWN-managed-mode.loom.patch:
- implement managed-mode: update mac address of nm-wired/wirless-settings
(LP: #256054)
* debian/patches/008-BACKEND-debian-fallback-to-generic-loopback.loom.patch:
- use ifconfig (instead of ifup) to bring up loopback. If ifconfig is not
available we fallback to the generic (libnl based) implementation
shipped by NetworkManager
Date: Mon, 06 Oct 2008 13:40:08 +0200
Changed-By: Alexander Sack <asac at ubuntu.com>
Maintainer: Ubuntu Core Dev Team <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Alexander Sack <asac at jwsdot.com>
https://launchpad.net/ubuntu/intrepid/+source/network-manager/0.7~~svn20081004t225044-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 06 Oct 2008 13:40:08 +0200
Source: network-manager
Binary: network-manager network-manager-dev libnm-glib0 libnm-glib-dev libnm-util0 libnm-util-dev
Architecture: source
Version: 0.7~~svn20081004t225044-0ubuntu1
Distribution: intrepid
Urgency: low
Maintainer: Ubuntu Core Dev Team <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Alexander Sack <asac at ubuntu.com>
Description:
libnm-glib-dev - network management framework (GLib interface)
libnm-glib0 - network management framework (GLib shared library)
libnm-util-dev - network management framework (development files)
libnm-util0 - network management framework (shared library)
network-manager - network management framework daemon
network-manager-dev - network management framework (development files)
Launchpad-Bugs-Fixed: 256054 256054 256054 256054
Changes:
network-manager (0.7~~svn20081004t225044-0ubuntu1) intrepid; urgency=low
.
new upstream snapshot: Sat 2008-10-04 22:50:44 (bzrrev 3602) from
lp:~vcs-imports/network-manager/main branch
.
* merging final revision of main.eni branch which brings
us back to parity with upstream branch. features temporarily lost from
"upstream" code base due to this
+ graceful defaults for ifupdown ip4settings
+ wep-tx-keyidx support
+ pre-run intltoolize
* we run intltoolize -f -c in pre-build:: target
- update debian/rules
* drop lp276253_fix_system_hostname.patch; upstream behaviour became more
graceful and we will add ifupdown plugin support to read/write
/etc/hostname
- delete debian/patches/lp276253_fix_system_hostname.patch
- update debian/patches/series
* enable ifupdown system-config-interface implementation by default
(LP: #256054)
- update debian/nm-system-settings.conf
* rewrite README.Debian; we document "managed" vs. "unmanaged" mode as well
as "dial up configurations"
- update debian/README.Debian
* reflect the implicit default mode (unmanaged) in default
nm-system-settings.conf shipped by ubuntu package in intrepid
- update debian/nm-system-settings.conf
* (disabled) add code that enforces -Os instead of -O2
- update debian/rules
.
Cherry-Picking upstream submitted patches:
* debian/patches/000-FIXCRASH-in-add_default_dhcp_connection.loom.patch:
- fix crash of nm-system-settings when replugging devices that get a
default connection created (wired)
* debian/patches/001-IFUPDOWN-wep-tx-keyidx.loom.patch:
- add support for wep-tx-keyidx wpa setting to ifupdown plugin
* debian/patches/002-IFUPDOWN-hostname.loom.patch:
- implement read/write support for /etc/hostname in ifupdown system config
* debian/patches/003-IFUPDOWN-remove-unused-callbacks.loom.patch:
- remove some unused callbacks (cleanup)
* debian/patches/004-IFUPDOWN-devtracking.loom.patch:
- add device tracking infrastructure - prepare managed/unmanaged mode
* debian/patches/005-IFUPDOWN-unmanaged-mode.loom.patch:
- implement global unmanaged mode (LP: #256054)
* debian/patches/006-IFUPDOWN-parse-system-settings.loom.patch:
- implement system-settings boolean key ifupdown:managed - default: false
(LP: #256054)
* debian/patches/007-IFUPDOWN-managed-mode.loom.patch:
- implement managed-mode: update mac address of nm-wired/wirless-settings
(LP: #256054)
* debian/patches/008-BACKEND-debian-fallback-to-generic-loopback.loom.patch:
- use ifconfig (instead of ifup) to bring up loopback. If ifconfig is not
available we fallback to the generic (libnl based) implementation
shipped by NetworkManager
Checksums-Sha1:
3c2cc6d6695ef9e23fbef5215356509a4c9556bf 2454 network-manager_0.7~~svn20081004t225044-0ubuntu1.dsc
75d748146968ae4252dfa77d306e3ac4bed4f752 1185091 network-manager_0.7~~svn20081004t225044.orig.tar.gz
ebbff89e25a06f59e59a986a321fc5c64d9ed856 49665 network-manager_0.7~~svn20081004t225044-0ubuntu1.diff.gz
Checksums-Sha256:
a2bbfe7961d2454bb61ffdee4f0e5acff42799cb6ac6cce9cdd45f91aded4c50 2454 network-manager_0.7~~svn20081004t225044-0ubuntu1.dsc
64f2fd56d799e28f0957d822f3951dea6beb1edb0644676f82cca4240d3655c4 1185091 network-manager_0.7~~svn20081004t225044.orig.tar.gz
7c4d1773e9d08d719d4be7acfdb5d2c0cc1e39a73841e94b81c9d53bef17fb08 49665 network-manager_0.7~~svn20081004t225044-0ubuntu1.diff.gz
Files:
92548ec0cd7fae937372c0990f34d67d 2454 net optional network-manager_0.7~~svn20081004t225044-0ubuntu1.dsc
d39e8c8e6e4201a1f0184aea7922a33a 1185091 net optional network-manager_0.7~~svn20081004t225044.orig.tar.gz
aa19fc138afc9bed815a4f87b3df4236 49665 net optional network-manager_0.7~~svn20081004t225044-0ubuntu1.diff.gz
Original-Maintainer: Riccardo Setti <giskard at debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iQIcBAEBAgAGBQJI6fsMAAoJEKBE/gcUDGZkmZ0P/ArBjiclv9rY3P4mmkxvZ4it
aGeWSGXCTi3DJ6yUKYn04+R2Q2NwgGtd/ODuHAPRCveZX5HpM/bv3IN3X7cD/lZo
/Piu0u5Y3QUmRfjMsJyx/y6CsqShOcIYCA0EPCPyx57E23wgrabMfnOjAbQxVN3+
WYjo2v/5YcyMGtI/MkJvi79oWpelHhkX2fuVUG0vFUxiNRmgIfEfTFIyMoyueGdO
Rqvu1rcI9AZuYN9rTabJMOGORJd9E/IQoI3WFiAZtp32uN63ZN5NKdvUNMwn4IRW
qgVoEVTPJ6HaNG6ioc30YpOaXqIy1NofkKcclbYGW5e81jbr7BL532X0nRl4TTr8
DmhZEA0YrGM/XdvF54TGS9pVyBZV5izw1yYEUd+zUCJSxjil4z104vB/9wiLlrQy
XzSds9ZtFn4ZyVaNNT+qt0mXuPxz3EoPI3VGD7scMke9HQClxV94ok3OTR4QhNwc
WVk9LIlH671nq29jA5tWeHc9IVwVkwEuMJZ+chh5hYgtt1nKFuyqrXm5qvUVcM8R
aO07bDZ4q1DJJ4qVxyKBfebaH4PeFtunBW5/+uFj8koaNnT3een9S/owqx0h38Gt
NtjdiyHBlXUE7go7YPqCwRujP+v4mxeNNY2JJKFpAwX7EW0I5+rrdxyjYusQubxD
h6VcW2zxuiL/s6AVbbCC
=CZGd
-----END PGP SIGNATURE-----
More information about the Intrepid-changes
mailing list