Change logs for resolvconf source package in Trusty

  • resolvconf (1.69ubuntu1.4) trusty-proposed; urgency=medium
    
      * Read and apply dns information written by initramfs if
        using rooturl (root=http* on the command line) (LP: #1735225)
    
     -- Scott Moser <email address hidden>  Wed, 29 Nov 2017 14:08:30 -0500
  • resolvconf (1.69ubuntu1.3) trusty-proposed; urgency=medium
    
      * Fix bad shell syntax in newly added
        /lib/resolvconf/net-interface-handler (LP: #1711760)
    
    resolvconf (1.69ubuntu1.2) trusty-proposed; urgency=medium
    
      * support reading dns information written by initramfs. (LP: #1711760)
    
     -- Scott Moser <email address hidden>  Wed, 08 Nov 2017 15:47:00 -0500
  • resolvconf (1.69ubuntu1.2) trusty-proposed; urgency=medium
    
      * support reading dns information written by initramfs. (LP: #1711760)
    
     -- Scott Moser <email address hidden>  Tue, 07 Nov 2017 15:14:20 -0500
  • resolvconf (1.69ubuntu1.1) trusty-proposed; urgency=medium
    
      * debian/preinst: On 12.04 LTS the system works without /etc/resolv.conf.
        Upon upgrading such a system to 14.04 LTS network stops working.
        Therefore, create a symlink upon upgrade from resolvconf <= 1.64 in the
        case that /etc/resolv.conf does not exist at all. (LP: #1308378)
     -- Timo Jyrinki <email address hidden>   Thu, 17 Apr 2014 14:45:17 +0300
  • resolvconf (1.69ubuntu1) raring; urgency=low
    
      * Merge from Debian. Remaining changes: (LP: #1085756)
        - Make /etc/resolv.conf a relative symlink so that it works when
          setting up chroots.
        - Instead of throwing an error that aborts the upgrade when
          /etc/resolv.conf is immutable, pop a debconf error message to let the
          user know what's happening, then clear the immutable flag and continue
          with the installation.  LP: #989585.
        - debian/config, debian/templates, debian/postinst: if we don't know that
          /etc/resolv.conf was being dynamically managed before install (in at
          least some cases), link the original contents of /etc/resolv.conf to
          /etc/resolvconf/resolv.conf.d/tail so that any statically configured
          nameservers aren't lost.  LP: #923685.
        - Use an upstart job instead of sysvinit script.
        - Pre-Depend on the /run-providing version of initscripts instead of
          depending, so that the preinst does the right thing when creating
          /run/resolvconf/interfaces instead of getting clobbered later by a bind
          mount on initscripts upgrade.  LP: #922491.
        - Completely drop the standard_run_subdirs_created helper function from
          debian/postinst, since it serves no purpose here.
        - postinst: Set resolvconf/linkify-resolvconf to false after initial
          conversion, ensuring upgrades won't convert /etc/resolv.conf to
          a symlink if the user manually converted it back to plain text.
          (LP: #922677)
        - Move the #DEBHELPER# token in debian/postinst to after the resolv.conf
          symlink is set, so the init script can actually start (since it expects
          /etc/resolv.conf to be a symlink).
        - Eliminate all references to /etc/resolvconf/run.  This should all be done
          directly in /run, there is no reason to support making any of this
          configurable with a symlink since we already have a versioned dependency
          on the version of initscripts that introduces the /run transition.
        - Also remove debian/triggers to avoid needlessly calling resolvconf's
          postinst. (LP: #931335)
      * Fix previous mis-merge of debian/postinst as well as the few other comments
        from the bug report. (LP: #1085862)
    
    resolvconf (1.69) unstable; urgency=low
    
      * [276fc24] Bump Standards-Version; no changes required
      * [6982da6] README: Name packages that clobber /etc/resolv.conf
      * [4cb082a] README: Update
      * [044e9a3] ip-up.d/000resolvconf: Do nothing if USEPEERDNS not set
      * [d988a9e] if-up.d/000resolvconf: Silently (for now) accept option
        name 'dns-nameserver' as a synonym for 'dns-nameservers' in
        anticipation of support in ifupdown (no sooner than wheezy+1) for
        duplicate options in a stanza, after which it will make sense to
        specify multiple nameserver addresses on equally many
        "dns-nameserver" lines
      * [e0db2cb] Deal with obsolete conf files (Closes: #687507, #681623)
     -- Stephane Graber <email address hidden>   Fri, 18 Jan 2013 11:52:10 -0500