3.5.7
* Portability improved. Warnings during compilation is now avoided.
* In printing packet filters the prefix 0.0.0.0/0 is ignored.
* The following lists are also sorted:
	cisco packet filters
	cisco default statements
	gated prefix list policy filters
	rsd prefix list policy filters
* RtConfig now accepts the following command:
	@RtConfig outbound_pkt_filter <if-name> <ASN-1> <rtr-1> <ASN-2> <rtr-2>
  Same as pkt_filter but using as-out instead of as-in. Please see the man 
  page.

3.5.6 
* A new radix tree implementation is in place. So
  -cisco_compress_acls now works and resulting access lists are
  sorted.
* RtConfig now accepts the following command:
	@RtConfig pkt_filter <if-name> <ASN-1> <rtr-1> <ASN-2> <rtr-2>
  Man page has the details. This is useful for filtering data packets 
  whose source address does not belong to your customers 
  (e.g. smurf packets).

3.5.5
* RtConfig now accepts the following commands.
     @RtConfig set cisco_map_first_no = 5
     @RtConfig set cisco_map_increment_by = 10
  Man page has the details. This is useful for inserting other statements 
  to the route maps.
* Bug fixed: RtConfig failed on expressions like "accept AS1 OR <AS1>".
* Bug fixed: Our radix tree based set implementation turned out to be
  very bugy and consumed enormous resources. I rolled back our old set
  implementation that used splay trees. This means, access lists will
  no longer be sorted:-( Also, -compressACLS will not work. 
* aoe now has a revert button, when pressed it re-reads the object from IRR.

3.5.4
* RAToolSet has been modified to adapt Tcl/Tk 8.0 by changing it's
  naming convention.  This will make roe and aoe taking the advantage of
  newest Tcl/Tk in terms of speed.
* A multi-homed's bug on prtraceroute has been fixed by checking out
  the interfaces from the kernel.  Linux and Solaris porting have also been
  integrated.  
* RAToolSet installation script has been improved so that it will
  create directories if they do not exist.  This will smooth the
  installation process without any human interference.  
* RtConfig has been enhanced to generate compressed ACLs for Cisco
  routers.  This will shorten the ACLs and hence use less memory on Cisco
  routers.

3.5.3
* Radix trie has been added for RtConfig so that sorted access list 
  will be generated.
* Balloon help for roe has been added to show the range of each address prefix.
* Bugs fixed for roe from being crashed. 
* aoe has different resource file (~/.aoerc) format.  Users should delete
  the old one and let aoe generates a new one.
* aoe provides template for the "changed:" field and appends/replaces
  it automatically.
* Bug fixed for prtraceroute from being crashed in Solaris.  Thanks
  Bob Coggeshall for pointing it out.
* Clean up all the memory leaking problems.

3.5.1
* This version contains a couple of minor bugs fixed for RtConfig.  Thanks
  "David M. Meyer" <meyer@network-services.uoregon.edu> for pointing them
  out.

3.5.0
* This version contains the beta release of aoe, Autonomous System
  Object Editor:
     aoe simplifies the creation of aut-num objects by employing some
     heuristics to add and modify as-in and as-out attributes.  For
     example, given a BGP dump from a router inside your AS, aoe
     parses the AS_PATH attributes in the BGP dump, and determines the
     peer ASes, and the import policies for each peer AS.  A template
     based mechanism is provided for users to create their own
     heuristics to augment the heuristics that we provide.  aoe can
     register the aut-num object in the IRR after editing is done.
* RtConfig has couple of new features:
        -supress_martian option
        -@RtConfig networks commands
        -@RtConfig default commands
* There are also some minor bug fixes.

3.4.0
* This version has man pages for all tools. There are new tools, quite a
  few improvements and bug fixes. Since there are so many changes please
  regard this version as alpha.
* Here are the list of tools:
    peval                 improvements and bug fixes
    pmatch                more options
    prpath                more options
    RtConfig              improvements and bug fixes
    CIDRAdvisor           completely rewritten with all new options
    prcheck               no changes
    roe                   no changes
    relayd                new tool
    prtraceroute          new tool

2.9
* peval now has registers. register store the results of previous
  evaluations. To enable, one needs to use either -registers option or
  -config option of peval. E.g.
	./peval -registers
	peval> set $a AS1
	peval> $a
	((AS1))
* code has been reorganized. gnu libraries is now all in one sub directory
  parse tree node* code has been cleaned and sped up.
* autoconf tested on sunos solaris alpha/osf ultrix
2.8
* yyparse now parses the stdin. Peval used to read stdin and pass it to
  yyparse.
* When debugging is enabled (w/ -DDEBUG), execution is no longer slowed
  down if debugging is not enabled at run time with -D command line option.
* The extended/original attribute interaction as discussed in IETF July 95
  has been implemented.
* Better error/warning messages:
	Warning: aut-num object of AS690 has no as-out line for peer AS3561.
	Warning: Community COMM has no registered routes or does not exist.
* RtConfig now supports RSd configuration file format.
