etherconf (1.17) unstable; urgency=low

  * Don't fail if no network interfaces are available for some reason.
  * Applied NMU patch from etherconf 1.14-0.4.  Closes: #237106.
  * Depend on dhcp-client only, as it's now virtual and real.
    Closes: #198498.
  * Don't assign an IPv6 address for localhost.  Closes: #205588.
  * Use *non* DHCP static IP addresses when looking for a default,
    since DHCP interfaces won't have static IP addresses.
    Closes: #216085.
  * If there are no static addresses assigned to any interfaces,
    assign the hostname to 127.0.0.1 in /etc/hosts.
    Closes: #198612.

 -- Jeff Licquia <licquia@progeny.com>  Thu, 18 Mar 2004 15:03:12 -0500

etherconf (1.16) unstable; urgency=low

  * Internal test release.

 -- Jeff Licquia <licquia@progeny.com>  Tue, 20 Jan 2004 15:51:38 -0500

etherconf (1.15) unstable; urgency=low

  * Port to GTK/GNOME 2.
  * Realigned the widgets to fit better in the small space in firstboot.
  * Applied NMU patch to fix noninteractive clobbering of hostname.
    Closes: #189767.
  * Applied NMU patch to fix empty broadcast line.  Closes: #197434.
  * Applied NMU patch to calculate broadcast address.

 -- Jeff Licquia <licquia@progeny.com>  Mon, 27 Oct 2003 23:20:57 -0500

etherconf (1.14-0.4) unstable; urgency=low

  * NMU with maintainer approval
  * Switch to po-debconf for templates. Closes: #237106
  * Added/updated debconf translations:
    Czech, Danish, Spanish, Finnish, French, Japanese, Norwegian Nynorsk
    Brazilian Portuguese

 -- Christian Perrier <bubulle@debian.org>  Mon, 15 Mar 2004 14:05:03 +0100

etherconf (1.14-0.3) unstable; urgency=low

  * NMU.
  * Handle hostname settings more gracefully under
    DEBIAN_FRONTEND=noninteractive, defaulting to `hostname` instead of
    ''. (Closes: #189767)

 -- Steve Langasek <vorlon@debian.org>  Sat, 23 Aug 2003 00:59:12 -0500

etherconf (1.14-0.2) unstable; urgency=low

  * Non-maintainer upload with approval from the maintainer.
  * Only write a broadcast line if it is set. (Closes: #197434)

 -- Petter Reinholdtsen <pere@debian.org>  Mon, 23 Jun 2003 08:06:11 +0200

etherconf (1.14-0.1) unstable; urgency=low

  * Non-maintainer upload with approval from the maintainer.
  * Add support for broadcast adress on static IP configuration
    (Closes: #153465)

 -- Petter Reinholdtsen <pere@debian.org>  Sat, 12 Apr 2003 18:01:38 +0200

etherconf (1.14) unstable; urgency=medium

  * debian/etherconf.config:
    - More gracefully handle situation where we cannot read /proc/net/dev for
      interface names (as can happen if /proc is not mounted).
  * debian/etherconf.postinst:
    - Fix bogus test for update-configlets.  (Closes: #179274)
    - Failure of updates-configlets is not fatal to the postinst.

 -- Branden Robinson <branden@progeny.com>  Mon,  3 Feb 2003 10:27:54 -0500

etherconf (1.13) unstable; urgency=medium

  * debian/control:
    - add Uploaders field
    - depend on pump or udhcpc as alternatives to dhcp-client
      (Closes: #149023)
  * debian/etherconf.postinst:
    - Only write a "hostname" line for a dhcp interface to
      /etc/network/interfaces if a DHCP hostname was actually configured.
      (Closes: #175100)
    - Issue explicit stop() to tell debconf to go away at end of script.
      Fixes infinite-hang/zombie-process problem in some configurations.
      (Closes: #169806)
    - Fix sense of test when checking for explicit DHCP IP.  (Closes: #178111)

 -- Branden Robinson <branden@progeny.com>  Thu, 30 Jan 2003 18:42:21 -0500

etherconf (1.12) unstable; urgency=medium

  * debian/etherconf.postinst: handle case where user deliberately leaves the
    gateway blank (Closes: #141474)
  * debian/etherconf.templates.es: added Spanish translations courtesy of
    Lucas Moreno Encabo (Closes: #143182)
  * debian/etherconf.templates.pt_BR: added Brazilian Portuguese translations
    courtesy of Andre Luis Lopes (Closes: #140703)

 -- Branden Robinson <branden@progeny.com>  Thu, 25 Apr 2002 17:20:56 -0500

etherconf (1.11) unstable; urgency=medium

  * debian/control:
    - add Suggests: configlet-frontends
    - rewrote description
  * debian/etherconf.templates:
    - changed default answer of "etherconf/replace-existing-files" to false
      (Closes: #137138)
    - rewrote template descriptions

 -- Branden Robinson <branden@progeny.com>  Wed, 24 Apr 2002 12:06:47 -0500

etherconf (1.10) unstable; urgency=low

  * Fix validation of multiple interfaces.  Thanks to Richard Hirst.

 -- Eric Gillespie, Jr. <epg@progeny.com>  Tue,  5 Mar 2002 15:18:45 -0500

etherconf (1.9) unstable; urgency=low

  * Fix bug where you got a hostname like 'foo.' when leaving domainname
    blank.  I don't know why you'd leave domainname blank, but
    whatever...

 -- Eric Gillespie, Jr. <epg@progeny.com>  Wed, 20 Feb 2002 12:30:09 -0500

etherconf (1.8) unstable; urgency=low

  * Use the already-requested widget object stored in self, instead of
    requesting it again, when validating name server entries.

 -- Jeff Licquia <jlicquia@progeny.com>  Tue, 12 Feb 2002 11:26:04 -0500

etherconf (1.7) unstable; urgency=low

  * Set proper priority.
  * Wording change.
  * Hide the E-mail relay if postfix isn't installed, and really set the
    relay if it is.
  * Update Standard-Version.
  * Add Build-Depends-Indep on debhelper.

 -- Jeff Licquia <jlicquia@progeny.com>  Wed, 30 Jan 2002 17:51:45 -0500

etherconf (1.6) unstable; urgency=low

  * Don't show or use the mailhub entry unless postfix is installed.
  * Added validation dialog when an IP address or netmask isn't
    provided and the interface type is manual.

 -- Jeff Licquia <jlicquia@progeny.com>  Mon, 28 Jan 2002 11:17:31 -0500

etherconf (1.5) unstable; urgency=low

  * Most changes thanks to Eric Gillespie, Jr. <epg@progeny.com>.
  * Set maintainer to debian-packages@progeny.com.
  * etherconf.config: Only set etherconf/dhcphost:$device to
    etherconf/hostname if etherconf/dhcphost:$device is not already set.
    Had i known that the config script was run everytime the postinst is
    run (even if you do 'sudo /var/lib/dpkg/info/etherconf.postinst
    configure'), i would not have made this mistake.  This came as quite a
    surprise.
  * Back up and remove /etc/hosts and /etc/network/interfaces if they
    exist and don't have etherconf sections.
  * Many, many changes to the configlet, including many improvements and
    updating to the latest configlet interface.

 -- Jeff Licquia <jlicquia@progeny.com>  Tue, 22 Jan 2002 14:08:00 -0500

etherconf (1.4) unstable; urgency=low

  * Add and register a configlet.
  * Use ':' instead of '-' to separate template name from device in
    registered device-specific questions (i.e. etherconf/dhcp-p-eth0
    becomes etherconf/dhcp-p:eth0).

 -- Eric Gillespie, Jr. <epg@debian.org>  Wed,  5 Dec 2001 14:21:17 -0500

etherconf (1.3) unstable; urgency=low

  * Um, how about setting up the loopback interface?

 -- Eric Gillespie, Jr. <epg@debian.org>  Mon, 26 Nov 2001 14:15:35 -0500

etherconf (1.2) unstable; urgency=low

  * Fix README.
  * Put a proper entry in /etc/hosts if one can be determined, else
    nothing.

 -- Eric Gillespie, Jr. <epg@debian.org>  Mon, 26 Nov 2001 14:00:26 -0500

etherconf (1.1) unstable; urgency=low

  * New maintainer.
  * Rewrite postinst and config scripts.  The menu is gone, and etherconf
    can now configure multiple NICs.

 -- Eric Gillespie, Jr. <epg@debian.org>  Wed, 21 Nov 2001 15:49:25 -0500

etherconf (1.0.5) unstable; urgency=low

  * debian/README.Debian: Deleted.
  * debian/postinst: Stop deleting configuration files.
  * debian/templates: Make the long description accurate for DHCP
    configurations.
  * debian/config: Make DHCP hostname question low priority, make system
    hostname high priority, and use the system hostname as a default for
    DHCP hostname.

 -- Eric Gillespie, Jr. <epg@progeny.com>  Tue,  6 Mar 2001 13:45:15 -0500

etherconf (1.0.4) unstable; urgency=low

  * Depend on dhcp-client instead of pump.
  * debian/templates: Make the short description of etherconf/configure
    stand alone.

 -- Eric Gillespie, Jr. <epg@progeny.com>  Fri,  2 Mar 2001 05:14:13 -0500

etherconf (1.0.3) unstable; urgency=low

  * Built again.

 -- John Goerzen <jgoerzen@progenylinux.com>  Mon, 19 Feb 2001 18:32:30 -0500

etherconf (1.0.2) unstable; urgency=low

  * Write out hosts in same way for dhcp.  Closes 690.

 -- John Goerzen <jgoerzen@progenylinux.com>  Wed, 17 Jan 2001 11:00:44 -0500

etherconf (1.0.1) unstable; urgency=low

  * Now has option for system hostname in DHCP mode.
    Closes debian-packages/413.

 -- John Goerzen <jgoerzen@progenylinux.com>  Mon,  8 Jan 2001 13:54:40 -0500

etherconf (1.0.0) unstable; urgency=low

  * Made it into a Debian native package.

 -- John Goerzen <jgoerzen@progenylinux.com>  Mon, 13 Nov 2000 16:26:43 -0500

etherconf (0.1-15) unstable; urgency=low

  * Fixed nodevs in templates, closes debian-packages/345.

 -- John Goerzen <jgoerzen@progenylinux.com>  Sun, 12 Nov 2000 15:57:35 -0500

etherconf (0.1-14) unstable; urgency=low

  * Workaround a bug that could clobber other package's interfaces
    sections.

 -- John Goerzen <jgoerzen@progenylinux.com>  Sun, 12 Nov 2000 14:58:59 -0500

etherconf (0.1-13) unstable; urgency=low

  * Change to libconfhelper-perl.
  * Remove pppconf kludge because of this change.
  * Add dependency on libconfhelper-perl.
  * Remove debconfhelper.pm from package.

 -- John Goerzen <jgoerzen@progenylinux.com>  Sun, 12 Nov 2000 14:04:36 -0500

etherconf (0.1-12) unstable; urgency=low

  * Prompt about removable devices.  This way, don't put eth0 in
    auto line if they are using a laptop.

 -- John Goerzen <jgoerzen@progenylinux.com>  Fri, 27 Oct 2000 13:04:33 -0500

etherconf (0.1-11) unstable; urgency=low

  * Various minor tune-ups

 -- John Goerzen <jgoerzen@progenylinux.com>  Tue, 24 Oct 2000 11:10:34 -0500

etherconf (0.1-10) unstable; urgency=low

  * Fixed a bug in the menu display wrt the dhcphost.

 -- John Goerzen <jgoerzen@progenylinux.com>  Mon, 23 Oct 2000 12:26:43 -0500

etherconf (0.1-9) unstable; urgency=low

  * Update to use new ifupdown.

 -- John Goerzen <jgoerzen@progenylinux.com>  Mon, 23 Oct 2000 12:01:51 -0500

etherconf (0.1-8) unstable; urgency=low

  * Fixed a spelling mistake.

 -- John Goerzen <jgoerzen@progenylinux.com>  Mon, 16 Oct 2000 14:23:34 -0500

etherconf (0.1-7) unstable; urgency=low

  * Modified nodevs prompt to offer to retry for laptop users.

 -- John Goerzen <jgoerzen@progenylinux.com>  Mon, 16 Oct 2000 10:28:15 -0500

etherconf (0.1-6) unstable; urgency=low

  * Added lo in many more cases.

 -- John Goerzen <jgoerzen@progenylinux.com>  Wed, 11 Oct 2000 19:03:05 -0500

etherconf (0.1-5) unstable; urgency=low

  * Fixed in situation where questions are not asked.

 -- John Goerzen <jgoerzen@progenylinux.com>  Wed, 11 Oct 2000 11:31:41 -0500

etherconf (0.1-4) unstable; urgency=low

  * Removed pump for now.

 -- John Goerzen <jgoerzen@progenylinux.com>  Fri,  6 Oct 2000 17:20:25 -0500

etherconf (0.1-3) unstable; urgency=low

  *  Fixed dhchphost typo.

 -- John Goerzen <jgoerzen@progenylinux.com>  Fri,  6 Oct 2000 16:41:52 -0500

etherconf (0.1-2) unstable; urgency=low

  * Add stuff for pppconfig.

 -- John Goerzen <jgoerzen@progenylinux.com>  Fri,  6 Oct 2000 16:27:03 -0500

etherconf (0.1-1) unstable; urgency=low

  * Initial Release.

 -- John Goerzen <jgoerzen@progenylinux.com>  Thu, 21 Sep 2000 11:29:27 -0500

  vim:ai:et:sts=2:sw=2:tw=78:
  $Progeny: changelog 4159 2004-03-18 20:09:39Z licquia $
