[ubuntu/precise] ifupdown 0.7~beta2ubuntu1 (Accepted)

Stephane Graber stgraber at ubuntu.com
Thu Jan 12 16:45:24 UTC 2012


ifupdown (0.7~beta2ubuntu1) precise; urgency=low

  * Resynchronise with Debian experimental.  Remaining changes
    (LP: #905660, LP: #850566, LP: #611877, LP: #678425):
    - ifupdown.nw: Use 100 as default route metric unless an explicit metric
      parameter is set in /etc/network/interface.
    - 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.
    - invoke dhclient3 with '-1', meaning it should exit failure if it does
      not receive a response in 60 seconds. (LP: #838968)
    - contrib/ifstate-check: Use /run/ntework/ifstate instead of
      /etc/network/run/ifstate
    - ifup.8: Update man page to indicate that Ubuntu uses /run
      and that it's always writable as it's a temporary filesystem
  * ifupdown.nw: When calling dhclient3, also use /var/lib/dhcp as
    dhclient3 is now a symlink to dhclient and /var/lib/dhcp3 no longer
    exists. (LP: #900234)
  * Mark ifupdown as Multi-Arch foreign
  * Replace remaining references to /var/run/network by /run/network
    (LP: #885506)

ifupdown (0.7~beta2) experimental; urgency=low

  * Put interfaces down in the reverse order than they were
    brought up (Closes: #477650).
  * Fix postinst issues with loopback interface naming
    (Closes: #572396, #545250).
  * Remove old .dpkg-old symlink (Closes: #639612).
  * Document some details on processing /etc/network/if-*.d directories.
  * Terminate ifup if it's still running when doing ifdown.
  * Finally migrate to /run/network.
  * Use FHS names for wvdial pid files (Closes: #255222).
  * Stop on run-parts failure (Closes: #547587).
  * Execute scripts before interface options on *-down (Closes: #346459).
  * Display missing variable name in the error message; make it also a bit
    less obscure (Closes: #502630).
  * Fix wvdial options description (Closes: #534181).
  * Specify interface label (Closes: #645813).
  * Add address scope option for static IPv4 and IPv6 setups.
  * Use FreeBSD version of route, thanks to Robert Millan (Closes: #646291).

ifupdown (0.7~beta1) experimental; urgency=low

  * Update the examples (Closes: #630551).
  * Remove Default-Stop from the LSB headers (Closes: #630506).
  * Add IPv4LL method (Closes: #204641).
  * Add initial DHCPv6 support.
  * Suggest isc-dhcp-client instead of dhcp3-client (Closes: #631414).
  * Support per-architecture build-time rule definitions.
  * Add a syntax (%iface/a/b%) to perform character replacement over
    variable values.
  * Accept VLAN interface names (Closes: #632902).
  * Update test cases.
  * Correct the spelling of the maintainer's last name.
  * Add partial kFreeBSD support (Closes: #630512).
  * Drop 'ifupdown-clean' init script (not needed any more with /run).

Date: Thu, 12 Jan 2012 10:25:30 +0100
Changed-By: Stéphane Graber <stgraber at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/precise/+source/ifupdown/0.7~beta2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 12 Jan 2012 10:25:30 +0100
Source: ifupdown
Binary: ifupdown
Architecture: source
Version: 0.7~beta2ubuntu1
Distribution: precise
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: 204641 255222 346459 477650 502630 534181 545250 547587 572396 630506 630512 630551 631414 632902 639612 645813 646291
Launchpad-Bugs-Fixed: 611877 678425 838968 850566 885506 900234 905660
Changes: 
 ifupdown (0.7~beta2ubuntu1) precise; urgency=low
 .
   * Resynchronise with Debian experimental.  Remaining changes
     (LP: #905660, LP: #850566, LP: #611877, LP: #678425):
     - ifupdown.nw: Use 100 as default route metric unless an explicit metric
       parameter is set in /etc/network/interface.
     - 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.
     - invoke dhclient3 with '-1', meaning it should exit failure if it does
       not receive a response in 60 seconds. (LP: #838968)
     - contrib/ifstate-check: Use /run/ntework/ifstate instead of
       /etc/network/run/ifstate
     - ifup.8: Update man page to indicate that Ubuntu uses /run
       and that it's always writable as it's a temporary filesystem
   * ifupdown.nw: When calling dhclient3, also use /var/lib/dhcp as
     dhclient3 is now a symlink to dhclient and /var/lib/dhcp3 no longer
     exists. (LP: #900234)
   * Mark ifupdown as Multi-Arch foreign
   * Replace remaining references to /var/run/network by /run/network
     (LP: #885506)
 .
 ifupdown (0.7~beta2) experimental; urgency=low
 .
   * Put interfaces down in the reverse order than they were
     brought up (Closes: #477650).
   * Fix postinst issues with loopback interface naming
     (Closes: #572396, #545250).
   * Remove old .dpkg-old symlink (Closes: #639612).
   * Document some details on processing /etc/network/if-*.d directories.
   * Terminate ifup if it's still running when doing ifdown.
   * Finally migrate to /run/network.
   * Use FHS names for wvdial pid files (Closes: #255222).
   * Stop on run-parts failure (Closes: #547587).
   * Execute scripts before interface options on *-down (Closes: #346459).
   * Display missing variable name in the error message; make it also a bit
     less obscure (Closes: #502630).
   * Fix wvdial options description (Closes: #534181).
   * Specify interface label (Closes: #645813).
   * Add address scope option for static IPv4 and IPv6 setups.
   * Use FreeBSD version of route, thanks to Robert Millan (Closes: #646291).
 .
 ifupdown (0.7~beta1) experimental; urgency=low
 .
   * Update the examples (Closes: #630551).
   * Remove Default-Stop from the LSB headers (Closes: #630506).
   * Add IPv4LL method (Closes: #204641).
   * Add initial DHCPv6 support.
   * Suggest isc-dhcp-client instead of dhcp3-client (Closes: #631414).
   * Support per-architecture build-time rule definitions.
   * Add a syntax (%iface/a/b%) to perform character replacement over
     variable values.
   * Accept VLAN interface names (Closes: #632902).
   * Update test cases.
   * Correct the spelling of the maintainer's last name.
   * Add partial kFreeBSD support (Closes: #630512).
   * Drop 'ifupdown-clean' init script (not needed any more with /run).
Checksums-Sha1: 
 f1c62dfec686d43f1e92d0106642c90ae620f689 1727 ifupdown_0.7~beta2ubuntu1.dsc
 0d9a869686ad071726a857fe2a2c585ddff56867 114451 ifupdown_0.7~beta2ubuntu1.tar.gz
Checksums-Sha256: 
 d3c2c28b60d717fdd415e166183409c127364542a3a6d944c35cc51cb235437d 1727 ifupdown_0.7~beta2ubuntu1.dsc
 3ee8a8db93f106a52f1e44644486ea6f6721afe63521d2ee9edce190dfafa583 114451 ifupdown_0.7~beta2ubuntu1.tar.gz
Files: 
 188f5d1a38531331611bd3cf99ef5e96 1727 admin important ifupdown_0.7~beta2ubuntu1.dsc
 17491485b5c21f308a5c4f3673deeb80 114451 admin important ifupdown_0.7~beta2ubuntu1.tar.gz
Original-Maintainer: Andrew O. Shadura <bugzilla at tut.by>

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

iQIcBAEBCgAGBQJPDwwNAAoJEMY4l01keS1nnw8QANmKxJl88Pc3lnlhAj0fS+uO
SWuJouEAsbXw2qI5UdrB7wjMnSL1tPaV+xyYGFX+KBqEVR22y9R8NDUCHIPSttQE
dCfJYll9FFLZjWts1YhjmRoMeYLXkLTFUjGXRIZb/9pX17HzdnHPFFQxHt+3joPx
wfiBNSS3DUw07d5cYXcDXbXzSZfNBRGtBIXWbkXBmbUFLwamABl17p/uylv0Lftq
1b0fAhscT6m7kCSD6/6/8GB6Vfi4BoHaNoLnvmTeENsGkMSFwJD1AATy6A44+TyU
0jCdpwyRysszH+uF3RT/NCZ0cmqxMP2mMZ7eY4T0lq34DEdc3gEr9koSPydbrqmz
tbni+8fpB4RrdEA0LUHDAP1c+8tq5YvHKnASAf5f2KoTl3QEIoVGCKzZkUGUP96N
UX7cG8I7ucTf074ue8yOU73fuAAh2F/HpdqMQMTcLWoUh7n9gbBPWQ6+qYIXj9hV
6Dg4EBZ3nkN2eMzmtQUFmG4dQqM8Fl89T6TkizBgmHUgF5wAo2uqP2xmk7rQk3+Y
GHgQ+IKit7Ap1nwa5anHMwstC8I4o7fb+SstIDdN9UDKKtCBckgFLppnlo1cNpiX
82mlfpLYCEGX6Euzl/XYEtA6aC11meAX89xcpZPkGxPuhlOfU5ObQfBuDLyFByk8
vns2ARJBmcGI+HM4cdrf
=NK6Z
-----END PGP SIGNATURE-----


More information about the Precise-changes mailing list