grml-network (0.2.8) unstable; urgency=low

  * netcardconfig: use 'udevadm info' instead of 'udevinfo' if
    available as udevinfo will disappear from udev.

 -- Michael Prokop <mika@grml.org>  Tue, 16 Jun 2009 00:40:52 +0200

grml-network (0.2.7) unstable; urgency=low

  * grml-bridge: bring network devices up by default using
    'ifconfig $DEV 0.0.0.0 up'. This makes configuration more
    reliable according to my tests.

 -- Michael Prokop <mika@grml.org>  Thu, 09 Apr 2009 11:37:25 +0200

grml-network (0.2.6) unstable; urgency=low

  * grml-bridge:
    - provide real status info in STP message
    - check for presence of dhclient.pid of bridge and do not
      fail if killing the process fails (as we want to get rid of
      the bridge)
    - when removing the bridge device take down the device
      via ifconfig down so we don't fall into any race-conditions
  * Bump Standard-Version to 3.8.1 (no further changes).
  * Improve long description of Debian package.

 -- Michael Prokop <mika@grml.org>  Thu, 09 Apr 2009 00:12:26 +0200

grml-network (0.2.5) unstable; urgency=low

  * net-functions: getLanDriver() does not return driver for madwifi.
    Thanks for the fix to Ulrich Dangel. [Closes: issue551]
  * Update VCS headers (we use git nowadays).

 -- Michael Prokop <mika@grml.org>  Mon, 03 Nov 2008 18:23:39 +0100

grml-network (0.2.4) unstable; urgency=low

  * net-functions: if there is a default route not via an ip
    address but just for a device defaultGWDev returns the wrong
    device name, as the device is in the third row not the fifth.
    Fix this issue, thanks - Ulrich Dangel. [Closes: issue550]

 -- Michael Prokop <mika@grml.org>  Sun, 12 Oct 2008 11:04:46 +0200

grml-network (0.2.3) unstable; urgency=low

  * Depend on grml-etc-core, as several scripts use
    /etc/grml/script-functions. Thanks to Darshaka Pathirana!
    [Closes: issue515]
  * Bump to Standard-Version 3.8.0 (no further changes).
  * Fix binary-arch-rules-but-pkg-is-arch-indep in debian/rules.

 -- Michael Prokop <mika@grml.org>  Tue, 16 Sep 2008 01:02:53 +0200

grml-network (0.2.2) unstable; urgency=low

  * Fix UID check in grml-pptp-inode.

 -- Michael Prokop <mika@grml.org>  Tue, 22 Jul 2008 01:13:32 +0200

grml-network (0.2.1) unstable; urgency=low

  * grml-bridge: remove '-e' option in dhclient call.
    Thanks to Tobias Walkowiak for reporting and the fix.

 -- Michael Prokop <mika@grml.org>  Wed, 26 Mar 2008 23:02:57 +0100

grml-network (0.2.0) unstable; urgency=low

  * grml-pptp-inode, grml-pptp-vcgraz, grml-pptp-xdsl-students and
    grml-vpnc-tugraz: make sure we export LANG=C so parsing ifconfig
    output inside subshells works in a non-C setup as well.

 -- Michael Prokop <mika@grml.org>  Sat, 26 Jan 2008 00:13:42 +0100

grml-network (0.1.18) unstable; urgency=low

  * netcardconfig: check for presence of /proc/net/dev.

 -- Michael Prokop <mika@grml.org>  Sun, 20 Jan 2008 19:54:43 +0100

grml-network (0.1.17) unstable; urgency=low

  * Fix manpage handling of xsltproc.

 -- Michael Prokop <mika@grml.org>  Fri, 07 Dec 2007 00:04:53 +0100

grml-network (0.1.16) unstable; urgency=low

  * Split Suggests into Suggests and Recommends.
  * Add dialog to Depends and vpnc to Recommends.
    Thanks Darshaka Pathirana! [Closes: issue344]

 -- Michael Prokop <mika@grml.org>  Thu, 22 Nov 2007 11:17:35 +0100

grml-network (0.1.15) unstable; urgency=low

  * Suggest x.x.x.1 as default gatway and DNS server instead of x.x.x.254.
  * Create directory /etc/udev/scripts/ before using it.

 -- Michael Prokop <mika@grml.org>  Mon, 05 Nov 2007 00:15:02 +0100

grml-network (0.1.14) unstable; urgency=low

  [ Michael Gebetsroither ]
  * fix name of grml-vnet inside manpage

 -- Michael Prokop <mika@grml.org>  Sun, 28 Oct 2007 13:28:44 +0100

grml-network (0.1.13) unstable; urgency=low

  [ Michael Prokop ]
  * some small typo fixes

  [ Michael Gebetsroither ]
  * added grml-vnet for tun/tap device handling
  * added manpage for grml-vnet
  * added uml-utilities to Suggests
  * grml-vnet: reworked interface activation code
  * grml-vnet: deactivate bridge before removing

 -- Michael Gebetsroither <michael.geb@gmx.at>  Sat, 27 Oct 2007 15:38:37 +0000

grml-network (0.1.12) unstable; urgency=low

  * Deactivate CONFIG_DHCP in /etc/grml/autconfig if user
    wants to use configuration via /etc/network/interfaces.
    [Closes: issue225]
  * generate_udev_entry: send errors to /dev/null as well because
    the the /lib/udev/write_net_rules script script outputs a sed
    warning which might unsettle users

 -- Michael Prokop <mika@grml.org>  Wed, 30 May 2007 10:26:42 +0200

grml-network (0.1.11) unstable; urgency=low

  * Remove german umlauts from scripts to avoid problems with
    iso<->utf on console. Thanks for reporting and help in debugging
    the problem, David Vilar Benet!

 -- Michael Prokop <mika@grml.org>  Fri, 20 Apr 2007 00:38:03 +0200

grml-network (0.1.10) unstable; urgency=low

  * Add psmisc to depends (killall is shipped with psmisc).

 -- Michael Prokop <mika@grml.org>  Sun, 18 Mar 2007 14:33:09 +0100

grml-network (0.1.9) unstable; urgency=low

  * Support generation of udev rules for persistent interface names
    across reboots (using an autogenerated script named
    /etc/udev/scripts/netcardconfig). Thanks for the nice idea,
    Michael Hanscho! [Closes: issue153]
  * Change version schema from x.y-z to x.y.z.

 -- Michael Prokop <mika@grml.org>  Thu, 15 Mar 2007 20:37:05 +0100

grml-network (0.1-8) unstable; urgency=low

  * grml-vpnc-tugraz: add (deactivated by default) template
    'Rekeying interval 21600'

 -- Michael Prokop <mika@grml.org>  Wed, 28 Feb 2007 09:57:49 +0100

grml-network (0.1-7) unstable; urgency=low

  * Fix path for routersetup within manpage, thanks for reporting,
    Jens Heidrich!

 -- Michael Prokop <mika@grml.org>  Sat,  3 Feb 2007 11:10:55 +0100

grml-network (0.1-6) unstable; urgency=low

  * Use /etc/grml/script-functions.
  * Add wpasupplicant to suggests.
  * Don't use any other languages than english.
  * Merge wpa[2] code (don't use /etc/wpa_supplicant.conf but
    Debian's infrastructure in /etc/network/interfaces) from sidux:
    http://svn.berlios.de/wsvn/fullstory/configure-networkcard/trunk/

 -- Michael Prokop <mika@grml.org>  Sat, 27 Jan 2007 19:29:21 +0100

grml-network (0.1-5) unstable; urgency=low

  * Use resolvconf infrastructure for DNS setup: write dns-nameservers
    options to /etc/network/interfaces instead of direct writing to
    /etc/resolv.conf. This should fix issue87 and issue74.
  * Add resolvconf to Suggests.

 -- Michael Prokop <mika@grml.org>  Sat, 27 Jan 2007 18:15:54 +0100

grml-network (0.1-4) unstable; urgency=low

  * netcardconfig: added support for ipw3945

 -- Michael Prokop <mika@grml.org>  Mon,  4 Dec 2006 14:56:00 +0100

grml-network (0.1-3) unstable; urgency=low

  * Use 'Architecture: all' in debian/control so we can use the
    package on non-x86 as well.

 -- Michael Prokop <mika@grml.org>  Sat, 11 Nov 2006 12:08:57 +0100

grml-network (0.1-2) unstable; urgency=low

  * Applied patch from schula to grml-router for better
    error handling with outgoing device.

 -- Michael Prokop <mika@grml.org>  Sat, 28 Oct 2006 11:23:01 +0200

grml-network (0.1-1) unstable; urgency=low

  * Initial release.

 -- Michael Prokop <mika@grml.org>  Sat, 28 Oct 2006 00:36:01 +0200

