1.2.12
	'dev info printer' will now include the IP address of the current
	   connection
	'dev sum' for generic devices will fill in the interface
	  description
	Added support for MGE UPS's using the stanard UPS MIB
	Made the APC and MGE UPS output consistent
	Added 'dev info ups' to be more specific than 'dev info power'
	
1.2.11
	Added support for the HP2524 switch
	Added support for trying the standard bridge MIB if a devce is
	   unknown
	
1.2.10
	Check for no port in port commands
	Support for hp printers
	
1.2.9
        'dev info cpu' support for cisco routers
	Support for the Cisco 4500
	'host' is now a shortcut for 'hostinfo'
	Support for Catalyst 5002
	Support for Catalyst 6509 router
	Support for 'dev info weather' on some cisco equiptment
	Support for 'dev info power' on APC UPS's.
	-u option to locate
	build -R/usr/athena/lib
	
1.2.8
	Only register on interactive startup
	Don't bail on configure if you can't find curses
	a cat 5002 is like a cat 5000
	Spelling mistake fixed
	Support for the 6509
	
1.2.7
        Fixed a bug in reporting long uptimes
	Consider 5000 and 5500's to be different devices
	Removed 'make dist' stuff from Makefile.in
	
1.2.6
	Finally put the distribution URL in the help file

1.2.5
	Fixed gcc flags in configure.in, Makefile.in
	store argv0 in global
	some changes to register
	
1.2.4
	Use the system.sysObjectID to determine the device, not the
          sysDescr
	Preliminary support for Extreme devices
	Bug in neo_error_print was causing arpfind to crash, removed for now
	Bug in 'set' with no arguments fixed.
	Print other variables in dev info even if an early one fails
	Fixed msnmp to allow oid numbers greater than 128
	added code to let 'info weather' and 'info power' get to devices
	upped default stats delay to 5 seconds
	
1.2.3
	Major overhaul of the stats and statstransfer systems
	Made devicelist k: and f: case insensitive
	Create separate stats module for the 1012

1.2.2
	Fixed bug that we were still requiring a port for port seaches at
	  a high level
	Fixed a few memory leaks
	stats supported in command_help.c
	use longs for port stats counters

1.2.1
	Fixed bug: we forgot to exit if the wrong number of arguments was
	  found for a non MIT arpfind
	MIT arpfind will deal correctly with 18.7.x.y addrs now.
	ifdef MIT'd some variables only needed for ifdef MIT
	
1.2.0
	added port search for 2072 and 1012, which makes 'port search' now
	  fully supported.
	added stats for the 1012, which makes 'stats' now fully supported.
	added macmode global variable et. al.
	ifdef MIT for arpfind shortcut

1.1.16
	fixed misformats in the help command
	moved the VERSION stuff to neo.h
	changed Makefile.in to get VERSION from neo.h
	changed Makefile.in to not nuke the tar.gz file on a distclean
	use config.h for msnmp
	
1.1.15
	fix builtin hostinfo to do reverse resolves and hinfo
	add string.h includes where necessary for linux
	other small -Wall fixes
	
1.1.14
	added the "location print" command
	added functions for errors on stats
	implemented error stats in the standardbridge helper
	implemented error stats for the 2072
	went to new "unknown" stat usage for the 2072
	init statstransfer vaules as unknown now.

1.1.13
	added functions to statstransfer and stats to deal with unknown
	  values.
	updated stats helper and statstransfer_compute_stats to use above
	Changed	no link symbol to be '-' instead of blank space.
	'???' instead of '????' for unknown link status
	Only disply 'missed packet' messages if it was really a timeout not,
	  for exmample, if the variable is unknown.
	If you timeout on a request in a walk you have to bail or else loop
	  forever.
	Print a message about unreachable hosts during the inital probe.
	Print a message about skipping unreachable hosts on locate -v
	fixed a bug that neo would barf if you tried to C-d out of interactive
	  mode without readline under netbsd.

1.1.12
	print command with no args prints all variables
	timeout variable allows users to set snmp timeouts
	separated device subcommands into different files
	went to built-in hostinfo support, but without hinfo
	port "port search" into its own file.
	added support for the Cisco Aironet
	added port searching for lucentwav's and cisco aironet
	Moved the check on "must have a port" for port search to the
	  individual device functions so that devices without ports (like
	  wireless devices) could be searched.
	Fixed a bug that a variable wasn't declared for ifndef HAVE_READLINE
	added neo_location_copy
	Fixed bug in msnmp.  The ints for sequence numbers were being
	  considered negative by ASN.1 so I've reduced the modulus on the
	  random number so that the high bit is never set.
	improvment in bursting
	Fixed bug that we didn't initialize that stats before doing a
	  statstranfer calculation.

1.1.11
	Full support for Cisco routers
	Reset support for Lucent Wavepoint

1.1.10
	Full support for the Cat2948
	Full support for the Cat4000
	Confirmations before modifying potential uplink status
