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 prevent coredumps when routes are received with
		community attributes and no origin attributes.  [gnats 230]
		aspath_hash.c	swright
	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
