[ubuntu/utopic-proposed] ifupdown 0.7.48.1ubuntu1 (Accepted)

Stephane Graber stgraber at ubuntu.com
Thu May 1 23:03:13 UTC 2014


ifupdown (0.7.48.1ubuntu1) utopic; urgency=medium

  [ Stéphane Graber ]
  * Merge from Debian. Remaining changes:
    - Add transition code for moving /etc/init.d/networking from netbase
      to ifupdown.
    - On upgrade from 0.7.5ubuntu4, handle the fact that our unmodified
      conffile may have a mismatch in the dpkg database and manually
      shuffle the file around on upgrade.  LP: #1217263.
    - 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)
    - Also enable network-interface-container for OpenVZ. (LP: #1294155)
    - Update networking.init to exit 1 on reload when on an upstart system.
    - Pass --force to ifdown in network-interface to silence errors on
      non-existing interfaces. (LP: #1295620)
    - Prevent the ability to stop or restart networking service
      interactively. As that is not supported. Networking job is only stopped
      during shutdown sequence. (LP: #1072518)
  * Dropped NetworkManager.conf support, the NetworkManager
    ifupdown:managed mode was never really supported and this causes quite a
    massive delta on ifupdown's side.
    If you do use that option at the moment, you will need to decide
    between managing the interface with NetworkManager (removing it from
    interfaces) or managing it with ifupdown (removing ifupdown:managed=true
    and the interface from NM).
  * Stopped removing /etc/default/networking. The file still won't be
    used as the upstart jobs don't parse it but there wasn't a good reason
    to carry this as a delta.

  [ Benjamin Drung ]
  * Fix network-interface upstart job to bring up allow-hotplug devices.
    (LP: #1307429)

ifupdown (0.7.48.1) unstable; urgency=low

  * Add --ignore-errors option.
  * Handle errors correctly during interface deconfiguration.

ifupdown (0.7.48) unstable; urgency=low

  * Ignore statuses on down, don't ignore them on up.
      When configuring an interface, it's important for all commands
      to succeed, so if anything fails, interface isn't marked as
      configured. When deconfiguring it, however, we should do our
      best we can to deconfigure it, so if something fails, that's
      not the reason to stop trying.
      Closes: #360806, #547587, #562962, #700811.
  * Disable tests for DAD.
  * Fix hurd static script with IPv6 support (Closes: #737084).
  * Support preferred lifetime setting for tunnels (Closes: #735534).
  * Provide an alternative iproute dependency to make backporting easier.
  * Default to accept_ra=2 for inet6/auto (Closes: #739993, LP: #1260241)

Date: Thu, 01 May 2014 19:01:35 -0400
Changed-By: Stéphane Graber <stgraber at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/utopic/+source/ifupdown/0.7.48.1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 01 May 2014 19:01:35 -0400
Source: ifupdown
Binary: ifupdown
Architecture: source
Version: 0.7.48.1ubuntu1
Distribution: utopic
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: 360806 547587 562962 700811 735534 737084 739993
Launchpad-Bugs-Fixed: 1072518 1217263 1260241 1294155 1294807 1295304 1295620 1307429
Changes: 
 ifupdown (0.7.48.1ubuntu1) utopic; urgency=medium
 .
   [ Stéphane Graber ]
   * Merge from Debian. Remaining changes:
     - Add transition code for moving /etc/init.d/networking from netbase
       to ifupdown.
     - On upgrade from 0.7.5ubuntu4, handle the fact that our unmodified
       conffile may have a mismatch in the dpkg database and manually
       shuffle the file around on upgrade.  LP: #1217263.
     - 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)
     - Also enable network-interface-container for OpenVZ. (LP: #1294155)
     - Update networking.init to exit 1 on reload when on an upstart system.
     - Pass --force to ifdown in network-interface to silence errors on
       non-existing interfaces. (LP: #1295620)
     - Prevent the ability to stop or restart networking service
       interactively. As that is not supported. Networking job is only stopped
       during shutdown sequence. (LP: #1072518)
   * Dropped NetworkManager.conf support, the NetworkManager
     ifupdown:managed mode was never really supported and this causes quite a
     massive delta on ifupdown's side.
     If you do use that option at the moment, you will need to decide
     between managing the interface with NetworkManager (removing it from
     interfaces) or managing it with ifupdown (removing ifupdown:managed=true
     and the interface from NM).
   * Stopped removing /etc/default/networking. The file still won't be
     used as the upstart jobs don't parse it but there wasn't a good reason
     to carry this as a delta.
 .
   [ Benjamin Drung ]
   * Fix network-interface upstart job to bring up allow-hotplug devices.
     (LP: #1307429)
 .
 ifupdown (0.7.48.1) unstable; urgency=low
 .
   * Add --ignore-errors option.
   * Handle errors correctly during interface deconfiguration.
 .
 ifupdown (0.7.48) unstable; urgency=low
 .
   * Ignore statuses on down, don't ignore them on up.
       When configuring an interface, it's important for all commands
       to succeed, so if anything fails, interface isn't marked as
       configured. When deconfiguring it, however, we should do our
       best we can to deconfigure it, so if something fails, that's
       not the reason to stop trying.
       Closes: #360806, #547587, #562962, #700811.
   * Disable tests for DAD.
   * Fix hurd static script with IPv6 support (Closes: #737084).
   * Support preferred lifetime setting for tunnels (Closes: #735534).
   * Provide an alternative iproute dependency to make backporting easier.
   * Default to accept_ra=2 for inet6/auto (Closes: #739993, LP: #1260241)
Checksums-Sha1: 
 7bdf6d41f5de3ee4e82fa21740b36e9909972f24 1635 ifupdown_0.7.48.1ubuntu1.dsc
 b7fda8a9b7027a569d19c38cca1b23ef723808f2 100621 ifupdown_0.7.48.1ubuntu1.tar.gz
Checksums-Sha256: 
 2d498dcf91157502445309adf896e5b9a203e118a18a2606779ce6789f8cdf67 1635 ifupdown_0.7.48.1ubuntu1.dsc
 3610f3d8a5a2b6a7a883dfef920dc4f926ad93e8b8f6ca5386955cea0e427aa7 100621 ifupdown_0.7.48.1ubuntu1.tar.gz
Files: 
 2635e4fc5fd8443603efc1389f539753 1635 admin important ifupdown_0.7.48.1ubuntu1.dsc
 648b086fc2240a62c9f4da47657a7994 100621 admin important ifupdown_0.7.48.1ubuntu1.tar.gz
Original-Maintainer: Andrew Shadura <andrewsh at debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJTYtJjAAoJEMY4l01keS1nd4oP/0FoEkHn/W+h3CDEXph6tQUi
4mVB1HRpkmWebQsAFRcKld9NmLR8gv51PikdBIqdMR9wnSglUKKJEgxGN0AU5aYU
y/chd9vSm1uQkDPJHwKZKlKrsvHfdfV02AjqudJhOjJgDvrLHeCRKUF81ZobAe6J
qorJ3ESzQ6OCIadu/bRof8QUpABYLfCPbNo7T9mUFC7YyGZlZsK5YwP9CTgdLQ9b
doKADOp2OsnqTqaUhkVDsM+ZrmcTKzqCWzLuW3OhjSgeqGF4Z0SUzESo2Y3U86Sz
zb/sYOyq2ZnDI0302bkyi9anWyDc90uVwO14sooIv+5aZI0FB3QjMWx4tPFm4Qks
moRhu9ifJzS7VxNir0b6wj14yAZSh19t7fQa6DWJzADRD7UhB1ULaiEPTG54bZuG
dw+0/WVEFi/2qwgyTsv3SXX61pdhLqI6PumSSQTt66Tslg5ynvObspGSkSYC1Urr
a+INrN7LVFd3v8qBKHFNQWFHyYob2apWEJhXd8GPfLKMYWVN10o2vosiFCQGho7y
CVz94eK9tLHzqM/EJnfqufbvWpfpXoRFwt4cyfNSH1N1LcJpdzHOfkhoqR4iqYa+
stZWwl0PEbJsQUCYZmvu7AU/ngWiy33Hun1Pag2dHQD9J9EeqXuhKCt8LZh8qEry
rIycc6HPUK0mAiXwPBWn
=UPcy
-----END PGP SIGNATURE-----


More information about the Utopic-changes mailing list