Change logs for ifupdown source package in Stretch

  • ifupdown (0.8.19) unstable; urgency=medium
    
      * Fix exit code of ifquery --state. Closes: #852976
    
     -- Guus Sliepen <email address hidden>  Mon, 30 Jan 2017 14:32:18 +0100
  • ifupdown (0.8.18) unstable; urgency=medium
    
      [ Svante Signell ]
      * Makefile: Add removal of tests/*/state.* directories in the clean target.
      * Update testcases for GNU/Hurd.
    
      [ Guus Sliepen ]
      * Use dynamically allocated strings for filenames. This avoids using
        PATH_MAX, which caused a FTBFS on Hurd. Based on Svante's patch.
        Closes: #845140
      * Fix some memory leaks.
      * Improve error messages.
      * Always immediately quit when running out of memory.
    
     -- Guus Sliepen <email address hidden>  Wed, 11 Jan 2017 20:43:06 +0100
  • ifupdown (0.8.16) unstable; urgency=medium
    
      * Fix FTBFS due to testcases using the host's state information.
    
     -- Guus Sliepen <email address hidden>  Thu, 22 Sep 2016 13:20:18 +0200
  • ifupdown (0.8.13) unstable; urgency=medium
    
      * Fix test suite on kFreeBSD. Closes: #826062
      * Check the return value of chdir() and ftruncate().
      * Clarify that scripts can be run with IFACE set to "--all".
        Closes: #826000
    
     -- Guus Sliepen <email address hidden>  Sat, 04 Jun 2016 14:08:54 +0200
  • ifupdown (0.8.12) unstable; urgency=medium
    
      * Add "nodad" to ip -6 addr add if dad-attempts is set to zero.
        Closes: #824686
      * Bump Standards-Version.
    
     -- Guus Sliepen <email address hidden>  Thu, 19 May 2016 15:36:02 +0200
  • ifupdown (0.8.11) unstable; urgency=medium
    
      [ Wido den Hollander ]
      * Wait properly for Link-Local Address to go through DAD.
    
      [ Imre Deak ]
      * Fix read_all_state when no state file exists. Closes: 819287
    
      [ Arthur Gautier ]
      * Implement link naming (ip link set alias)
    
      [ Martin Pitt <email address hidden> ]
      * Add autopkgtest for "allow-hotplug" interfaces. Closes: #814312
    
      [ Guus Sliepen ]
      * Bump Standards-Version.
    
     -- Guus Sliepen <email address hidden>  Thu, 21 Apr 2016 18:22:20 +0200
  • ifupdown (0.8.10) unstable; urgency=medium
    
      * Allow "hwaddress random" to generate a random MAC address.
      * Allow ifdown/ifquery when physical interface is not same as logical
        interface. 
    
     -- Guus Sliepen <email address hidden>  Fri, 22 Jan 2016 16:35:23 +0100
  • ifupdown (0.8.8) unstable; urgency=medium
    
      [ Martin Pitt ]
      * Fix ifquery crash if interface state file does not exist yet.
        (Closes: #810779, LP: #1532722)
      * ifup@.service: Avoid stopping on shutdown via stopping system-ifup.slice
        (changed behaviour in systemd 228). (Closes: #761909, LP: #1492546)
    
      [ Guus Sliepen ]
      * Remove quotes around TimeoutStartSec parameter. Closes: #810656
    
     -- Guus Sliepen <email address hidden>  Tue, 12 Jan 2016 23:50:29 +0100
  • ifupdown (0.8.6) unstable; urgency=medium
    
      * Remove the Breaks: udev (<< 228-3~) to work around a bug in udev's prerm
        script. Closes: #809658, #809743
      * Run ip link up on manual interfaces, but ignore any errors.
      * Use sysctl to set the IPv6-specific MTU of an interface. Closes: #809714
    
     -- Guus Sliepen <email address hidden>  Tue, 05 Jan 2016 15:57:45 +0100
  • ifupdown (0.7.54) unstable; urgency=medium
    
      [ Guus Sliepen ]
      * Adopting this package from Andrew Shadura. Closes: #786902
      * Converted the Mercurial repository to Git.
      * Clean up the source code (indentation, whitespace, remove some
        duplication, fix some warnings from cppcheck, clang, use C99, use const
        and static where possible, remove unused/obsolete files).
      * Prevent recursion using source and source-dir statements. Closes: #779786
      * Create /run/network if it doesn't exist. Closes: #681872
      * Bump Standards-Version.
      * Use [$arch-any] statements in debian/control for architecture-dependent
        Depends instead of conditionally calling dh_gencontrol from debian/rules.
      * Add -Wno-unused-parameters to CFLAGS in debian/rules.
      * Update debian/copyright and convert it to DEP-5 format.
      * Remove debian/README and debian/TODO, which are no longer relevant.
      * Update timestamp in manpages. Closes: #717266
      * Do not attempt to kill udhcpc if there is no pidfile. Closes: #744167
      * Add udev rule to allow rfkill for group netdev. Closes: #741454
    
      [ Yuriy Vostrikov ]
      * When using dhcpcd, pass the metric option. Closes: #784611
    
     -- Guus Sliepen <email address hidden>  Mon, 08 Jun 2015 23:39:41 +0200
  • ifupdown (0.7.53.1) unstable; urgency=medium
    
    
      * Update tests.
    
     -- Andrew Shadura <email address hidden>  Fri, 13 Mar 2015 13:18:59 +0100