Netdiscover 0.5.1 - 07 Feb. 2019
   * Added an official repository notice in README.
   * Added dates of releases in ChangeLog.
   * Added some copyright notices.
   * Several important fixes and improvements in manpage and help page.
   * Updated OUI table (1 change since yesterday).

Netdiscover 0.5 - 06 Feb. 2019
   * Added some missing entries in last changelog (0.4).
   * Fixed the following warning from GCC: "warning: ignoring return value
     of system, declared with attribute warn_unused_result".
   * Full updated the manpage and help page. Added missing options, examples,
     etc.
   * Removed INSTALL file. This file must be created by autotools when in
     build process to always provide updated instructions.
   * Removed Usage and Examples sections from README file. It will make easier
     the maintenance. All information are in help and manpage.
   * Updated checklist to release a new version.
   * Updated OUI table (5 new changes since yesterday).
   * Using txt2man to generate the manpage.

Netdiscover 0.4 - 06 Feb. 2019
   * Added a checklist for release a new version (file doc/UPDATE-CHECK).
   * Added a distclean-local target to Makefile.am to remove files after a
     'make distclean'.
   * Added a new script to update OUI table (src/oui.h).
   * Fixed a segmentation fault after start in a terminal with more than
     300 columns (Debian bug #818791).
   * Fixed -l option in manpage.
   * Fixed spelling errors in final binary and in manpage.
   * Moved the old script update-oui-database-legacy.sh to new directory
     'legacy'.
   * Updated OUI table.
   * Updated project homepage in several files to point to GitHub.
   * Updated README to get all options from manpage.
   * Updated the address for bugs list in configure.ac.

Netdiscover 0.3-beta7 (Currently working on it) - 24 Mar. 2015
   * update-oui-database.sh script modified to work with latest oui.txt
   * Larry Reznick <lreznick@rezfam.com>: oui script fixes for redhat and code
     reformatting to make it more readable including manpage
   * Emanuele Acri <crossbower@gmail.com>: Libnet injection replaced by pcap
   * Frantisek Hanzlik <franta@hanzlici.cz>: oui script speed drastically
     improved
   * Janusz Uzycki <j.uzycki@elproma.com.pl>: Scroll page up/down feature added
   * Janusz Uzycki <j.uzycki@elproma.com.pl>: Known hosts list feature
   * Janusz Uzycki <j.uzycki@elproma.com.pl>: Fix for undefined docdir
   * Several variable naming changes
   * Autotools scripts updated
   * Fixed scroll limits & some screen improvements
   * Fixed crash when freeing common ranges list at end of scan
   * New data abstraction layer added to handle different view modes
   * Included script to update oui database.
   * Added custom pcap filter option. Patch by Gustavo Chain.
   * Some code layout clean.
   * Several fixes to avoid potential buffer overflows. Patch by Alex.
   * fhandle.c fixed to be able to handle ms-dos line format. Patch by Alex.
   * Some ranges not working through -r option fixed. Patch by Alex.
   * Improved network addresses sanity checks, thanks to Alex.
   * Netmask will be setup to /24 by default if its omitted, thanks to Alex.
   * Added .2 .200 hosts to be scanned on fast mode, thanks again to Alex.
   * Some unnecessary mallocs where removed to prevent memory leaks,
     thanks to Alex (SuD) for the patch.
   * Hang when "h" is pressed twice fixed
   * Mandriva and RedHat rpm .spec files added, thanks to Francis Giraldeau
     and Guillaume Pratte for the contribution
   * Buffer overflow on search_vendor fixed, thanks to Guillaume Pratte
   * Solaris bus error when freeing a pointer returned by getenv fixed
   * Added parsable output thanks to Guillaume Pratte for the patch
   * Added support to read ranges from a given file using -l switch
   * Manpage updated with new features and some examples
   * Added support to read user config files for ranges and fast mode lists
   * MAC vendors list updated
   * Hang on Ctrl+C fixed, thanks to Alex (SuD) for the patch
   * Improved argument handling, thanks to Alex (SuD) for reporting
   
Netdiscover 0.3-beta6 - 22 Oct. 2005
   * Changed installation path to sbin
   * Added man page, Thanks to Nicolas Weyland  <ufoalien@weyland.ch>
   * Added help screen (pressing "h" while running)
   * Added new screen to display arp request
   * Fixed screen refresh/display problems
   * Improved screen interface to display large hosts lists, j/k or up/down
     arrow keys can now be used to scroll
   * Fixed packet length count display
   
Netdiscover 0.3-beta5 - 01 Sep. 2005
   * Now arp request sender data is added to the stations list
   * Improved sniffer packet processing code
   * Major code cleaning / commenting done
   * If no interface is specified will autoselect firstone available
   * Better error handling, including interface and uid checking
   
Netdiscover 0.3-beta4 - 24 Aug. 2005
   * Fixed header checks on configure.in, thanks to Charlie Brady for reporting
   * Suppress sleep time between each arp request, instead sleep between each
     network scanned, also called the hardcore mode :) (like in older betas)
   * Added request count option (-c switch)
   * Some screen display changes
   * Supports decimal sleep times
   * Some changes to support gcc 2.95
   * Added customizable array for ips scanned on fast mode
   * Some changes made around scanning loops, and sleep time, the scan will be 
     slower by default, but safer (longer sleeps to avoid packet loss)
   * Changed usage parameters, to easier way (thanks to SuD for the idea)
   
Netdiscover 0.3-beta3 - 08 Aug. 2005
   * Completing documentation for 0.3 final release
   * Added support to change last octet of scanning host (option "n")
   * Solaris and OpenBSD support added, also must work on other unixes
   * Improved configure.in, now checks the system, libnet.h and pcap.h
   
Netdiscover 0.3-beta2 - 23 Jul. 2005
   * Added mac vendor database, and identifying
   
Netdiscover 0.3-beta1 20 Jul. 2005
   * Added other thread for screen refresh, also refresh time as parameter
   * Fast scan mode, will only scan for .1, .100 and .254 of each network
   * Improved arp packet forgery, now doesn't lose packets
   * No more lamme ip changing at given interface, now you can browse
     while scanning, and ioctls where removed
   * A lot more of fixes for portability

Netdiscover 0.2 beta (July 17, 2005)
   * Added getopt for parameter handling
   * Sleep time parameter added
   * New passive mode detection
   * New /8, /16, /24 scan mode
   * New auto scan mode
   * Added packet counters
   * Scan progress added
   * Nicer interface (no more scrolling!)
   * Ignore packets with our mac address as source

Netdiscover 0.1 beta (July 11, 2005)
   * First beta version released
