Changes from Release 3.5.10
	Fix from web to parse error when auth not specified, but authkey is.
		parser.y, [cwr 980903]
	Update copyrights. All files.  [cwr 990217]
	Added defines for linux. Include.h.  [babydr 990301]
	Modify sscanf to allow long hex into flag_t , this is a 
	   temp fix for Linux 2.1.x - 2.2.x. krt_rtread_proc.c,  [babydr 990301]
	Use sockdup to allocate sockaddr_un for point-to-point
		dest addr's. krt_ifread_ioctl.c, [990202 chopps]
	Fixed Solaris alias bug where hme0:1 was the same as hme0. krt_ifreaD_ioctl.c,
		[wfs 990115]
	Added patch from Acee that checks for multiple next-hops when 
		multipath routing is used. krt_rt_sock.c, krt.c,  [wfs 980914]
	Add path flag so that, if root, path to gated can be given.
		aides testing. gdc.c, [chopps 990123]
	Add -l option to give path of pid file (still default to _PATH_PID)
		initialize gatedbinary (wasn't being init'd) and pidfile. gdc.c, 
		[990311 naamato]
	add USE_MMAP option to use BSD4.4's MAP_ANON functionality of mmap()
		to obtain pages, instead of sbrk'ing which can be
		incompatible with libc's malloc.  On NetBSD/sparc, at least,
		this is required. task.c [chopps 980122]
	Don't use depricated area->authtype to determine the trailer
		size of the packet for authentication, instead use the
		interface authentication field. UMD OSPF.  [chopps 990122]
	Only allow stub hosts to be either p2p or loopback.
		ospf_build_ls.c, [wfs 981130]
	Added purify code to run purify. ospf_init.c, task.c, [wfs 990114]
	Fixed memory leaks detected by purify. trace.c, [wfs 990114]
	Ignore assert that can fail when changing netmask in
                ospf_multicast_alldr(). ospf_init.c, ospf_states.c [chopps 990123]
	Added  {RTPROTO_HELLO,   "HELLO"} back in rt_proto_inits for placeholder in array.
	This offset is used by dump and gii so we need to preserve it.
		rt_table.c  [wfs 981123]
	Fix for gnats 271 - "assert failure when vips move".  Also fixes
		problem with taking down IBGP interfaces. 
		bgp_init.c  [swright 981012]

Changes from Release 3.5.9
	Added check to confirm that authentication is not specified without 
		specifying RIPv2. [gnats 99]
		rip.c, parser.y	cwr
	Allow sending of VLSN routes over RIPv2 "unicast" [gnats 149]
		rip.cA		cwr
	Added patch to prevent BGP from advertising an address of a peer as a
		NEXT_HOP for routes gated is originating.  [gnats 247/248]
		bgp_rt.c	swright
	Added patch to generate a parse error when an invalid AS is
		specified for BGP group type routing.  [gnats 244]
		parser.y	skh
	Added patch to correctly log information regarding BGP optional
		parameters (currently unsupported in gated).  [gnats 216]
		bgp.c, bgp_init.c, bgp_proto.h, bgp_rt.c, bgp_var.h
		swright
	Added OSPF LSID normalization.
		ospf*           chopps
	Added parser changes to simplify OSPF configuration.  Incomplete.
		parser.y
	Added patches to OSPF parser for problem with both static and aggregates.
		parser.y	
	Added patch to OSPF parser for OSPF authentication
		parser.y
	Added patch for refcount overflowing integer boundary.
		ospf_rtab.h	Ryan Pierce 
	Added patch for little endian machines when BYTE_ORDER not defined.
		config.h	Richard Kettlewell
	Patch to trap NULL as_hdr. 
		ospf_rt.c	Robert Muchsel
	Fix for GNATS #41 - freeing ASpath memory.
        	asmatch.c       swright
	Removed offensive language from source code modules.
        	bgp_init.c, slsp.h, slsp_io.h, slsp_mib.c, task.c, task.h
        	chopps
	Added patch that does asserts if sockaddrs are null in sockaddrcmp.
        	sockaddr.c
	Applied patch for gnats #239, small fix to bgp traceoptions.
        	bgp_rt.c   swright
	Make sure #include /netinet/ip.h is included on all systems.
        	include.h       Christopher Paletou
	Rewrite of krt_ifread_ioctl code.
        	krt_ifread_ioctl.c, krt_lladdr_sunos4.c  wfs
	Added needed INCLUDE_IOCTL define.
        	krt_lladdr_linux.c   naamato
	Added patch to ignore redirect messges without author field.
        	krt_rt_sock.c      Paul Murphy
	Added patch for OSPF interface address changes for addresses in the stub hosts lists.
        	ospf_init.c     Jeffrey Honig
	Added patch to test for rt_head pointer before using it.
        	ospf_rt.c
	Added patch  to bring down the adjacency when no longer reachable.
        	ospf_spf.c      Jeffrey Tustin
	Added patch to fix RIP target initialization.
        	rip.c           Acee Lindem

Changes from Release 3.5.8:
	Added patch for router-id selection. [wfs 980326]
	Added patch for comparision statement for network ranges. Contributed by 
		Apurva Mehta   [wfs 980326] 
	Added patch for flooding summary link ASBR when cost changes. Contributed by
		Apurva Mehta   [wfs 980326]
	Added patch to allow Gated compiling on UX4800 system. Contributed by
		Katsuhiro Kondou  [wfs 980326]
	Added patch for kernel routing table on linux systems. Contributed by
		Andrew Romanenko [wfs 980326]
	Added patch for HP systems. [wfs 980326] 
	Added patch for check for 0 mask in OSPF.  [chopps 980111]
	Added patch for when a BGP peer is configured with an unreachable gateway.
		[swright 980318]	
Changes from Release 3.5.7:
	Added patch for OSPF memory leak. Contributed by Acee Lindem
		[wfs 971203]
	Added patch for RIP aging bug. Contributed by Erich Meier [wfs 971203]
	Added patch for unconfigured network patch. Contributed by
		Gordon Chaffee. [wfs 971203]
	Added patch for more recent LSA macro. Contributed by Acee Lindem.
		[wfs 971203]
	Added patch to fix if_name character array mis-declaration. Submitted
		by Ivane Nejgebauer. [wfs 971203]
	Added patch to OSPF NBRS_LIST macro that verifies existence of
		neighbor pointer before using this pointer.  Submitted by
		Ivane Nejgebauer. [wfs 971203]
	Bring ospf up-to-date with the md5 specification set forth in rfc 2178.
		Closes pr 138. [chopps 970924]

Changes from Release 3.5.6:
	Fix wrong ls_id to AddLSA in ospf_rt.c for ASE routes 
		fixes pr#113 [chopps 970814]
	
Changes from Release 3.5.5:
	Cleaned up and added rcsid's. [chopps 970626]
	Added support for Solaris 2.6 from David Comay.  Includes
		support for 2.6's routing socket. [chopps 970625]
	Cleaned up and organized copyrights in most files [chopps 970717]
	Added new CHANGES file and moved old file to CHANGES.1.
		[chopps 970803]
	Fixed typo in snmp_isode.c -- now compiles. [chopps 970811]
	Scanf string specifier from Katsuhiro Kondou
	OSPF not advertising directly connected networks from Acee Lindem
	Fixed OSPF authentication scope problem from Acee Lindem
	Patches to prevent core dumps from rdisc and gdc from Katsuhiro Kondou
	Change Linux config file to use flex, not lex from Chris Hopps
	Gated would ignore router discovery messages sent to limited broadcast
		address from Jeffrey Honig.
	Cut and paste bug in krt_rtread_sioc.c file from Katsuhiro Kondou
