New in version 0.23	(2003-12-21)

 - Implemented two different environments for the two different work modes
   (normal and ifupdown)
 - Port to libnet1
 - Encapsulate configuration parsing, and instantiate the right parser through
   a factory class that checks commandline switches and whatever
 - If there are no profiles given in stdin in ifupdown mode, assume they are
   all enabled
 - Integrate the simple patch from the BTS (thank you Fabian Knittel!)
 - If the interface detects no link beat, output a profile "none".  Add a
   switch to change its name and to turn the feature off for interfaces that do
   not support link beat detection.

New in version 0.22	(2003-05-27)

 - Fixed a typo in the manpage (Courtesy of Herv Eychenne)
 - Fixed typos in the Debian package description
 - Applied patches by Fabien Knittel to make ifupdown mode work
 - Fixed another bunch of things to make reading commandline arguments from
   stdin work

New in version 0.21	(2003-05-26)

 - In ifupdown mode, read from stdin all the commandline parameters, not just
   the --default equivalent
 - Documented the new peer and commandline-in-map-lines syntax
 - Added guessnet-scan

New in version 0.20	(2003-05-25)

 - Lots of manpage updates and fixes (Thanks to Thomas Hood)
 - Removed redundant documentation from the README, and added a line pointing
   to the manpage for further documentation
 - The new peer syntax was not be parsed well (it misses all key-value pairs
   except the first)
 - Replaced -V with --debug and let -V work as --version
 - Remove dependancy on libpopt
 - When bringing up an interface, check when it comes up and do not wait for
   all the init-timeout.  Use init-timeout only to avoid waiting indefinitely
   in case of problems.

New in version 0.19	(2003-05-16)

 - Correctly handle when libpopt popt_next returns null instead of a packet
   (had to look at popt code to see what it means, since I couldn't find it
   documented anywhere >:((( )

New in version 0.18
 
 - -v and -V switch can now work without specifying an ethernet device
 - Ship with guessnet-ifupdown alias to be used in ifupdown config file
 - Do not append the interface name to the output tag in ifupdown mode
 - "script" scan mode added
 - "default" scan mode added
 - Read from stdin a list of profiles to be checked when in ifupdown mode
 
New in version 0.17

 - Rewrite in c++ to support a more flexible and extensible architecture:
   expect more discovery methods soon
 - Discovered ARP DAD mode (RFC2131, 4.4.1.) looking at arping manpage, `-D'
   switch: finally found a way to avoid the need for the source IP address.
   The source IP address is now ignored
 - Backported to libnet0, since libnet1 is broken for nonconfigured interfaces


Older news:

2003-02-09:
	Fixed reporting of an error message

2003-02-07:
	Ported to libnet1
	Documentation updates
	
2001-12-05:
	Added examples/README, examples/laptop-netconf and examples/getmac
	Should now compile on S390
	
2001-11-23:
	Added --init-time option
	Added --very-verbose option
	Fixed a bug that caused false positives
