[ubuntu/saucy-proposed] ifupdown 0.7.44ubuntu1 (Accepted)
Stephane Graber
stgraber at ubuntu.com
Mon Aug 26 22:21:14 UTC 2013
ifupdown (0.7.44ubuntu1) saucy; urgency=low
* Merge from Debian. Remaining changes:
- If the /etc/NetworkManager/NetworkManager.conf file is present
but doesn't have the "ifupdown:managed" the previous upload instructed
the iniparser to return -1, which evaluates to TRUE. We instead instruct
it to return 0, as we shouldn't prevent ifupdown from managing the
interfaces in that case, as NM won't either. (LP: #281984)
- Remove /etc/default/networking as the upstart job doesn't use it and
can't really use it without some significant changes (support exclusion
lists in all the upstart jobs).
- Add transition code for moving /etc/init.d/networking from netbase
to ifupdown.
- Make /etc/init.d/networking exit 1 immediately on Upstart system
with an error message telling the user to use 'service'.
- Always call dhclient with -1, Ubuntu carries a patch so that renewal
won't time out.
ifupdown (0.7.44) unstable; urgency=low
* Convert from noweb to plain C (Closes: #707209).
* Don't bring down VLANned aliases (Closes: #711449).
* Initialise 'verbose' variable (Closes: #710301).
* Handle relative paths properly (Closes: #712909).
Now non-absolute paths are understood relatively to the file
they're sourced from.
* Update RFC number (Closes: #717520).
* Add source-directory directive.
* Use source-directory in the default interfaces file.
* Remove loopback interface from the manpage example.
* Update the manpages (Closes: #711012).
* Depend on iproute2 instead of iproute (Closes: #713825).
* Recommend ISC DHCP client, at the same time declare Breaks against
dhcp3-client earlier than 4.0, as it has incompatible syntax.
ifupdown (0.7.43) unstable; urgency=low
* Don't consider multiple auto declarations an error (Closes: #707052).
ifupdown (0.7.42) unstable; urgency=low
* Fix syntax issue with postinst (Closes: #707041).
* Fix cross-build.
ifupdown (0.7.41) unstable; urgency=low
* Upload to unstable.
* Don't release DHCPv6 leases in inet6/auto for a while (Closes: #703922).
* Remove "tryonce" option introduced in 0.7.40.
* Don't call dhclient with -1 for now.
* Remove ISC DHCP client from Build-Depends.
* Assign logical interface name for link pseudointerface on down
(Closes: #705268).
* Add implicit loopback device definition.
* Enable sourcing /etc/network/interfaces.d/* in the default configuration.
ifupdown (0.7.40) experimental; urgency=low
[ Andrew Shadura ]
* Don't configure bridge interfaces as tagged VLAN interfaces
(Closes: #696642).
* Add "tryonce" option to DHCP-enabled methods (Closes: #694541).
* Implement inet6/auto for kFreeBSD, call DHCP release of ifdown
on Linux (Closes: #701884).
* Update manual pages.
* Add tests for DHCP method.
* Add ISC DHCP client to Build-Depends (the tests don't actually run
the DHCP client, however).
[ Stéphane Graber ]
* Patches for upstart support from Ubuntu:
- Start the job on runlevel [2345]. This is a no-op during a normal
boot since the network will be started *before* runlevel is emitted,
but is needed to restart the network after a change from runlevel 1
(LP: #752481).
- Don't bring 'lo' down (add it to --exclude).
- Emit deconfiguring-networking (LP: #1061639).
- Update network-interface-security job to stop when the parent job is
stopped itself. This avoids leftover instances (LP: #1065684).
* Set MTU of tunnel devices (LP: #1074048).
* Actually set the new calculated value for duplicate entries
(LP: #1086517).
[ Josselin Mouette ]
* postinst: Do not create /etc/network/interfaces if it was removed manually
(Closes: #695906)
ifupdown (0.7.8) unstable; urgency=medium
* Assign logical interface name for link pseudointerface on down
(Closes: #705268).
ifupdown (0.7.7) unstable; urgency=low
* Don't release DHCPv6 leases in inet6/auto for a while (Closes: #703922).
* Don't call dhclient with -1 for now.
ifupdown (0.7.6) unstable; urgency=low
[ Andrew Shadura ]
* Don't configure bridge interfaces as tagged VLAN interfaces
(Closes: #696642).
* Implement inet6/auto for kFreeBSD, call DHCP release of ifdown
on Linux (Closes: #701884).
* Update manual pages.
[ Stéphane Graber ]
* Set MTU of tunnel devices (LP: #1074048).
* Actually set the new calculated value for duplicate entries
(LP: #1086517).
[ Josselin Mouette ]
* postinst: Do not create /etc/network/interfaces if it was removed manually
(Closes: #695906)
Date: Mon, 26 Aug 2013 16:56:45 -0400
Changed-By: Stéphane Graber <stgraber at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/saucy/+source/ifupdown/0.7.44ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Mon, 26 Aug 2013 16:56:45 -0400
Source: ifupdown
Binary: ifupdown
Architecture: source
Version: 0.7.44ubuntu1
Distribution: saucy
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Stéphane Graber <stgraber at ubuntu.com>
Description:
ifupdown - high level tools to configure network interfaces
Closes: 694541 695906 696642 701884 703922 705268 707041 707052 707209 710301 711012 711449 712909 713825 717520
Launchpad-Bugs-Fixed: 281984 752481 1061639 1065684 1074048 1086517
Changes:
ifupdown (0.7.44ubuntu1) saucy; urgency=low
.
* Merge from Debian. Remaining changes:
- If the /etc/NetworkManager/NetworkManager.conf file is present
but doesn't have the "ifupdown:managed" the previous upload instructed
the iniparser to return -1, which evaluates to TRUE. We instead instruct
it to return 0, as we shouldn't prevent ifupdown from managing the
interfaces in that case, as NM won't either. (LP: #281984)
- Remove /etc/default/networking as the upstart job doesn't use it and
can't really use it without some significant changes (support exclusion
lists in all the upstart jobs).
- Add transition code for moving /etc/init.d/networking from netbase
to ifupdown.
- Make /etc/init.d/networking exit 1 immediately on Upstart system
with an error message telling the user to use 'service'.
- Always call dhclient with -1, Ubuntu carries a patch so that renewal
won't time out.
.
ifupdown (0.7.44) unstable; urgency=low
.
* Convert from noweb to plain C (Closes: #707209).
* Don't bring down VLANned aliases (Closes: #711449).
* Initialise 'verbose' variable (Closes: #710301).
* Handle relative paths properly (Closes: #712909).
Now non-absolute paths are understood relatively to the file
they're sourced from.
* Update RFC number (Closes: #717520).
* Add source-directory directive.
* Use source-directory in the default interfaces file.
* Remove loopback interface from the manpage example.
* Update the manpages (Closes: #711012).
* Depend on iproute2 instead of iproute (Closes: #713825).
* Recommend ISC DHCP client, at the same time declare Breaks against
dhcp3-client earlier than 4.0, as it has incompatible syntax.
.
ifupdown (0.7.43) unstable; urgency=low
.
* Don't consider multiple auto declarations an error (Closes: #707052).
.
ifupdown (0.7.42) unstable; urgency=low
.
* Fix syntax issue with postinst (Closes: #707041).
* Fix cross-build.
.
ifupdown (0.7.41) unstable; urgency=low
.
* Upload to unstable.
* Don't release DHCPv6 leases in inet6/auto for a while (Closes: #703922).
* Remove "tryonce" option introduced in 0.7.40.
* Don't call dhclient with -1 for now.
* Remove ISC DHCP client from Build-Depends.
* Assign logical interface name for link pseudointerface on down
(Closes: #705268).
* Add implicit loopback device definition.
* Enable sourcing /etc/network/interfaces.d/* in the default configuration.
.
ifupdown (0.7.40) experimental; urgency=low
.
[ Andrew Shadura ]
* Don't configure bridge interfaces as tagged VLAN interfaces
(Closes: #696642).
* Add "tryonce" option to DHCP-enabled methods (Closes: #694541).
* Implement inet6/auto for kFreeBSD, call DHCP release of ifdown
on Linux (Closes: #701884).
* Update manual pages.
* Add tests for DHCP method.
* Add ISC DHCP client to Build-Depends (the tests don't actually run
the DHCP client, however).
.
[ Stéphane Graber ]
* Patches for upstart support from Ubuntu:
- Start the job on runlevel [2345]. This is a no-op during a normal
boot since the network will be started *before* runlevel is emitted,
but is needed to restart the network after a change from runlevel 1
(LP: #752481).
- Don't bring 'lo' down (add it to --exclude).
- Emit deconfiguring-networking (LP: #1061639).
- Update network-interface-security job to stop when the parent job is
stopped itself. This avoids leftover instances (LP: #1065684).
* Set MTU of tunnel devices (LP: #1074048).
* Actually set the new calculated value for duplicate entries
(LP: #1086517).
.
[ Josselin Mouette ]
* postinst: Do not create /etc/network/interfaces if it was removed manually
(Closes: #695906)
.
ifupdown (0.7.8) unstable; urgency=medium
.
* Assign logical interface name for link pseudointerface on down
(Closes: #705268).
.
ifupdown (0.7.7) unstable; urgency=low
.
* Don't release DHCPv6 leases in inet6/auto for a while (Closes: #703922).
* Don't call dhclient with -1 for now.
.
ifupdown (0.7.6) unstable; urgency=low
.
[ Andrew Shadura ]
* Don't configure bridge interfaces as tagged VLAN interfaces
(Closes: #696642).
* Implement inet6/auto for kFreeBSD, call DHCP release of ifdown
on Linux (Closes: #701884).
* Update manual pages.
.
[ Stéphane Graber ]
* Set MTU of tunnel devices (LP: #1074048).
* Actually set the new calculated value for duplicate entries
(LP: #1086517).
.
[ Josselin Mouette ]
* postinst: Do not create /etc/network/interfaces if it was removed manually
(Closes: #695906)
Checksums-Sha1:
cbc157ddb1c81a5557a028d28d0cbbb4f24c6832 1692 ifupdown_0.7.44ubuntu1.dsc
a39b0f119189eae925c01721e456ca11e34f8127 114413 ifupdown_0.7.44ubuntu1.tar.gz
Checksums-Sha256:
c067dfc72b6276247fe17b48768c64d2f5577e22158f58892731f01654c0ee1a 1692 ifupdown_0.7.44ubuntu1.dsc
6e98971b5a82bfcf321fd59258aadc3d6e582da3547bc8cde4e7cbd3737562a4 114413 ifupdown_0.7.44ubuntu1.tar.gz
Files:
d46114e2f4bac2068484fc9205972ff5 1692 admin important ifupdown_0.7.44ubuntu1.dsc
bede645aead2f2fb7c72d334114d6153 114413 admin important ifupdown_0.7.44ubuntu1.tar.gz
Original-Maintainer: Andrew O. Shadura <bugzilla at tut.by>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)
iQIcBAEBCgAGBQJSG9S4AAoJEMY4l01keS1n1gcQAJnAactT3LzYf2MxkXe9uCbY
RqNcSvMRGXraYXFv5BssB+O4mEkC/6XyCk3LV5YnJ6h0L/RnKza+js0GdlS19RLN
FPcWNTBsm2cQz9riynOmw7IPw0R2WaJxlUAP/+gUv0CWmozUuCuJa86Q5P3eufTK
cfiqulbRKrj5lmTb8DY9uEUxIFT3JBqdrPT/4y+kDBJPLWofebxiFbfC+PzppQTg
Lls8BwvtKQ/6lDKRhTsleKn4qu8f4TO/6AP3CIw+LO9eqSmULnS8kX35TYxmlYML
aj0eLtfHJXjgaEWVjv7DavuPOtCHzf3k49AfPHbMh05K3QTNuGkIAXhz+almFxKR
Q322u04X6ZbmY/uJkNnvWB1zVwJsVrZcnJn68eISkmlvLMIsNIborpcvLnGkHQME
qXkmf8RwVZtDYVLeITwB8Nde0bz1ILlVmd0Fxpljt0BP6XykwytC04QJGSej8YTe
HALKQGf0bEmMUnz68fLofPTw+AY+SPbg6qN3XN850qrNddIQmly7aERVeqeVtR7Y
vVVNPq4ipsavrPzxwQ7c/HQUbAtECNj1VFTwmJ5ntcd0c/6HS/vRhqbC1u/8hIVj
jMb9vAOBU//vae1TIenEnycy6d1/RghUQYKUCJ+2k3F0zvpJVp47QiNXTMrprEEx
vrGAnb26Cap97hiCj+NT
=tWbU
-----END PGP SIGNATURE-----
More information about the Saucy-changes
mailing list