----
Release  1.1.1
8/21/98
Dan Massey, UCLA/Xerox PARC

The 1.1.1 release has the following new features:

  o asretry now has -a ASnumber which causes htmlmaker to retry aslookup
    for all sources with ASnumber.  previously asretry could only
    cause htmlmaker to retry aslookup for sources with AS number of -1.

  o aslookup now only writes the number of sources lookup to the error log.
    the previous aslookup error log included a number of messages which
    did not prove useful (such as the start time, delay, and end time).

  o aslookup assigns an AS of 0 to reserved addresses 10/8, 172.16/12,
    and 192.168/16.

  o aslookup now ignores the 0.0.0.0/1, 128.0.0.0/2, and 192.0.0.0/2
    default address in the RADB database.

  o htmlmaker does a better job of scheduling the next route table dump.
    this should eliminate the occasional "0 minute route table intervals
    seen by some sites".  previously, if a signal arrived just before
    the start of an hour, htmlmaker would ask for a route table dump.
    seconds later when the start of the hour actually occurred, htmlmaker 
    would again ask for a route table dump and thus make the interval
    between route table dumps 0 minutes.  

  o htmlmaker now checks to see if routemonitor is alive whenever an
    invalid route_table file is reported.  previously htmlmaker would
    wait until the following hour before checking routemonitor.

  o routemonitor now correctly handles the first hour of input.
    previously the first hourly report by routemonitor would have one
    extra flap for each source.

  o rmsearch.cgi now includes a link to an equivalent "simple text" search
    whenever the results of an "html table" search exceeds the 500 entry
    limit.

  o install script now creates directories use mkdir -p so intermediate
    directories will be created if needed.

  o install script now uses chmod +x to set decent default permissions
    for executable files if the user selects not to specify permissions 

  o install script now creates a RouteMonitor start/stop script whose
    default action is to call RouteMonitor start

  o initial route_stats: the AS numbers in the initial route_stats
    file have been changed to remove any references to the radb default
    routes of 0.0.0.0/1, 128.0.0.0/2, and 192.0.0.0/2

  o rmsearch and rmdist were renamed to rmsearch.cgi and rmdist.cgi

  
The 1.1.1 release fixes the following bugs:

  o routewatch.c had several variables were which not initialized

  o rmsearch.cgi had a typo which prevented more than 500 entries from
    being displayed even if the simple text option was used.
