[ubuntu/oneiric] ifupdown 0.7~alpha5.1ubuntu1 (Accepted)
Colin Watson
cjwatson at ubuntu.com
Tue Aug 9 13:50:24 UTC 2011
ifupdown (0.7~alpha5.1ubuntu1) oneiric; urgency=low
* Resynchronise with Debian experimental. Remaining changes:
- ifupdown.nw: Use 100 as default route metric unless an explicit metric
parameter is set in /etc/network/interface.
- ifupdown.nw: Add 'ipv4ll' method which uses avahi-autoipd to bring up
an interface with an IPv4 link-layer address from 169.254.0.0/16 (aka
'Zeroconf').
- Add iniparser3.0b sources (dictionary.c, dictionary.h, iniparser.c,
iniparser.h), to let ifupdown avoid auto-up/down of interfaces if
network-manager's ifupdown plugin is in managed=true mode.
- Add a new query interface, 'ifquery', that can be used by upstart
hooks to ask for the list of possible interfaces that they might need
to bring up.
- debian/ifupdown.network-interface.upstart: Replace the init scripts
with a per-interface Upstart job.
- debian/ifupdown.networking.upstart: Add a "networking" job that
partially replaces the networking init script from netbase.
- debian/control: Bump build-dependency on debhelper for Upstart-aware
dh_installinit.
- debian/rules: Due to debhelper always adding /etc/init.d symlinks, we
must manually remove /etc/init.d/networking for as long as netbase
still provides it.
- Add if-up and if-down scripts to emit Upstart events when interfaces
come up and go down.
- debian/ifupdown.network-interface-security.upstart: Ensure apport is
started before interfaces are brought up by either ifupdown or
network-manager.
- debian/postinst: If the loopback interface is missing from the config
in /etc/network/interfaces, add it on upgrade.
- debian/ifupdown.preinst: Since files in /etc were not conffiles in
lucid, and /etc/network/if-up.d/upstart and
/etc/init/network-interface.conf changed between lucid final and
maverick, add extra handling to avoid spurious conffile prompts.
* Backport from upstream Mercurial repository:
- Add initial DHCPv6 support (LP: #733547).
ifupdown (0.7~alpha5.1) experimental; urgency=low
* Non-maintainer upload.
* No source changes.
* Upload to experimental rather than unstable.
ifupdown (0.7~alpha5) experimental; urgency=low
* Set PHASE variable (Closes: #629821).
* Allow privacy extensions for inet6/auto (Closes: #629841).
* Make Router Advertisements and SLAAC configurable (Closes: #629837).
* Fix the IPv4 interface down sequence (Closes: #629836).
* Add Vcs-* fields.
* Remove privacy extensions option for 6in4/6to4 interfaces
as no SLAAC is possible there.
* Document interface exclusion option.
* Improve conversions code, allowing calculating 6to4 address without
calling external utilities.
* Fix some compilation warnings.
* Update test cases.
ifupdown (0.7~alpha4) experimental; urgency=low
* New maintainer.
* Remove VCS repository from the tarball (Closes: #417718).
* Add source stanza (Closes: #159884, #149395, #471834).
* Fix bashism in example script get-mac-address.sh (Closes: #518924).
* Use DebSrc3.0 source format and dh7.
* Add auto method for IPv6, fix static method (Closes: #604136).
* Update URL for Debian Reference (Closes: #610238).
* Fix typos in the man page (Closes: #384143, #415285).
* Add GRE and IPIP tunnels support (Closes: #158089).
* Fix inet/static pointopoint option (Closes: #460276).
* Add support for enabling/disabling IPv6 privacy extension
(Closes: #520576).
* Move network state file to /run/network (Closes: #389996).
* Fix init script dependencies (Closes: #607713, #601705).
* Add MTU setting for v4tunnel (Closes: #408453, #575110).
* Allow multiple interface definitions to ease work with multiple IP per
interface.
* Allow passing PPP options, pass updetach by default (Closes: #196877).
* Add 6to4 tunnels support (Closes: #357929).
* Add CAN interface support (Closes: #584530).
* Drop 0.5.x migration script.
* Drop dependency on net-tools; suggest it instead.
* Bump Standards-Version to 3.9.2.
ifupdown (0.7~alpha3) experimental; urgency=low
* Apply patches from Andreas Henriksson (Closes: Bug#456918)
- Fix aadr typo in IPv6 loopback method
- Add dependency on new version of iproute that supports specifying
netmasks as dotted-quads.
- Re-add netmask field for backwards compatibility.
- Flush addresses when taking down a static inet interface.
(Closes: Bug#431059)
- Switch inet/dhcp and inet6/static methods to iproute.
- Update test cases.
- Support for conversion of ifconfig format hwaddress to iproute format
hwaddress.
* Update Build-Depends: to reflect name change from nowebm to noweb.
* Move DH_COMPAT setting from debian/rules to debian/compat file.
* Don't ignore errors from make clean in debian/rules clean target.
* Escape hypens in interfaces.5 manpage.
* Don't create /usr/bin or /usr/sbin directories.
* Bump Standards-Version.
ifupdown (0.7~alpha2) experimental; urgency=low
* Add command line interface options (ifup -o foo=bar eth1). Yay!
* Switch to using iproute instead of ifconfig/route. Thanks to Andrew
Pollock.
* Drop support for kernels prior to 2.1.100 (and that don't have NETLINK
for iproute).
* Drop support for specifying a "netmask" in static inet interfaces.
* Bump DH_COMPAT to 4 (from 1!)
Date: Tue, 09 Aug 2011 14:41:00 +0100
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/oneiric/+source/ifupdown/0.7~alpha5.1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Tue, 09 Aug 2011 14:41:00 +0100
Source: ifupdown
Binary: ifupdown
Architecture: source
Version: 0.7~alpha5.1ubuntu1
Distribution: oneiric
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Description:
ifupdown - high level tools to configure network interfaces
Closes: 149395 158089 159884 196877 357929 384143 389996 408453 415285 417718 431059 456918 460276 471834 518924 520576 575110 584530 601705 604136 607713 610238 629821 629836 629837 629841
Launchpad-Bugs-Fixed: 733547
Changes:
ifupdown (0.7~alpha5.1ubuntu1) oneiric; urgency=low
.
* Resynchronise with Debian experimental. Remaining changes:
- ifupdown.nw: Use 100 as default route metric unless an explicit metric
parameter is set in /etc/network/interface.
- ifupdown.nw: Add 'ipv4ll' method which uses avahi-autoipd to bring up
an interface with an IPv4 link-layer address from 169.254.0.0/16 (aka
'Zeroconf').
- Add iniparser3.0b sources (dictionary.c, dictionary.h, iniparser.c,
iniparser.h), to let ifupdown avoid auto-up/down of interfaces if
network-manager's ifupdown plugin is in managed=true mode.
- Add a new query interface, 'ifquery', that can be used by upstart
hooks to ask for the list of possible interfaces that they might need
to bring up.
- debian/ifupdown.network-interface.upstart: Replace the init scripts
with a per-interface Upstart job.
- debian/ifupdown.networking.upstart: Add a "networking" job that
partially replaces the networking init script from netbase.
- debian/control: Bump build-dependency on debhelper for Upstart-aware
dh_installinit.
- debian/rules: Due to debhelper always adding /etc/init.d symlinks, we
must manually remove /etc/init.d/networking for as long as netbase
still provides it.
- Add if-up and if-down scripts to emit Upstart events when interfaces
come up and go down.
- debian/ifupdown.network-interface-security.upstart: Ensure apport is
started before interfaces are brought up by either ifupdown or
network-manager.
- debian/postinst: If the loopback interface is missing from the config
in /etc/network/interfaces, add it on upgrade.
- debian/ifupdown.preinst: Since files in /etc were not conffiles in
lucid, and /etc/network/if-up.d/upstart and
/etc/init/network-interface.conf changed between lucid final and
maverick, add extra handling to avoid spurious conffile prompts.
* Backport from upstream Mercurial repository:
- Add initial DHCPv6 support (LP: #733547).
.
ifupdown (0.7~alpha5.1) experimental; urgency=low
.
* Non-maintainer upload.
* No source changes.
* Upload to experimental rather than unstable.
.
ifupdown (0.7~alpha5) experimental; urgency=low
.
* Set PHASE variable (Closes: #629821).
* Allow privacy extensions for inet6/auto (Closes: #629841).
* Make Router Advertisements and SLAAC configurable (Closes: #629837).
* Fix the IPv4 interface down sequence (Closes: #629836).
* Add Vcs-* fields.
* Remove privacy extensions option for 6in4/6to4 interfaces
as no SLAAC is possible there.
* Document interface exclusion option.
* Improve conversions code, allowing calculating 6to4 address without
calling external utilities.
* Fix some compilation warnings.
* Update test cases.
.
ifupdown (0.7~alpha4) experimental; urgency=low
.
* New maintainer.
* Remove VCS repository from the tarball (Closes: #417718).
* Add source stanza (Closes: #159884, #149395, #471834).
* Fix bashism in example script get-mac-address.sh (Closes: #518924).
* Use DebSrc3.0 source format and dh7.
* Add auto method for IPv6, fix static method (Closes: #604136).
* Update URL for Debian Reference (Closes: #610238).
* Fix typos in the man page (Closes: #384143, #415285).
* Add GRE and IPIP tunnels support (Closes: #158089).
* Fix inet/static pointopoint option (Closes: #460276).
* Add support for enabling/disabling IPv6 privacy extension
(Closes: #520576).
* Move network state file to /run/network (Closes: #389996).
* Fix init script dependencies (Closes: #607713, #601705).
* Add MTU setting for v4tunnel (Closes: #408453, #575110).
* Allow multiple interface definitions to ease work with multiple IP per
interface.
* Allow passing PPP options, pass updetach by default (Closes: #196877).
* Add 6to4 tunnels support (Closes: #357929).
* Add CAN interface support (Closes: #584530).
* Drop 0.5.x migration script.
* Drop dependency on net-tools; suggest it instead.
* Bump Standards-Version to 3.9.2.
.
ifupdown (0.7~alpha3) experimental; urgency=low
.
* Apply patches from Andreas Henriksson (Closes: Bug#456918)
- Fix aadr typo in IPv6 loopback method
- Add dependency on new version of iproute that supports specifying
netmasks as dotted-quads.
- Re-add netmask field for backwards compatibility.
- Flush addresses when taking down a static inet interface.
(Closes: Bug#431059)
- Switch inet/dhcp and inet6/static methods to iproute.
- Update test cases.
- Support for conversion of ifconfig format hwaddress to iproute format
hwaddress.
* Update Build-Depends: to reflect name change from nowebm to noweb.
* Move DH_COMPAT setting from debian/rules to debian/compat file.
* Don't ignore errors from make clean in debian/rules clean target.
* Escape hypens in interfaces.5 manpage.
* Don't create /usr/bin or /usr/sbin directories.
* Bump Standards-Version.
.
ifupdown (0.7~alpha2) experimental; urgency=low
.
* Add command line interface options (ifup -o foo=bar eth1). Yay!
* Switch to using iproute instead of ifconfig/route. Thanks to Andrew
Pollock.
* Drop support for kernels prior to 2.1.100 (and that don't have NETLINK
for iproute).
* Drop support for specifying a "netmask" in static inet interfaces.
* Bump DH_COMPAT to 4 (from 1!)
Checksums-Sha1:
1fd5fa368bbc89ad3102d28adc2f9a00c5d7c616 1737 ifupdown_0.7~alpha5.1ubuntu1.dsc
3efaf2e2e425cd18ebba7f02fcbb96e777203b90 111217 ifupdown_0.7~alpha5.1ubuntu1.tar.gz
Checksums-Sha256:
51725799a8cee3a83c10aeae8baf61a0585b1907d6c67571958fc14a0bdee268 1737 ifupdown_0.7~alpha5.1ubuntu1.dsc
4cbbe2c2ea0d39b9da68d3851af781042ad3d1b3aa555d6bf3bdfa8218fa083a 111217 ifupdown_0.7~alpha5.1ubuntu1.tar.gz
Files:
3efddb7b1c0f78af985db020423d8515 1737 admin important ifupdown_0.7~alpha5.1ubuntu1.dsc
3fe2674b593355bf5ab9ac4a26363f8f 111217 admin important ifupdown_0.7~alpha5.1ubuntu1.tar.gz
Original-Maintainer: Andrew O. Shadoura <bugzilla at tut.by>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Colin Watson <cjwatson at debian.org> -- Debian developer
iQIVAwUBTkE62jk1h9l9hlALAQj+7g/+PFagD22+rSFHxG9J0oIM9j7IJ4FjqCl9
KZpBv08DxLLcT8myY+6d24TXkyXojAxPJ5CK7V4DrOFJK72A7ctBjakPgSvKtQW2
Q+CtRvwftPFR2ZbQ5fh3c6Bh0nLp1XTA3/BQt5Rx8lMGqwLIoG2GBOVANiKAMLCf
ine3ryPjHWuNLQC/6Iv5bxcVF8okJIFA6XIVSj46kne1JkhOg9ZIL6l4hydP5eM8
wyS8egABhYGXdql/MIvpe8WZI0CBGvds694WYLxeOu2WCnwlIrBfyBRsnINxkmgt
Vb7hJ8eMK542m0cV/Z/Cqe/T2G6jy63a8spB6xIJVRjTD403lUmmfS5nEQJPNISd
2lKkyDOxRjIkQa/kpXETLPoifFGRF4QUDtSWSspp36SIq/se+gKDqHMyOuRs0RSn
tQd+E+D04CD3D3IRsPpH3RyaJLloMJK0XkvyBPv1wdVK+Xt4FF142JWMDpRWtYZ6
DlaG/fMovFZ35tvPANUduD0gVy+QfY9slOrXhevKe4kffwO/z890EwGDYFwyRNEL
8j2XeGr+XRlC6BBLWlQhIYyFtxg1grGpBEgoWA+opIoUPk5BaOPP8SrjQWOhsWjp
vNNQDoqqjEoQgT681LoJrGcqUN6Vcc8taAX6R79dqsk1qBXC6fDeGHVOVbmT+Uz6
l5cBIN+n5mk=
=0FXP
-----END PGP SIGNATURE-----
More information about the Oneiric-changes
mailing list