resolvconf (0.37) experimental; urgency=low

  * Update README
  * Use "chown nm:grp" instead of "chown nm.grp" as required by POSIX
  * debian/rules:
    * Make use of dh_installppp for installing ip-up and ip-down files
      Thanks to Joey Hess for implementing this.
  * debian/control:
    * Build-Depend on debhelper 4.1.68 because of above
    * Standards-Version: 3.6.1  (No changes required)
    * Don't formally Suggest ifupdown-roam which isn't in Debian

 -- Thomas Hood <jdthood@yahoo.co.uk>  Fri, 15 Aug 2003 11:54:44 +0200

resolvconf (0.36) experimental; urgency=low

  * postinst: Fix bug in downup script.  Thanks to Chris Hanson for
    pointing out this error.

 -- Thomas Hood <jdthood@yahoo.co.uk>  Thu, 14 Aug 2003 03:42:16 +0200

resolvconf (0.35) experimental; urgency=low

  * Clean up handling of symlinks in postinst

 -- Thomas Hood <jdthood@yahoo.co.uk>  Sat,  2 Aug 2003 12:15:36 +0200

resolvconf (0.34) experimental; urgency=low

  * Use -h instead of -L in sh tests since dash warns that -L may disappear
  * Rename Suggested ifupdown-roaming to ifupdown-roam
  * Fix confmodule sourcing in postrm
  * Update README

 -- Thomas Hood <jdthood@yahoo.co.uk>  Thu, 31 Jul 2003 21:34:31 +0200

resolvconf (0.33) experimental; urgency=low

  * Run directory is now /etc/resolvconf/run , but installation makes
    this a symlink to /var/run/resolvconf/.  The latter symlink is a
    configuration "file" which can be changed by the local admin who
    wants resolvconf to use a different location for its runtime files.
  * Re-gettextize

 -- Thomas Hood <jdthood@yahoo.co.uk>  Thu, 31 Jul 2003 17:22:46 +0200

resolvconf (0.32) experimental; urgency=low

  Getting ready for upload to the archive ...
  * /sbin/resolvconf
    * Define PATH
  * /etc/init.d/resolvconf
    * Don't update on start -- no need
  * debian/control:
    * Change short Description
    * Refine Conflicts -- we don't want to be unnecessarily difficult
    * Conflict with udhcpc.  This is the only configurer remaining that
      overwrites /etc/resolv.conf unless hand configuration is done.
      It seems safer to Conflict with it than to assume that people will
      read the README.
  * debian/config,templates,maintainer-scripts
    * Rename question "auto-resolvconf" to "linkify-resolvconf"
    * Add questions "downup-interfaces" and "restart-dnscaches"
  * debian/prerm
    * On upgrade, don't restore old resolv.conf file
  * debian/postinst
    * On abort-upgrade, don't back up old resolv.conf file
    * Depending on debconf answer, downup interfaces
    * Depending on debconf answer, restart DNS caches
  * ANNOUNCE
    * Update for ITP posting (#203131)
  * README
    * Urge removal of obsolete packages

 -- Thomas Hood <jdthood@yahoo.co.uk>  Mon, 28 Jul 2003 12:02:09 +0200

resolvconf (0.31) experimental; urgency=low

  * Update README
  * Update templates to prepare for translation
  * debian/control: Build-Depends: -> Build-Depends-Indep:
  * debian/config: Set the priority of the linkify-resolvconf question to low.
  * NOTE: You should now delete /etc/pump/script.d/resolvconf and its
    empty parent directories; this hook script is no longer needed
    now that pump calls resolvconf directly.
  * Make POSIX sh compatible:
    * /etc/resolvconf/update.d/libc
    * /etc/resolvconf/update.d/bind

 -- Thomas Hood <jdthood@yahoo.co.uk>  Sun, 20 Jul 2003 12:58:25 +0200

resolvconf (0.30) experimental; urgency=low

  * The pump package now supports resolvconf! (Thanks to the maintainer
    of pump, Herbert Xu.)  So:
    * Eliminate /etc/pump/script.d/resolvconf from the package
    * Update README re: pump
    * Update control to recommend pump >= 0.8.15-1 and to Conflict with
      earlier versions

 -- Thomas Hood <jdthood@yahoo.co.uk>  Sat, 19 Jul 2003 14:39:48 +0200

resolvconf (0.29) experimental; urgency=low

  * debian/control
    * Section: net
    * Standards-Version: 3.6.0  (No changes required)
    * Suggest ifupdown-roaming
    * Update Description

 -- Thomas Hood <jdthood@yahoo.co.uk>  Thu, 10 Jul 2003 07:39:01 +0200

resolvconf (0.28) experimental; urgency=low

  * initscript : Improve messages as per policy 10.4
  * Add /etc/resolvconf/update-libc.d/
  * /etc/resolvconf/update.d/libc :
    * Only update resolv.conf file if its contents are different
    * If the resolv.conf file has changed, do a run-parts on
      /etc/resolvconf/update-libc.d/ .  Applications that use
      the libc resolver can put scripts in that directory that
      signal them to reload their configuration because the
      resolv.conf file has changed.
  * /etc/resolvconf/update.d/bind :
    * Only run if named is installed
    * Improve grep regexp
    * Ignore reload error
    * Do "chown root.bind" on the named.options file
  * debian/control : 
    * Version dependencies on bind and bind9
    * Update Description
    * Change Recommended laptop-net version to 2.21-1
    * Change Recommended dnsmasq version to 1.13-3
    * Don't Depend on realpath
  * debian/prerm,postrm
    * Use "readlink -f" instead of realpath
    * Don't remove /var/run/resolvconf/ on purge
    * Clean up
  * debian/templates
    * Gettextize it.  Thanks to Michel Grentzinger.
  * Update README

 -- Thomas Hood <jdthood@yahoo.co.uk>  Tue,  9 Jul 2003 09:30:05 +0200

resolvconf (0.27) experimental; urgency=low

  * Remove /etc/resolvconf/update.d/dnsmasq which is now in the
    dnsmasq package
  * Update dnsmasq dependencies

 -- Thomas Hood <jdthood@yahoo.co.uk>  Mon,  7 Jul 2003 23:11:15 +0200

resolvconf (0.26) experimental; urgency=low

  * /etc/resolvconf/update.d/dnsmasq :
    * Only run if dnsmasq is installed
    * Improve grep regexp

 -- Thomas Hood <jdthood@yahoo.co.uk>  Mon,  7 Jul 2003 20:21:42 +0200

resolvconf (0.25) experimental; urgency=low

  * Add support for bind9
  * Build with dpkg-buildpackage
  * ANNOUNCE: Update for release
  * etc/dhcp3/dhclient-enter-hooks.d/resolvconf no longer has x perm

 -- Thomas Hood <jdthood@yahoo.co.uk>  Sat,  5 Jul 2003 10:44:14 +0200

resolvconf (0.24) experimental; urgency=low

  * debian/control : Improve Description

 -- Thomas Hood <jdthood@yahoo.co.uk>  Wed,  2 Jul 2003 20:08:25 +0200

resolvconf (0.23) experimental; urgency=low

  * Modify update.d/bind so that it generates /var/run/bind/named.options
    from /etc/bind/named.conf.options (rather than from
    /etc/bind/named.options.sed).  It does this by deleting any forwarders
    statement(s) present in /etc/bind/named.conf.options and inserting a
    new forwarders statement.  This simplifies the process of adapting bind
    for use with resolvconf.  Updated README accordingly.  *** People who
    set up bind to work with an earlier version of resolvconf will need to
    change their setup.***
  * README: Suggest hyphenated ifupdown keywords (e.g., 'dns-nameservers')
    instead of underscored ones (... although either kind will work)

 -- Thomas Hood <jdthood@yahoo.co.uk>  Sat, 28 Jun 2003 12:36:58 +0200

resolvconf (0.22) experimental; urgency=low

  * Rewrite /etc/dhcp3/dhclient-enter-hooks.d/resolvconf
  * Eliminate /etc/dhcp3/dhclient-exit-hooks.d/resolvconf
  * ANNOUNCE, README :
    Update; resolvconf now fully supports dhcpcd and dnsmasq 
  * Fix /etc/resolvconf/update.d/dnsmasq exit status when an info
    file contains no "nameserver" lines
  * debian/control :
    During the experimental period, Conflict with versions of
    related packages that lack the resolvconf support of newer
    versions.  This will force people to upgrade and thus avoid
    problems.

 -- Thomas Hood <jdthood@yahoo.co.uk>  Tue, 24 Jun 2003 04:30:06 +0200

resolvconf (0.21) experimental; urgency=low

  * chmod ugo-x /etc/dhcp3/dhclient-*-hooks.d/resolvconf
  * Add resolvconf(8) man page
    resolvconf is now lintian and linda clean

 -- Thomas Hood <jdthood@yahoo.co.uk>  Sat, 21 Jun 2003 17:57:16 +0200

resolvconf (0.20) experimental; urgency=low

  * Update README

 -- Thomas Hood <jdthood@yahoo.co.uk>  Fri, 20 Jun 2003 21:23:09 +0200

resolvconf (0.19) experimental; urgency=low

  * /etc/resolvconf/update.d/dnsmasq :
    * Don't reload
    * File is now /var/run/dnsmasq/resolv.conf
  * Clean up newlines, quotation marks, etc., in hook files 
  * Update README

 -- Thomas Hood <jdthood@yahoo.co.uk>  Wed, 18 Jun 2003 23:27:22 +0200

resolvconf (0.18) experimental; urgency=low

  * Fix newline bugs in /etc/network/if-up.d/resolvconf
  * Clean up newline handling in all hook scripts
  * Clean up /sbin/resolvconf-is-missing handling in all hook scripts
  * Update README

 -- Thomas Hood <jdthood@yahoo.co.uk>  Wed, 18 Jun 2003 20:48:34 +0200

resolvconf (0.17) experimental; urgency=low

  * "mv dhclient-enter-hooks dhclient-enter-hooks.d/resolvconf"
    since bug #171798 is now fixed in experimental package
    (although not yet fixed in any released package, unfortunately)
  * debian/control: Update dependencies

 -- Thomas Hood <jdthood@yahoo.co.uk>  Mon, 16 Jun 2003 16:29:54 +0200

resolvconf (0.16) experimental; urgency=low

  * Add dnsmasq support.  Yeah!
  * Add ANNOUNCE file to the package
  * Update README and Description in debian/control

 -- Thomas Hood <jdthood@yahoo.co.uk>  Sat, 14 Jun 2003 17:22:29 +0200

resolvconf (0.15) experimental; urgency=low

  * /etc/network/if-up.d/resolvconf :
      Removed logger call

 -- Thomas Hood <jdthood@yahoo.co.uk>  Fri, 13 Jun 2003 17:40:25 +0200

resolvconf (0.14) experimental; urgency=low

  * Add /etc/network/if-(up|down).d/resolvconf scripts to pass on to
    resolvconf the info after 'dns_search', 'dns_domain', 'dns_sortlist'
    and 'dns_nameserver' keywords in inet static iface stanzas.
    resolvconf now supports ifupdown.  Yeah!
  * Add /etc/resolvconf/resolv.conf.d/base -- base lines for
    the resolv.conf file.
  * Move the code that generates /var/run/resolvconf/resolv.conf
    to /etc/resolvconf/update.d/libc6 .  This makes the initscript
    simpler and isolates the code that the admin is most likely to
    modify.  Local policy for generating the resolv.conf file is now
    implemented by editing the /etc/resolvconf/update.d/libc6 script.
  * /sbin/resolvconf: call run-parts directly instead of via initscript.
  * Update README

 -- Thomas Hood <jdthood@yahoo.co.uk>  Thu, 12 Jun 2003 16:44:12 +0200

resolvconf (0.13) experimental; urgency=low

  * Rename /etc/pump/resolvconf to /etc/pump/script.d/resolvconf
    and update README accordingly.
  * Update TODO section of README

 -- Thomas Hood <jdthood@yahoo.co.uk>  Tue, 10 Jun 2003 13:04:54 +0200

resolvconf (0.12) experimental; urgency=low

  * /etc/pump/resolvconf :
    * Create this file in order to support pump.  Yeah!
  * /etc/init.d/resolvconf :
    * Add comments
    * Improve start and stop behavior
  * debian/control :
    * Remove Conflict with laptop-net and Recommend laptop-net 2.20-1. Yeah!

 -- Thomas Hood <jdthood@yahoo.co.uk>  Tue, 10 Jun 2003 07:35:38 +0200

resolvconf (0.11) experimental; urgency=low

  * README:
      Update HOWTO information
  * control:
      Update Description
      Update dependencies
      Standards-Version: 3.5.10  (No changes required)

 -- Thomas Hood <jdthood@yahoo.co.uk>  Tue,  9 Jun 2003 17:00:00 +0200

resolvconf (0.10) experimental; urgency=low

  * Include /usr in tarball
  * README.Debian is now just README
  * Update README

 -- Thomas Hood <jdthood@yahoo.co.uk>  Mon,  9 Jun 2003 11:02:39 +0200

resolvconf (0.9) experimental; urgency=low

  * Work properly with pppconfig 2.2.0
  * Add Suggestions to control file

 -- Thomas Hood <jdthood@yahoo.co.uk>  Sun,  8 Jun 2003 23:55:19 +0200

resolvconf (0.8) experimental; urgency=low

  * Add dhcp3-client support via the included 
    /etc/dhcp3/dhclient-enter-hooks script.  This script should
    really be named /etc/dhcp3/dhclient-enter-hooks.d/resolvconf ,
    but currently the latter would be run, not sourced.
    See dhcp3-client bug #196476.

 -- Thomas Hood <jdthood@yahoo.co.uk>  Sat,  7 Jun 2003 11:56:25 +0200

resolvconf (0.7) experimental; urgency=low

  * Update README.Debian : Add HOWTO section

 -- Thomas Hood <jdthood@yahoo.co.uk>  Fri, 23 May 2003 09:56:40 +0200

resolvconf (0.6) experimental; urgency=low

  * Update README.Debian
    Thanks to John Hasler for writing up rationale and requirements
    These were modified by me and I take responsibility for any
    errors I may have introduced.

 -- Thomas Hood <jdthood@yahoo.co.uk>  Fri, 16 May 2003 22:41:50 +0200

resolvconf (0.5) experimental; urgency=low

  * New package
  * Thanks to Emile van Bergen and Jeremie Koenig for their help

 -- Thomas Hood <jdthood@yahoo.co.uk>  Mon, 16 May 2003 12:00:00 +0200
