ifupdown-extra (0.18) unstable; urgency=low

  * debian/control: Advertise that now sources are available in collab-maint.
  * if-up-scripts/static-routes: Be more strict when looking for 
    interfaces in the configuration file to avoid matching interfaces
    with similar names.
  * if-up-scripts/check-gateway: ajust how the ethtool binary alternative
    location is found

 -- Javier Fernandez-Sanguino Pen~a <jfs@debian.org>  Wed, 22 Jun 2011 01:30:45 +0200

ifupdown-extra (0.17) unstable; urgency=low

  * Move the network-cable test from /etc/network/if-pre-up.d/ to
   /etc/network/if-up.d/ so that it can behave properly and warn the sysadmin
   once the network cable is up.

 -- Javier Fernandez-Sanguino Pen~a <jfs@debian.org>  Sun, 24 Apr 2011 17:57:35 +0200

ifupdown-extra (0.16) unstable; urgency=low

  * if-up-scripts/check-duplicate-ip: 
    - Location of ethtool has changed: adjust to the new location but fallback
      to the old one if it is still there.
    - Make it possible to use arping's arping which: is located in another
      directory, interprets parameters differently and does not support -q.
    Thanks to Cristian Ionescu-Idbohrn for bringing up this issue
    and providing a patch which I base the changes on (Closes: #614056)
    - Do not try to determine the ip address for interfaces we are not going
      to arping to.
    - Add some warnings for unexpected events that prevent the script
      from working.
  * if-up-scripts/check-network-cable: Location of ethtool has changed,
    adjust to the new location but fallback to the old one if it is
    still there.

 -- Javier Fernandez-Sanguino Pen~a <jfs@debian.org>  Sun, 20 Feb 2011 13:58:38 +0100

ifupdown-extra (0.15) unstable; urgency=medium

  * if-up-scripts/static-routes: 
      - Fix typo that prevented the script from adding routes as it expected
        them to have 'reject' when they shouldn't. Thanks to Mathieu Parent and
        to Petru Ratiu for the patches. (Closes: #613632) (LP: #631533)
      - Add new functionality to support 'reject' routes in
        /etc/network/network-routes. Thanks to Petru Ratiu for the patch 
        (Closes: #458395)
  * scripts/network-test: 
      - Fix call to mktemp to use --tmpdir so that the script does not break if
        run in a non-writable directory (Closes: #541619)
      - Trap interrupts and abort under some circunstances, such as a
        Ctrl+C (LP: #450753)
  * debian/ifupdown-extra.preinst: Rename the /etc/network/network-routes
    config file to /etc/network/routes (Closes: #611982)
  * if-up-scripts/check-network-cable: Make the script work when bonding
    interfaces are used, using a patch provided by Ohad Lutzky (Closes: #574333)
  * [NEW] debian/ifupdown-extra.networking-routes.init: New init.d script
    to install global static networking routes which cannot be associated
    with any interface. This is useful for admins that want to share
    the configuration file /etc/network/routes through different systems
    in which the interface name changes or for 'reject' routes. 
    (Closes: #458395)
  * debian/rules: 
      - Fix installation of the network-routes sample configuration file so
        that it is installed where it should be (/etc/network/routes instead of
        /etc/network/network-routes) (Closes: #611982)
      - Install the new debian/ifupdown-extra.networking-routes.init as an
        init.d script running at 'S' runlevel right after the 'networking'
        script provided by netbase.
  * debian/TODO: An item was already done.
  * debian/control: Adapt description to indicate the new features included
    in the package.
  [ Lintian fixes ]
  * debian/copyright: 
     - Add proper copyright notice and use UTF-8 to put in my full name.
     - Indicate the copyright of code reused from SuSE's sysconfig
  * debian/control: Depend on 'iputils-ping | ping' instead of just ping

 -- Javier Fernandez-Sanguino Pen~a <jfs@debian.org>  Fri, 18 Feb 2011 19:31:05 +0100

ifupdown-extra (0.14) unstable; urgency=low

  * Apply a patch provided by Guillem Jover to make check-duplicate-ip work
    with interfaces with multiple interfaces (Closes: 507949)
  * Change handling of default values so that the environment variables
    are honored if set with patch provided by Osamu Aoki (Closes: 464715)
  * Change if-up-scripts/static-routes so that it complains if a line in
    /etc/network/static-routes is not defined as expected.

 -- Javier Fernandez-Sanguino Pen~a <jfs@debian.org>  Sat, 01 Aug 2009 01:26:04 +0200

ifupdown-extra (0.13) unstable; urgency=low

  * Fix syntax error in the static-routes script and clarify a comment
    when exiting as soon as we find that there is no
    /etc/network/network-routes file (Closes: 496600)

 -- Javier Fernandez-Sanguino Pen~a <jfs@debian.org>  Tue, 26 Aug 2008 12:17:27 +0200

ifupdown-extra (0.12) unstable; urgency=low

  * Change maintainer's email address

 -- Javier Fernandez-Sanguino Pen~a <jfs@debian.org>  Fri, 28 Dec 2007 02:34:51 +0100

ifupdown-extra (0.11) unstable; urgency=low

  * Move the package over to unstable, it is ready for mass consumption
  * if-up-scripts/check-duplicate-ip: Exit if the interface does not have
    an IP address asigned or none is provided. This prevents the script from
    breaking if used in systems with interfaces with no IP address (for
    example, in promiscuous mode)
  * if-up-scripts/check-gateway: 
      - if running as root do not use -D when calling arping but use -f
      instead (to return as soon as 1 reply has been received). -D does not
      work for all gateways
      - if not running as root, do use -D.
      - do not try to find out the status of the interface if not running as
      root.
      - work properly if multiple default gateways have been set.
  * network-test has been removed from debian-goodies, change the dependencies
    accordingly.

 -- Javier Fernandez-Sanguino Pen~a <jfs@debian.org>  Tue, 18 Dec 2007 21:12:50 +0100

ifupdown-extra (0.10) experimental; urgency=low

  * network-test:
      - Include patch provided by Federico Ceratto which adds command
        line support, allows the setting of a verbosity level and makes
        it possible to log to syslog based on that level. This patch
        is useful if the script is run through init, cron or other
        task-scheduling tool.
  * Updated conflicts: with debian-goodies, as network-test is still
    in there.

 -- Javier Fernandez-Sanguino Pen~a <jfs@debian.org>  Sun, 14 Oct 2007 23:17:58 +0200

ifupdown-extra (0.9) experimental; urgency=low

  * check-duplicate-ip:
    - Rename check-arping to check-duplicate-ip.
    - Add GPL header to the script.
    - Fix so it can work in DHCP environments by retrieving IF_ADDRESS from
      the interface information, also makes it easer to use this as a 
      standalone script.
  * check-gateway: 
    - Fix so it can work in DHCP environments by retrieving IF_GATEWAY from
      the current routing information.
    - Add GPL header to the script.
  * static-route: Add GPL header to the script.
  * network-test: Fix it so it can retrieve interface addresses properly (no
    CIDR) when using 'ip addr show'

 -- Javier Fernandez-Sanguino Pen~a <jfs@computer.org>  Mon, 18 Jun 2007 15:37:57 +0200 

ifupdown-extra (0.8) experimental; urgency=low

  * Conflict with the latest debian-goodies which still provides network-test

 -- Javier Fernandez-Sanguino Pen~a <jfs@computer.org>  Tue, 19 Dec 2006 02:59:56 +0100

ifupdown-extra (0.7) experimental; urgency=low

  * Make network-test use bash (Closes: #401363)

 -- Javier Fernandez-Sanguino Pen~a <jfs@computer.org>  Sun,  3 Dec 2006 08:45:54 +0100

ifupdown-extra (0.6) experimental; urgency=low

  [scripts/network-test]
  * Do not analyse resolv.conf lines that have been commented out.

 -- Javier Fernandez-Sanguino Pen~a <jfs@computer.org>  Tue, 28 Nov 2006 23:37:02 +0100

ifupdown-extra (0.5) experimental; urgency=low

  * Improve the debian/control file so that it now Depends: on host 
    and the different 'ping' providers (Closes: #400473).
  * Have it Depend on iputils-arping | arping
  * Change network-test so it does not complain loudly if ethtool is not
    installed (just recommends its installation)
  * Fix duplicate spaces in the script as well as some typos with patch
    provided by Norbert Kiesel (Closes: #400463)

 -- Javier Fernandez-Sanguino Pen~a <jfs@computer.org>  Sun, 26 Nov 2006 17:00:17 +0100

ifupdown-extra (0.4) experimental; urgency=low

  * Fix network link check in network-test

 -- Javier Fernandez-Sanguino Pen~a <jfs@computer.org>  Sat, 25 Nov 2006 15:55:47 +0100

ifupdown-extra (0.3) experimental; urgency=low

  * First upload (to experimental) to get wider exposure.
  * Upgrade debian-goodies conflict.

 -- Javier Fernandez-Sanguino Pen~a <jfs@computer.org>  Sat, 25 Nov 2006 13:09:41 +0100

ifupdown-extra (0.2) unstable; urgency=low

  * Change behaviour of network-test when testing ethernet link
    (based on 'check-network-cable' tests)

 -- Javier Fernandez-Sanguino Pen~a <jfs@computer.org>  Wed, 16 Aug 2006 22:33:34 +0200

ifupdown-extra (0.1) unstable; urgency=low

  * Initial Release.

 -- Javier Fernandez-Sanguino Pen~a <jfs@computer.org>  Sun, 13 Aug 2006 13:14:25 +0200
