[ubuntu/quantal-proposed] ifupdown 0.7ubuntu1 (Accepted)

Stephane Graber stgraber at ubuntu.com
Tue Jul 3 15:05:30 UTC 2012


ifupdown (0.7ubuntu1) quantal-proposed; urgency=low

  * Resynchronise with Debian experimental.  Remaining changes:
    (LP: #298488, LP: #663352)
    - 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.
  * Cherry-pick commit 011d5904c09d from upstream, fixing cases where the
    error messages wouldn't be triggered (caused test failure).
  * Cherry-pick commit 7c1a226cc995 from upstream, adds support for two
    options on dhcpv6 (accept_ra and autoconf) (LP: #1013597)
  * Cherry-pick commit 5af7e814faee from upstream, fixing a failure in the
    example script generate-interfaces.pl (LP: #286808)
  * Cherry-pick commit a1f8efc4d93f from upstream, add --no-scripts as a
    parameter to ifup/ifdown, allowing the user to bypass the the scripts
    in /etc/network/if-*.d/ (LP: #258782)

ifupdown (0.7) unstable; urgency=low

  * Accept duplicate options in /etc/network/interfaces, join them using
    a newline as a delimiter.
  * If an interface isn't defined, but mentioned in auto or allow statement,
    don't mention it in ifquery output.
  * Change shortcut for --exclude to -X (was -e previously).
  * Make ifquery return false if the interface isn't defined.
  * Fix typos in the changelog.
  * Calculate broadcast address internally.
  * Allow concurrent netmask specification in both address (using CIDR
    notation) and netmask for IPv6 (Closes: #674775).
  * Add preferred-lifetime setting for IPv6.
  * Pass -w and -e options to sysctl so we still can configure an interface
    even if IPv6 SLAAC options can't be set for some reason.
  * Port to GNU/Hurd (thanks to Svante Signell, closes: #296115).
  * Chdir to root when executing external programs (Closes: #361964).
  * Remove updetach from PPP method (Closes: #675016).
  * Configure hotplug interfaces only if they're running (thanks to Evgeni
    Golov, closes: #673658).
  * Rewrite NEWS file (Closes: #673688).
  * Update examples (Closes: #340992).
  * Update tests.
  * Update README.

ifupdown (0.7~rc3) unstable; urgency=low

  * Upload to unstable.
  * Don't refer to README from netbase any more.
  * Internal changes:
    - Make set_variable() able to set variables conditionally.
    - Improve conversions interface.
    - Add some support for interface link configuration.
    - Don't leak memory in some functions.
  * Configure VLANs automatically (Closes: #520436).
  * Calculate netmask internally, so even if a user haven't supplied
    one or have used CIDR notation, hook scripts will have it properly
    specified in IF_NETMASK environment variable.
  * Declare Breaks/Replaces relationship against netbase << 5.0.
  * Merge changes from Ubuntu (thanks to Stéphane Graber):
    - Mark package as Multi-Arch: foreign.
    - Update statefile paths in the 'contrib' scripts and in the
      noweb source.
  * Temporarily unapply patch for #547587.
  * Update tests.

Date: Thu, 28 Jun 2012 17:21: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/quantal/+source/ifupdown/0.7ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 28 Jun 2012 17:21:45 -0400
Source: ifupdown
Binary: ifupdown
Architecture: source
Version: 0.7ubuntu1
Distribution: quantal-proposed
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: 296115 340992 361964 520436 673658 673688 674775 675016
Launchpad-Bugs-Fixed: 258782 281984 286808 298488 663352 1013597
Changes: 
 ifupdown (0.7ubuntu1) quantal-proposed; urgency=low
 .
   * Resynchronise with Debian experimental.  Remaining changes:
     (LP: #298488, LP: #663352)
     - 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.
   * Cherry-pick commit 011d5904c09d from upstream, fixing cases where the
     error messages wouldn't be triggered (caused test failure).
   * Cherry-pick commit 7c1a226cc995 from upstream, adds support for two
     options on dhcpv6 (accept_ra and autoconf) (LP: #1013597)
   * Cherry-pick commit 5af7e814faee from upstream, fixing a failure in the
     example script generate-interfaces.pl (LP: #286808)
   * Cherry-pick commit a1f8efc4d93f from upstream, add --no-scripts as a
     parameter to ifup/ifdown, allowing the user to bypass the the scripts
     in /etc/network/if-*.d/ (LP: #258782)
 .
 ifupdown (0.7) unstable; urgency=low
 .
   * Accept duplicate options in /etc/network/interfaces, join them using
     a newline as a delimiter.
   * If an interface isn't defined, but mentioned in auto or allow statement,
     don't mention it in ifquery output.
   * Change shortcut for --exclude to -X (was -e previously).
   * Make ifquery return false if the interface isn't defined.
   * Fix typos in the changelog.
   * Calculate broadcast address internally.
   * Allow concurrent netmask specification in both address (using CIDR
     notation) and netmask for IPv6 (Closes: #674775).
   * Add preferred-lifetime setting for IPv6.
   * Pass -w and -e options to sysctl so we still can configure an interface
     even if IPv6 SLAAC options can't be set for some reason.
   * Port to GNU/Hurd (thanks to Svante Signell, closes: #296115).
   * Chdir to root when executing external programs (Closes: #361964).
   * Remove updetach from PPP method (Closes: #675016).
   * Configure hotplug interfaces only if they're running (thanks to Evgeni
     Golov, closes: #673658).
   * Rewrite NEWS file (Closes: #673688).
   * Update examples (Closes: #340992).
   * Update tests.
   * Update README.
 .
 ifupdown (0.7~rc3) unstable; urgency=low
 .
   * Upload to unstable.
   * Don't refer to README from netbase any more.
   * Internal changes:
     - Make set_variable() able to set variables conditionally.
     - Improve conversions interface.
     - Add some support for interface link configuration.
     - Don't leak memory in some functions.
   * Configure VLANs automatically (Closes: #520436).
   * Calculate netmask internally, so even if a user haven't supplied
     one or have used CIDR notation, hook scripts will have it properly
     specified in IF_NETMASK environment variable.
   * Declare Breaks/Replaces relationship against netbase << 5.0.
   * Merge changes from Ubuntu (thanks to Stéphane Graber):
     - Mark package as Multi-Arch: foreign.
     - Update statefile paths in the 'contrib' scripts and in the
       noweb source.
   * Temporarily unapply patch for #547587.
   * Update tests.
Checksums-Sha1: 
 b8c8fa8ae18ea8b9aee11284df1ce454012b1a8f 1682 ifupdown_0.7ubuntu1.dsc
 aa51c49d9ffba7504a8e4a35817d33f0a80a21b8 124189 ifupdown_0.7ubuntu1.tar.gz
Checksums-Sha256: 
 d341d0edb2d1aef797bbe7422bab1d66561713717a29ff343f3660abb17cd9b8 1682 ifupdown_0.7ubuntu1.dsc
 ef33c8f977d6df672885842133367c4b09fcd57047b77ed2fc21b3fcbabb29dd 124189 ifupdown_0.7ubuntu1.tar.gz
Files: 
 5c5ff101542bc21adb23e5d2dc97f945 1682 admin important ifupdown_0.7ubuntu1.dsc
 7c37d6a3fdd49e3aff582568b98bc435 124189 admin important ifupdown_0.7ubuntu1.tar.gz
Original-Maintainer: Andrew O. Shadura <bugzilla at tut.by>

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

iQIcBAEBCgAGBQJP8wnUAAoJEMY4l01keS1nEN8QAJf74jdeAQ9DFbyzvw0Ca+W2
24cfEgCmOE0XGuqXEoPurYfhn6C4nKamXXqSThbYOYoJlZF1kVU4B2pbc9Q5/8LH
FRNS/vHslfFfUWaBnkjIyV29Ifqtdsq7BQ90gVC6naMPo5BuGJP07hdWlCzentNU
0Xr/bWigsyKrqGPnr0UqCxhVWQ9lLGR7TB8JbJTZIko4lz6M5bGpuJqEBLqZ7hAi
pmo4nPbGi1+vp12FHOJKbm9P6/FlII3zOPfemlCjXmYTFAbm06E4j9zS3K9vL6NH
3vHC2qvtsYp6d4FRa6+Qhk8LHD98NKhmrdocPbqsRZOmgqybakSO/YYBi+Dz5wno
egyVGtQNNqodnlOJ+uHKiCcTj0Y09pfoDEJ6Py7qCejbPkPk+rXE+ontcThP/Gei
OU0+q/e11dUd1peW1sCUhThk4uazpJ7PcxJFLNn6m135FW+gSH2qqUHiIPoAkj5L
TTajSp1gPs9aT3JGe6luyi4z+f0rE5yTnOe8QQ7MjJR0ODzxiSM2gq00GiYjWKjP
w4jK6CNBIM3JxQLGaSa4zVn9PtTHv0+Y8F38KhKyfC46qMxndgmK8+vwvRalJtzq
oReM392DaA1RPysjwdgW0dBFmfFYxw9DriUTbRPiW92I2HwGPp8k3neKpBf+nTHY
J/CcLNVrtmdkTfhMw0Yw
=v/or
-----END PGP SIGNATURE-----


More information about the Quantal-changes mailing list