nemesis (1.8) stable; urgency=medium

  * igmp: automatic translation of IP multicast group to MAC dst address
  * igmp: improved usability for composing IGMPv3 reports: 1) default to
    224.0.0.2 as destination group, 2) add `-n NUM` to control number of
    group records (appended to report)
  * Fix IGMPv2 join example in README
  * Fix logic for printing DNS protocol
  * Fix #12: allow 0.0.0.0 as RIP address
  * Fix #13: multiple definitions of variables

 -- Joachim Wiberg <troglobit@gmail.com>  Tue, 06 Jul 2021 14:11:31 +0200

nemesis (1.7) stable; urgency=medium

  * Fix #6: Skip sleep/delay when sending only one frame, i.e. default
  * Fix #9: Call correct exit function in `nemesis-dhcp`
  * Fix missing `S:` to `getopt()` in `nemesis-dhcp`
  * Fix network byte ordering problem with CIADDR, YIADDR, SIADDR, and
    GIADDR in `nemesis-dhcp`
  * Fix command line parsing of client MAC address, Ethernet source MAC
    address, and Ethernet destination MAC address in `nemesis-dhcp`
  * Fix missing newline in `nemesis-dhcp` usage text
  * Fix invalid call to `close()`, found by Valgrind
  * Update Debian packging to standards version 4.3.0
  * Ignore manpage-without-executable lintian warnings

 -- Joachim Nilsson <troglobit@gmail.com>  Sun, 07 Jun 2020 11:22:18 +0200

nemesis (1.6) unstable; urgency=medium

  * New upstream release:
    - Support for DHCP protocol crafting
    - Fix invalid IP header length in ICMP packets

 -- Joachim Nilsson <troglobit@gmail.com>  Sun, 16 Jun 2019 15:33:06 +0200

nemesis (1.5) unstable; urgency=medium

  * New maintainer, new upstream.

 -- Joachim Nilsson <troglobit@gmail.com>  Sun, 15 Apr 2018 11:49:45 +0200

nemesis (1.4-1) unstable; urgency=low

  * New maintainer (Closes: #483700).
  * New upstream release (Closes: #405459).
  * Updated the compat version.
  * Updated to standards version 3.8.0.
  * Fixed the commands to clean up after the build process at debian/rules.
  * Some minor corrections at the man pages.
  * Upstream website updated.
  * Fixed empty-directory usr/sbin/.
  * Added autotools-dev at debian/control as a new Build-Depend.
  * Added a debian/watch file.

 -- William Vera <billy@billy.com.mx>  Wed, 18 Jun 2008 18:45:36 -0500

nemesis (1.32+1.4beta3-2) unstable; urgency=low

  * Removed build dependencies on autoconf and automake.
  * Updated build dependencies to libpcap0.8-dev and libnet0-dev (>= 1.0.2a-6).
  * Makefiles generated by automake now will not try to update themselves
    (closes: #260726).

 -- Domenico Andreoli <cavok@debian.org>  Thu, 22 Jul 2004 02:37:05 +0200

nemesis (1.32+1.4beta3-1) unstable; urgency=low

  * New upstream version.

 -- Domenico Andreoli <cavok@debian.org>  Wed,  7 Apr 2004 00:51:43 +0200

nemesis (1.32-9) unstable; urgency=low

  * Payload is now read from file also if verbose option is not specified
    (closes: #180178).

 -- Domenico Andreoli <cavok@debian.org>  Wed, 12 Feb 2003 22:44:39 +0100

nemesis (1.32-8) unstable; urgency=low

  * Added a missing break in options parsing case (closes: #177450).
    This made erroneously take the frag parameter also as device name.
    Unfortunately, hardware address returned by libnet (it is 0x0
    on error) is not checked for failure. Hence the segmentation on
    later use.
  * It conforms to standard version 3.5.8.

 -- Domenico Andreoli <cavok@debian.org>  Thu, 30 Jan 2003 13:14:41 +0100

nemesis (1.32-7) unstable; urgency=low

  * Upgraded config.{sub,guess} (closes: #168650).

 -- Domenico Andreoli <cavok@debian.org>  Mon, 11 Nov 2002 22:28:33 +0100

nemesis (1.32-6) unstable; urgency=low

  * Recompiled with the new libc6 and a recent libnet0 which uses
    PF_PACKET interface to build packages.

 -- Domenico Andreoli <cavok@debian.org>  Tue,  5 Nov 2002 23:07:42 +0100

nemesis (1.32-5.1) unstable; urgency=low

  * Non maintainer upload
  * Rebuilt with new libpcap to remove dependency on libpcap0, which I
    got removed from unstable by accident. Sorry about this...

 -- Torsten Landschoff <torsten@debian.org>  Sat, 10 Aug 2002 11:37:14 +0200

nemesis (1.32-5) unstable; urgency=low

  * Fixed bug that made nemesis ignore the specified hardware address
    for destination.

 -- Domenico Andreoli <cavok@debian.org>  Mon,  4 Feb 2002 00:55:55 +0100

nemesis (1.32-4) unstable; urgency=low

  * Fixed capitalization in nemesis description (closes: #125175).

 -- Domenico Andreoli <cavok@debian.org>  Fri, 18 Jan 2002 15:12:29 +0100

nemesis (1.32-3) unstable; urgency=low

  * Fixed some conversion problems.
    Patch courtesy of Jason Royes <jason@condor.gmu.edu>.

 -- Domenico Andreoli <cavok@debian.org>  Fri, 12 Oct 2001 11:56:53 +0200

nemesis (1.32-2.1) unstable; urgency=low

  * Non maintainer upload.
  * Various cleanup for strictness in gcc 3.0. Patch courtesy of
    rbradetich@uswest.net (closes: #106068).

 -- LaMont Jones <lamont@smallone.fc.hp.com>  Fri, 20 Jul 2001 22:38:33 -0600

nemesis (1.32-2) unstable; urgency=low

  * Fixed some warnings that break gcc 3.0 (closes: #104632).
  * Upgraded config.{sub,guess} to those in autotools-dev 20010712.1

 -- Domenico Andreoli <cavok@debian.org>  Mon, 16 Jul 2001 19:03:39 +0200

nemesis (1.32-1) unstable; urgency=low

  * New upstream release (closes: #102615).

 -- Domenico Andreoli <cavok@debian.org>  Tue,  3 Jul 2001 16:23:18 +0200

nemesis (1.1-2) unstable; urgency=low

  * Updated Build-Depends in order to include libnet0-dev (closes: #89362).
  * Finally I got the maintenance of this package (closes: #88723).

 -- Domenico Andreoli <cavok@debian.org>  Mon, 12 Mar 2001 16:53:13 +0100

nemesis (1.1-1) unstable; urgency=low

  * Initial Release.

 -- Domenico Andreoli <cavok@debian.org>  Mon,  5 Mar 2001 23:03:24 +0100
