Change logs for ifupdown source package in Trusty

  • ifupdown (0.7.47.2ubuntu4.5) trusty; urgency=medium
    
      * We are not even reading the contents of the per-interface state files
        when running ifquery, so there is no need to lock them. Not locking
        will allow ifquery to be called recursively from ifup and ifdown.
        (LP: #1701023)
    
     -- Dan Streetman <email address hidden>  Fri, 27 Apr 2018 09:03:18 -0400
  • ifupdown (0.7.47.2ubuntu4.4) trusty; urgency=medium
    
      * Fix false-positive recursion detection. (LP: #1545302)
    
     -- Dariusz Gadomski <email address hidden>  Wed, 17 Feb 2016 17:45:58 +0100
  • ifupdown (0.7.47.2ubuntu4.3) trusty; urgency=medium
    
      [ Martin Pitt ]
      * Fix ifquery crash if interface state file does not exist yet.
        (Closes: #810779, LP: #1532722)
    
     -- Dariusz Gadomski <email address hidden>  Tue, 12 Jan 2016 11:05:16 +0100
  • ifupdown (0.7.47.2ubuntu4.2) trusty; urgency=medium
    
      * Per-interface hierarchical locking. (LP: #1337873)
    
     -- Dariusz Gadomski <email address hidden>  Tue, 29 Sep 2015 14:14:03 +0200
  • ifupdown (0.7.47.2ubuntu4.1) trusty-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 16:41:11 +0200
  • ifupdown (0.7.47.2ubuntu4) trusty; urgency=medium
    
      * Update the previous fix to actually apply to the upgrade path we
        care about, saucy to trusty. (LP: #1283274)
     -- Stephane Graber <email address hidden>   Thu, 03 Apr 2014 22:15:20 -0400
  • ifupdown (0.7.47.2ubuntu3) trusty; urgency=medium
    
      * Fix the preinst to match the current networking.init. (LP: #1283274)
     -- Stephane Graber <email address hidden>   Thu, 03 Apr 2014 17:34:53 -0400
  • ifupdown (0.7.47.2ubuntu2) trusty; urgency=medium
    
      [ Stéphane Graber ]
      * 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)
    
      [ Dimitri John Ledkov ]
      * 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)
     -- Stephane Graber <email address hidden>   Wed, 19 Mar 2014 18:04:49 -0400
  • ifupdown (0.7.47.2ubuntu1) trusty; urgency=low
    
      * Merge from Debian. Remaining changes:
        - 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)
        - Remove /etc/default/networking as the upstart job doesn't use it and
          can't really use it without some significant changes (support exclusion
          lists in all the upstart jobs).
        - Add transition code for moving /etc/init.d/networking from netbase
          to ifupdown.
        - Make /etc/init.d/networking exit 1 immediately on Upstart system
          with an error message telling the user to use 'service'.
        - Always call dhclient with -1, Ubuntu carries a patch so that renewal
          won't time out.
        - 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.
        - Fix testbuild.linux (missing settle-dad.sh)
    
    ifupdown (0.7.47.2) unstable; urgency=low
    
      * Rebuild to avoid useless dependencies on sysv-rc and file-rc.
      * Don't pass deprecated arguments to update-rc.d.
     -- Stephane Graber <email address hidden>   Wed, 08 Jan 2014 16:48:32 -0500
  • ifupdown (0.7.47.1ubuntu1) trusty; urgency=low
    
      * Merge from Debian. Remaining changes:
        - 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)
        - Remove /etc/default/networking as the upstart job doesn't use it and
          can't really use it without some significant changes (support exclusion
          lists in all the upstart jobs).
        - Add transition code for moving /etc/init.d/networking from netbase
          to ifupdown.
        - Make /etc/init.d/networking exit 1 immediately on Upstart system
          with an error message telling the user to use 'service'.
        - Always call dhclient with -1, Ubuntu carries a patch so that renewal
          won't time out.
        - 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.
        - Fix testbuild.linux (missing settle-dad.sh)
    
    ifupdown (0.7.47.1) unstable; urgency=low
    
      * Depend on adduser (Closes: #730598).
    
    ifupdown (0.7.47) unstable; urgency=low
    
      * Don't use hardlinks for ifdown and ifquery.
      * Remove Petter from the Uploaders.
      * Ensure netdev group exists.
     -- Stephane Graber <email address hidden>   Mon, 02 Dec 2013 18:00:44 -0500
  • ifupdown (0.7.46.1ubuntu1) trusty; urgency=low
    
      * Merge from Debian. Remaining changes:
        - 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)
        - Remove /etc/default/networking as the upstart job doesn't use it and
          can't really use it without some significant changes (support exclusion
          lists in all the upstart jobs).
        - Add transition code for moving /etc/init.d/networking from netbase
          to ifupdown.
        - Make /etc/init.d/networking exit 1 immediately on Upstart system
          with an error message telling the user to use 'service'.
        - Always call dhclient with -1, Ubuntu carries a patch so that renewal
          won't time out.
        - 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.
      * Fix testbuild.linux (missing settle-dad.sh)
    
    ifupdown (0.7.46.1) unstable; urgency=low
    
      * Disable DHCP test on Hurd to make the package buildable again.
    
    ifupdown (0.7.46) unstable; urgency=low
    
      * Update copyrights.
      * Change /run/network ownership to root:netdev.
      * Drop now-empty Pre-Depends.
      * Add --state command to ifquery.
      * Update the init script to use --state.
     -- Stephane Graber <email address hidden>   Thu, 14 Nov 2013 16:21:04 -0500
  • ifupdown (0.7.45ubuntu1) trusty; urgency=low
    
      * Merge from Debian. Remaining changes:
        - 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)
        - Remove /etc/default/networking as the upstart job doesn't use it and
          can't really use it without some significant changes (support exclusion
          lists in all the upstart jobs).
        - Add transition code for moving /etc/init.d/networking from netbase
          to ifupdown.
        - Make /etc/init.d/networking exit 1 immediately on Upstart system
          with an error message telling the user to use 'service'.
        - Always call dhclient with -1, Ubuntu carries a patch so that renewal
          won't time out.
        - 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.
    
    ifupdown (0.7.45) unstable; urgency=low
    
      * Fix files enumeration in source-directory.
      * Lock a lockfile, not the statefile (Closes: #704003).
      * Bug fixes for Hurd (thanks to Justus Winter, closes: #720531)
        - Accept interface names in form /dev/* on Hurd.
        - Use inetutils-ifconfig, fix invocation of inetutils-ifconfig.
        - Sanitize pidfile name.
      * /lib/freebsd/route -> /sbin/route transition for kFreeBSD
        (Closes: #721629).
      * Set environment variables before running up and down commands.
      * Add DAD script (most probably closes: #705996).
      * Compat level 9.
      * Bump Standards Version to 3.9.4 (no changes).
     -- Stephane Graber <email address hidden>   Mon, 21 Oct 2013 13:28:07 -0400
  • ifupdown (0.7.44ubuntu3) saucy; 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
     -- Chris J Arges <email address hidden>   Mon, 16 Sep 2013 11:10:08 -0500