Change logs for ifupdown source package in Precise

  • ifupdown (0.7~beta2ubuntu11.1) precise-proposed; urgency=medium
    
      * Fix network-interface upstart job to bring up allow-hotplug devices.
        (LP: #1307429)
     -- Benjamin Drung <email address hidden>   Thu, 08 May 2014 17:00:41 +0200
  • ifupdown (0.7~beta2ubuntu11) precise; urgency=low
    
      [ Stéphane Graber ]
      * Allow setting the MTU and HWADDR on manual interfaces. (LP: #1294807)
     -- Chris J Arges <email address hidden>   Thu, 27 Mar 2014 11:34:01 -0500
  • ifupdown (0.7~beta2ubuntu10) precise-proposed; urgency=low
    
      * Backport a fix from upstream mercurial
        (http://anonscm.debian.org/hg/collab-maint/ifupdown/rev/fb3055c2c4f0)
        for a regression introduced by a93db3ecb8f0. LP: #1226067
    
    ifupdown (0.7~beta2ubuntu9) precise; urgency=low
    
      * Backport a fix from upstream mercurial
        (http://anonscm.debian.org/hg/collab-maint/ifupdown/rev/a93db3ecb8f0)
        for a race condition when updating the state file.  LP: #1160490
     -- Chris J Arges <email address hidden>   Mon, 16 Sep 2013 11:37:14 -0500
  • ifupdown (0.7~beta2ubuntu9) precise; urgency=low
    
      * Backport a fix from upstream mercurial
        (http://anonscm.debian.org/hg/collab-maint/ifupdown/rev/a93db3ecb8f0)
        for a race condition when updating the state file.  LP: #1160490
     -- Chris J Arges <email address hidden>   Tue, 20 Aug 2013 16:49:46 -0500
  • ifupdown (0.7~beta2ubuntu8) precise; urgency=low
    
      * Start networking upstart job on 'or container', to let us optimize the
        udevtrigger job.
     -- Steve Langasek <email address hidden>   Wed, 04 Apr 2012 17:27:03 -0700
  • ifupdown (0.7~beta2ubuntu7) precise; urgency=low
    
      [ Wookey ]
      * Use cross-compiler when cross-compiling (LP: #967227)
        Also merged upstream as:
        http://anonscm.debian.org/hg/collab-maint/ifupdown/rev/b21bc14d9109
    
      [ Stéphane Graber ]
      * Cherry pick commits from upstream to fix the broadcast address (LP: #924880)
        http://anonscm.debian.org/hg/collab-maint/ifupdown/rev/d31ffdb89dbb
        http://anonscm.debian.org/hg/collab-maint/ifupdown/rev/b996bb5866f5
        http://anonscm.debian.org/hg/collab-maint/ifupdown/rev/fbe3c242d6f8
        http://anonscm.debian.org/hg/collab-maint/ifupdown/rev/bdfd32ad6287
        http://anonscm.debian.org/hg/collab-maint/ifupdown/rev/d144dfdd7940
    
      * Detect bogus dns-nameservers line in /etc/network/interfaces and
        automatically comment them (LP: #932275)
     -- Stephane Graber <email address hidden>   Thu, 29 Mar 2012 17:39:32 -0400
  • ifupdown (0.7~beta2ubuntu6) precise; urgency=low
    
      * Fix previous upload.
      * Forgot to update the test suite in previous upload...
        Update debian/testbuild-linux to drop --exit-on-error.
     -- Stephane Graber <email address hidden>   Thu, 16 Feb 2012 10:50:53 -0500
  • ifupdown (0.7~beta2ubuntu5) precise; urgency=low
    
      * Revert upstream commit setting --exit-on-error to the run-parts call.
        Scripts still shouldn't exit non-zero unless they plan to stop the
        network configuration, but considering the amount of broken scripts
        out there, it was considered safer to ignore their return value for
        12.04.
        This change will be reverted in 12.10 when Debian also has the new
        ifupdown.
        http://anonscm.debian.org/hg/collab-maint/ifupdown/rev/2625e15a5fc2
     -- Stephane Graber <email address hidden>   Thu, 16 Feb 2012 10:17:56 -0500
  • ifupdown (0.7~beta2ubuntu4) precise; urgency=low
    
      * Add a new network-interface-container upstart job that will emit
        a fake net-device-added for the loopback interface on LXC
        and LXC-libvirt.
        This is needed as we don't get a udev event for the loopback interface
        and net-device-up won't be emitted for the loopback interface in the
        if-up.d hook (as it's supposed to be done in network-interface).
     -- Stephane Graber <email address hidden>   Sun, 12 Feb 2012 16:14:53 -0500
  • ifupdown (0.7~beta2ubuntu3) precise; urgency=low
    
      * More label fixes from upstream, don't bring down the parent
        when bringing down a label.
        http://anonscm.debian.org/hg/collab-maint/ifupdown/rev/f9cef973859e
        http://anonscm.debian.org/hg/collab-maint/ifupdown/rev/80a68bbbd45d
      * /etc/init/network-interface-security.conf was made a conffile in
        maverick. Update the check in postinst to fix upgrade from Oneiric.
        (LP: #918323)
      * Fix NetworkManager managed mode detection to look at
        /etc/NetworkManager/NetworkManager.conf instead of
        /etc/NetworkManager/nm-system-settings.conf (LP: #918354)
     -- Stephane Graber <email address hidden>   Wed, 18 Jan 2012 14:19:03 -0500
  • ifupdown (0.7~beta2ubuntu2) precise; urgency=low
    
      * Make sure we always call dhclient(3) with /var/lib/dhcp instead of
        /var/lib/dhcp3 (needed as dhclient3 is now a symlink to dhclient).
        (LP: #900234)
      * Fix typo in previous changelog entry (LP: #916263)
      * Automatically convert network-interface-security.conf to a conffile
        (LP: #917185)
     -- Stephane Graber <email address hidden>   Mon, 16 Jan 2012 17:54:26 -0500
  • 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).
     -- Stephane Graber <email address hidden>   Thu, 12 Jan 2012 10:25:30 +0100
  • ifupdown (0.7~alpha5.1ubuntu6) precise; urgency=low
    
      * debian/ifupdown.preinst: further conffile upgrade handling is needed
        for three files to get smooth upgrades from lucid (two of these were
        modified in a lucid SRU, one was modified in oneiric that previously
        didn't need special handling because the old and new checksums always
        matched).  LP: #903131.
     -- Steve Langasek <email address hidden>   Fri, 16 Dec 2011 23:16:47 -0800
  • ifupdown (0.7~alpha5.1ubuntu5) oneiric; urgency=low
    
      * use 'ifquery' in if-up.d/upstart rather than parsing interfaces
        manually. This fixes issue where devices with 'auto' but without a
        config stanza would be blocked on (LP: #850226).
     -- Scott Moser <email address hidden>   Wed, 14 Sep 2011 14:30:57 -0400