[ubuntu/quantal] ifupdown 0.7~rc2+experimentalubuntu1 (Accepted)

Stephane Graber stgraber at ubuntu.com
Thu May 3 03:05:21 UTC 2012


ifupdown (0.7~rc2+experimentalubuntu1) quantal; 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.
    - 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)
    - debian/postinst: If the loopback interface is missing from the config
      in /etc/network/interfaces, add it on upgrade.
    - Add jobs and hooks for upstart, don't install ifupdown's
      /etc/init.d/networking (using net-base's for now)

ifupdown (0.7~rc2+experimental) experimental; urgency=low

  * Try to bring hotplug interfaces up on initscript restart
    action as well.
  * Don't call ifup when there are no interfaces to bring up
    (Closes: #670145).

ifupdown (0.7~rc1+experimental) experimental; urgency=low

  * Prefer isc-dhcp-client to dhcp3-client (also closes: #422885).
  * Let dhclient fail when no lease can be acquired (Closes: #420784).
  * Raise command-line options priority over /etc/network/interfaces
    (Closes: #657743).
  * Prevent aliases and VLANs from putting the main interface down
    (Closes: #656270).
  * Make iproute2 calculate the broadcast address (LP: #924880).
  * Shut udhcpc down correctly (Closes: #338348).
  * Update the rules according to /run migration.
  * Pass hardening flags from dpkg-buildflags (Closes: #661243).
  * Implement ifquery interface (Closes: #568479).
    - Make ifquery process mappings (LP: #850166).
    - Ensure ifquery always has no_act turned on.
  * Change --all behaviour:
    - If ifup or ifquery is called with the --all option, if doesn't just
      bring up all interfaces marked as "auto", but all interfaces of a
      specified class, "auto" by default. For the most uses, this doesn't
      change anything, but lets all the interfaces of a specific class to be
      brought up or queried.
  * Support cross-compilation, move Debian-specific things out of
    the Makefile (Closes: #666084).
  * Take networking init script over from netbase package.
    - Add reload action which reconfigures all interfaces currently
      configured.
    - Add LSB Description field.
    - Remove /usr from PATH.
    - Merge ifupdown initscript in.
    - Improve warning messages.
    - Don't use redirection hacks when parsing /proc/mounts and /proc/swap.
    - Document all supported subcommands.
    - On start, try to configure hotplug interfaces if they seem to be ready.
      Ignore errors if they fail to configure for some reason (for example,
      if the interface happens to be renamed by udev before it's fully
      configured).
    - Override Lintian's false positives.
  * Remove /etc/default/ifupdown.
  * Call hook scripts when processing all interfaces:
    - If ifupdown is called with the --all option, before or after doing
      anything to the interfaces, it calls all the hook scripts (pre-up or
      down) with IFACE set to "--all", LOGICAL set to the current class
      specified by the --allow option (or "auto" if it's not set),
      ADDRFAM="meta" and METHOD="none".
  * Fix IPv6 issue on kFreeBSD.
  * Update test suite.
  * Improve manual pages.
  * Bump Standards-Version to 3.9.3.
  * Also closes: #535226:
    - In 0.7~alpha5, "auto" method has been added.

Date: Wed, 02 May 2012 22:55:36 -0400
Changed-By: Stéphane Graber <stgraber at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/quantal/+source/ifupdown/0.7~rc2+experimentalubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 02 May 2012 22:55:36 -0400
Source: ifupdown
Binary: ifupdown
Architecture: source
Version: 0.7~rc2+experimentalubuntu1
Distribution: quantal
Urgency: low
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: 338348 420784 422885 535226 568479 656270 657743 661243 666084 670145
Launchpad-Bugs-Fixed: 281984 850166 924880
Changes: 
 ifupdown (0.7~rc2+experimentalubuntu1) quantal; 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.
     - 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)
     - debian/postinst: If the loopback interface is missing from the config
       in /etc/network/interfaces, add it on upgrade.
     - Add jobs and hooks for upstart, don't install ifupdown's
       /etc/init.d/networking (using net-base's for now)
 .
 ifupdown (0.7~rc2+experimental) experimental; urgency=low
 .
   * Try to bring hotplug interfaces up on initscript restart
     action as well.
   * Don't call ifup when there are no interfaces to bring up
     (Closes: #670145).
 .
 ifupdown (0.7~rc1+experimental) experimental; urgency=low
 .
   * Prefer isc-dhcp-client to dhcp3-client (also closes: #422885).
   * Let dhclient fail when no lease can be acquired (Closes: #420784).
   * Raise command-line options priority over /etc/network/interfaces
     (Closes: #657743).
   * Prevent aliases and VLANs from putting the main interface down
     (Closes: #656270).
   * Make iproute2 calculate the broadcast address (LP: #924880).
   * Shut udhcpc down correctly (Closes: #338348).
   * Update the rules according to /run migration.
   * Pass hardening flags from dpkg-buildflags (Closes: #661243).
   * Implement ifquery interface (Closes: #568479).
     - Make ifquery process mappings (LP: #850166).
     - Ensure ifquery always has no_act turned on.
   * Change --all behaviour:
     - If ifup or ifquery is called with the --all option, if doesn't just
       bring up all interfaces marked as "auto", but all interfaces of a
       specified class, "auto" by default. For the most uses, this doesn't
       change anything, but lets all the interfaces of a specific class to be
       brought up or queried.
   * Support cross-compilation, move Debian-specific things out of
     the Makefile (Closes: #666084).
   * Take networking init script over from netbase package.
     - Add reload action which reconfigures all interfaces currently
       configured.
     - Add LSB Description field.
     - Remove /usr from PATH.
     - Merge ifupdown initscript in.
     - Improve warning messages.
     - Don't use redirection hacks when parsing /proc/mounts and /proc/swap.
     - Document all supported subcommands.
     - On start, try to configure hotplug interfaces if they seem to be ready.
       Ignore errors if they fail to configure for some reason (for example,
       if the interface happens to be renamed by udev before it's fully
       configured).
     - Override Lintian's false positives.
   * Remove /etc/default/ifupdown.
   * Call hook scripts when processing all interfaces:
     - If ifupdown is called with the --all option, before or after doing
       anything to the interfaces, it calls all the hook scripts (pre-up or
       down) with IFACE set to "--all", LOGICAL set to the current class
       specified by the --allow option (or "auto" if it's not set),
       ADDRFAM="meta" and METHOD="none".
   * Fix IPv6 issue on kFreeBSD.
   * Update test suite.
   * Improve manual pages.
   * Bump Standards-Version to 3.9.3.
   * Also closes: #535226:
     - In 0.7~alpha5, "auto" method has been added.
Checksums-Sha1: 
 1a3cfb606e262e731b7dfd5db24bff77c9e27d84 1764 ifupdown_0.7~rc2+experimentalubuntu1.dsc
 06d6677444f392fff2e9bc4dc7b5751c5e1db0ff 119002 ifupdown_0.7~rc2+experimentalubuntu1.tar.gz
Checksums-Sha256: 
 70865992bf403ee8326579dd4ac38b3952ac91371702baa4cb47a1f2c91bdc2b 1764 ifupdown_0.7~rc2+experimentalubuntu1.dsc
 22cfb8adff4ba33fc4343ee0efea690662100c02e3129f0955bf4daa1fc90b93 119002 ifupdown_0.7~rc2+experimentalubuntu1.tar.gz
Files: 
 e74901cb1c382dac8381d2b389753d73 1764 admin important ifupdown_0.7~rc2+experimentalubuntu1.dsc
 0ee13c66ed6a9715b400b613e6b1d913 119002 admin important ifupdown_0.7~rc2+experimentalubuntu1.tar.gz
Original-Maintainer: Andrew O. Shadura <bugzilla at tut.by>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCgAGBQJPofO+AAoJEMY4l01keS1nJ48QANXQT3v1Xb5BIVp3rd2rkoAi
lFVPdDlB/Zax6UVtEzJtBkRzk82fQUf6lYzEc68RT1XDvWP2OXPcqfQ5D6h+qdSV
nKIOdDIX2SyiZ9Qqf+bE1R3sgP/nMp342Q8g3CcSsBfWxDDGlaNbi5ojY5X52QYk
I7E0vGK9jxl82+6FXCw0D7TzlfjGtlOwyjTJmgA0QtKRvXKHXE+v26snx0/A1SIX
g06A0wB2zQvVpq18oD4Hdfvl4hV3DHUojkYmpMjpmn6LYW4J+LbeXDXPNpzVJOxy
/OlSy2w0K2TOeQ4GdgOHHmPnKSGKgDO7DHgZizEy+v5dl3O8ADQFL12FWFVTS7dB
55qQCWOrSYZt9hL0EkENGQ+hxHO9zNqgJBrzlDQ+ye9Ep7+JSKKpWY27Uq1uuN1S
TTvd7n8b9BeGhrFMBzMEoMJvD+WE5dhQQem6sOfpiSdcfTOEnJyk/whSHYuG+usG
oF7YyipziVJe7Ty8CKDehqW3fvWJLPYwxpxtTWdUe9mwvqrqAAmgh36c3nruiXP/
HDEs0NR0YGgTPUndi1Xhp0P2Z6ktFA2MZoV0PtDMu2kONmY1wBpMZOftMdtrr8Xt
nzgc1Y4iS/C0baOk/ahoF09HvwdH3fVEoxLDx3/MIlPrAEVZJOqAu7zXA358X2gW
+ORSiCk5s6UPJKWYGzTT
=wyuq
-----END PGP SIGNATURE-----


More information about the Quantal-changes mailing list