Change logs for netcfg source package in Vivid

  • netcfg (1.127ubuntu1) vivid; urgency=medium
    
      [ Mathieu Trudel-Lapierre ]
      * Resynchronise with Debian.  Remaining changes:
        - Set default hostname to 'ubuntu'.
        - Set priority for get_domain to high for static configurations.
        - Set priority for get_domain to medium for non-static configurations.
        - Use 'auto <interface>' for all interfaces, dropping allow-hotplug
          which doesn't work with current udev.
        - Set DHCP and DHCPv6 timeout to 30s.
        - Use isc-dhcp-client-udeb on all architectures.
        - Flush all addresses and routes before configuring interfaces
          (LP: #848072)
        - Don't copy /etc/resolv.conf to target if resolvconf is installed.  (We
          already write resolvconf configuration to /etc/network/interfaces.)
        - Add a post-base-install hook to detect resolvconf and copy
          /run/resolvconf/resolv.conf to outside the target so that when /run is
          bind-mounted DNS resolving continues to work. (LP: #926447)
        - Apply patch from Alec Warner making netcfg respect
          netcfg/dhcpv6_timeout and running dhclient in one-shot mode (-1).
          (LP: #917905)
        - Fix FTBFS by checking the return value of fgets and fscanf.
        - Fix nm-conf to generate a valid NetworkManager static configuration
          file.
        - Always allow fe80::/64 for the default gateway. (LP: #1382295)
    
    netcfg (1.128) UNRELEASED; urgency=medium
    
      * Pacify GCC 5 misdetecting link_waits as uninitialised (closes: #778023).
    
    netcfg (1.127) unstable; urgency=medium
    
      * Add support for /etc/network/interfaces.d/ by adding a "source"
        directive (Closes: #770078). It can be replaced with a
        "source-directory" one during the next release cycle.
    
    netcfg (1.126) unstable; urgency=low
    
      [ Updated translations ]
      * Spanish (es.po) by Javier Fernández-Sanguino Peña
      * Simplified Chinese (zh_CN.po) by YunQiang Su
    
    netcfg (1.125) unstable; urgency=medium
    
      * Re-upload without stray files.
    
    netcfg (1.124) unstable; urgency=low
    
      [ Updated translations ]
      * Galician (gl.po) by Jorge Barreiro
    
    netcfg (1.123) unstable; urgency=medium
    
      * Fix missing bounds check on nameserver array iteration, leading to a
        crash when 4 (or more) nameservers are available (Closes: #768218).
        Thanks, Kjell Braden, for the bug report, patch, and tests!
    
    netcfg (1.122) unstable; urgency=medium
    
      * netcfg-static.c: call netcfg_interface_init() on struct
        netcfg_interface before using it to avoid calling free() on a random
        pointer.
    
    netcfg (1.121) unstable; urgency=low
    
      [ Updated translations ]
      * Turkish (tr.po) by Mert Dirik
    
    netcfg (1.120) unstable; urgency=medium
    
      [ Steven Chamberlain ]
      * Do not kill_dhcp_client after setting the hostname and domain,
        otherwise Linux udhcpc will stop renewing its lease, and on other
        platforms dhclient will de-configure the network interface
        (Closes: #757711, #757988)
    
    netcfg (1.119ubuntu2) utopic; urgency=medium
    
      * Always allow fe80::/64 for the default gateway. (LP: #1382295)
     -- Mathieu Trudel-Lapierre <email address hidden>   Fri, 06 Mar 2015 10:36:15 -0500
  • netcfg (1.119ubuntu2) utopic; urgency=medium
    
      * Always allow fe80::/64 for the default gateway. (LP: #1382295)
     -- Stephane Graber <email address hidden>   Mon, 20 Oct 2014 13:08:39 -0400