[ubuntu/wily-proposed] ifupdown 0.7.54ubuntu1 (Accepted)
Martin Pitt
martin.pitt at ubuntu.com
Fri Jul 10 04:55:12 UTC 2015
ifupdown (0.7.54ubuntu1) wily; urgency=medium
* Merge with Debian unstable. Remaining Ubuntu changes:
- Always call dhclient with -1, Ubuntu carries a patch so that renewal
won't time out.
- Allow setting the MTU and HWADDR on manual interfaces. (LP: #1294807)
- The above change also means that manual interfaces will now be
brought up and down (ias many users expected until now).
- Disable link.defn as it's not covering all the cases supported by
the vlan and bridge hooks and so causes more harm than good at this
point. (LP: #1295304)
- Add ifup-wait-all-auto.service which makes network-online.target wait
for all "auto" /etc/network/interfaces for up to two minutes.
- debian/postinst: Bring back missing /etc/rcS.d/networking symlink, to
clean up after old broken upgrades. (LP: #1439109) Needs to be kept
until after 16.04 LTS.
* Drop debian/ifupdown.udev. We don't support the "netdev" group.
ifupdown (0.7.54) unstable; urgency=medium
[ Guus Sliepen ]
* Adopting this package from Andrew Shadura. Closes: #786902
* Converted the Mercurial repository to Git.
* Clean up the source code (indentation, whitespace, remove some
duplication, fix some warnings from cppcheck, clang, use C99, use const
and static where possible, remove unused/obsolete files).
* Prevent recursion using source and source-dir statements. Closes: #779786
* Create /run/network if it doesn't exist. Closes: #681872
* Bump Standards-Version.
* Use [$arch-any] statements in debian/control for architecture-dependent
Depends instead of conditionally calling dh_gencontrol from debian/rules.
* Add -Wno-unused-parameters to CFLAGS in debian/rules.
* Update debian/copyright and convert it to DEP-5 format.
* Remove debian/README and debian/TODO, which are no longer relevant.
* Update timestamp in manpages. Closes: #717266
* Do not attempt to kill udhcpc if there is no pidfile. Closes: #744167
* Add udev rule to allow rfkill for group netdev. Closes: #741454
[ Yuriy Vostrikov ]
* When using dhcpcd, pass the metric option. Closes: #784611
ifupdown (0.7.53.1) unstable; urgency=medium
* Update tests.
ifupdown (0.7.53) unstable; urgency=medium
* Default accept_ra to 0 when gateway is set (Closes: #775660).
* Don't try to parse a non-existing file given by wordexp (Closes: #776578).
ifupdown (0.7.52) unstable; urgency=medium
* Fix segfault when /e/n/i can't be read. Fail only when the file
has errors, issue a warning when it can't be opened (Closes: #774212).
ifupdown (0.7.51) unstable; urgency=medium
[ Michael Biebl ]
* Check the hotplug interface operstate to avoid blocking the
boot process (Closes: #771943).
ifupdown (0.7.50) unstable; urgency=medium
[ Andrew Shadura ]
* Configure the loopback interface by default only if user hasn't
defined their own loopback interface (Closes: #709378).
* Update udhcp command-line options (Closes: #741579).
* Fix compiler warnings.
* Update the documentation regarding "source" keyword.
[ Michael Biebl ]
* Call "udev settle" explicitly before configuring any devices (Closes:
#766943).
ifupdown (0.7.49) unstable; urgency=medium
[ Andrew Shadura ]
* Proper implementation of auto on kFreeBSD (Closes: #738942).
* Don't fail on sysctl failing (Closes: #757937).
* Accept router advertisements when using DHCPv6 (Closes: #753580).
* Don't configure hotplug interfaces on networking start to avoid races.
[ Stéphane Graber ]
* Upstart job tweaks.
Date: Fri, 10 Jul 2015 06:44:18 +0200
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/ifupdown/0.7.54ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Fri, 10 Jul 2015 06:44:18 +0200
Source: ifupdown
Binary: ifupdown
Architecture: source
Version: 0.7.54ubuntu1
Distribution: wily
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Description:
ifupdown - high level tools to configure network interfaces
Closes: 681872 709378 717266 738942 741454 741579 744167 753580 757937 766943 771943 774212 775660 776578 779786 784611 786902
Launchpad-Bugs-Fixed: 1294807 1295304 1439109
Changes:
ifupdown (0.7.54ubuntu1) wily; urgency=medium
.
* Merge with Debian unstable. Remaining Ubuntu changes:
- Always call dhclient with -1, Ubuntu carries a patch so that renewal
won't time out.
- Allow setting the MTU and HWADDR on manual interfaces. (LP: #1294807)
- The above change also means that manual interfaces will now be
brought up and down (ias many users expected until now).
- Disable link.defn as it's not covering all the cases supported by
the vlan and bridge hooks and so causes more harm than good at this
point. (LP: #1295304)
- Add ifup-wait-all-auto.service which makes network-online.target wait
for all "auto" /etc/network/interfaces for up to two minutes.
- debian/postinst: Bring back missing /etc/rcS.d/networking symlink, to
clean up after old broken upgrades. (LP: #1439109) Needs to be kept
until after 16.04 LTS.
* Drop debian/ifupdown.udev. We don't support the "netdev" group.
.
ifupdown (0.7.54) unstable; urgency=medium
.
[ Guus Sliepen ]
* Adopting this package from Andrew Shadura. Closes: #786902
* Converted the Mercurial repository to Git.
* Clean up the source code (indentation, whitespace, remove some
duplication, fix some warnings from cppcheck, clang, use C99, use const
and static where possible, remove unused/obsolete files).
* Prevent recursion using source and source-dir statements. Closes: #779786
* Create /run/network if it doesn't exist. Closes: #681872
* Bump Standards-Version.
* Use [$arch-any] statements in debian/control for architecture-dependent
Depends instead of conditionally calling dh_gencontrol from debian/rules.
* Add -Wno-unused-parameters to CFLAGS in debian/rules.
* Update debian/copyright and convert it to DEP-5 format.
* Remove debian/README and debian/TODO, which are no longer relevant.
* Update timestamp in manpages. Closes: #717266
* Do not attempt to kill udhcpc if there is no pidfile. Closes: #744167
* Add udev rule to allow rfkill for group netdev. Closes: #741454
.
[ Yuriy Vostrikov ]
* When using dhcpcd, pass the metric option. Closes: #784611
.
ifupdown (0.7.53.1) unstable; urgency=medium
.
* Update tests.
.
ifupdown (0.7.53) unstable; urgency=medium
.
* Default accept_ra to 0 when gateway is set (Closes: #775660).
* Don't try to parse a non-existing file given by wordexp (Closes: #776578).
.
ifupdown (0.7.52) unstable; urgency=medium
.
* Fix segfault when /e/n/i can't be read. Fail only when the file
has errors, issue a warning when it can't be opened (Closes: #774212).
.
ifupdown (0.7.51) unstable; urgency=medium
.
[ Michael Biebl ]
* Check the hotplug interface operstate to avoid blocking the
boot process (Closes: #771943).
.
ifupdown (0.7.50) unstable; urgency=medium
.
[ Andrew Shadura ]
* Configure the loopback interface by default only if user hasn't
defined their own loopback interface (Closes: #709378).
* Update udhcp command-line options (Closes: #741579).
* Fix compiler warnings.
* Update the documentation regarding "source" keyword.
.
[ Michael Biebl ]
* Call "udev settle" explicitly before configuring any devices (Closes:
#766943).
.
ifupdown (0.7.49) unstable; urgency=medium
.
[ Andrew Shadura ]
* Proper implementation of auto on kFreeBSD (Closes: #738942).
* Don't fail on sysctl failing (Closes: #757937).
* Accept router advertisements when using DHCPv6 (Closes: #753580).
* Don't configure hotplug interfaces on networking start to avoid races.
.
[ Stéphane Graber ]
* Upstart job tweaks.
Checksums-Sha1:
509c0a662efabdc38ceaa7dd516e464e6bc013cd 1635 ifupdown_0.7.54ubuntu1.dsc
e6fecbd2a52519be79c583827065df5542b81119 74880 ifupdown_0.7.54ubuntu1.tar.xz
Checksums-Sha256:
5443f271c59f5838d2a4b7f77663efee1ab3841191d8a17d4708627e9d3a3af1 1635 ifupdown_0.7.54ubuntu1.dsc
98a22f472d8038911c47aaf50fcc61f7112e4cc2e555ec3b5826b34416abdd6b 74880 ifupdown_0.7.54ubuntu1.tar.xz
Files:
a0d257ada52a7579402706fe9b433ade 1635 admin important ifupdown_0.7.54ubuntu1.dsc
2c775804d195ba4025a83066b432150b 74880 admin important ifupdown_0.7.54ubuntu1.tar.xz
Original-Maintainer: Guus Sliepen <guus at debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJVn09iAAoJENFO8V2v4RNHiqgQAKZ7cJShu6OkQDooeWxgEfmK
Slzn9TEgDgL07CYPnNh0hNpti8YNmDYhAj4n0zzEFNwCtz9iU/87zifhuxLS8F8I
vMrKUigjvm3Fwgp22YRYXh4SLXgLmyHfLlNehlz09Lenair9ezBNmpMQWibIN5oN
EG0MR+QBq1qvr2rwKWg/e5qZfu15J22o9zxSgSjYExXlXoz0R/MuqbW66HCHoon6
s0RBLYg2gt+WfoKKz2X8PH10trOMYFY0s9abou+NFg5ihqfzcxjgOgIeem5BkniB
VR315CLxLyPzFHGtog03k53yRh//XBOfdopBolnWSyxd2+mc8R59TbLrdYLZH+xf
sRFQagOJcXG3MB8ENIYKk3SF1fkB6zsYh05I5zqeke553agE5+/RAeSTvqwoFl48
6SGeEhYhn1TjpGCOPqpZ0yopLP5Cvx3K05I0pysYop5hKb5qoH+0zbLQAWuIL2fw
CtQQSnM5cmoP/lX/UG0xQcnbGdHBBNnRdmsWen+SDhxzXh6lVyCR16QuBeMWGMfw
368D0DyTcC5RJCGfnjqNt0D9SOomI4qWCIFf74ZBI7Q/u+ozTCPdDe+iMq3tK/eN
cuwkJ5MYpcQmDcr40aXa0z50YUD7xFWicxOuC+0/vLSK80GiXT7tUPTHvwPZVzSC
F/8LmYgzucfo2g2vpfWt
=7l2Y
-----END PGP SIGNATURE-----
More information about the Wily-changes
mailing list