Version 0.1   August 31, 1996
    * First semi-working version
    * Grabbed server-list, displayed links in X window

Version 0.2   September 1, 1996
    * Mostly cosmetic changes that were a pain in the ass
    * Stuff looks better on the screen.

Version 0.3   September 2, 1996
    * Added the buttons: View, Lag, Links
    * View now correctly changes the perspective to be as from another
      server.
    * Lag does everything apparently correctly.
    * Links just resets everything then grabs the links list again.  In the
      future, it may keep around a copy of the old links list and do 
      comparisons.
    * Cleaned up my directory.  Now completely compiles (including otools)
      just by running make.  Otools is now in the same directory as the rest 
      of the source.

Version 0.4  September 10, 1996
    * Added "Center" and "KillC" buttons to manually center_servers() and
      kill_crossovers()
    * Fixed itty-bitty bug in find_server() which caused incorrect values to
      be generated (mostly meaningless as it just scales down our results a
      bit by the same ratio).
    * Fixed bug which caused servers with dissimilar uplinks to be swapped. 
      Not sure as to cause, fixed through kludge.  Since I will never touch 
      that routine so long as I live if there aren't any bugs, there is no
      reason for this kludge to be non-permanent.
    * Realized the basic idea of how my config file must look in v0.5
    * Documented

Version 0.5  November 3, 1996
    * Delayed config file for another version (forgot the whole config file 
      concept anyways)
    * Fixed bug with blocking XNextEvent() -- now it checks for new shit
      from the server every 500ms
    * Had a disk crash, thought anti-productively.
    * Played with colormap (this is *dark*, and is that *really* red??), but
      decided colormap fiddling should wait for a color monitor..

Version 0.6  March 19, 1997
    * I was stupidly giving out smail's COPYING file instead of the generic
      GPL -- fixed (shows me right for just doing find / -name COPYING -print!)
    * Finally touched it again, got pissed that the LagAll button wasn't
      there, so, um, there's a LagAll button.  It'll be like you'd pressed 
      'Lag' on every dead-end server.  It'll get you a lag time for every
      link.

Version 0.7  (not yet really released)
    * Fixed it so it won't flood itself off (waits .3 seconds between
      sending each line).
    * Fixed bug where if you "Lag"ed the same machine twice, you would get
      error messages (didn't just take out the error message, I actually 
      fixed the bug, heh)

Version 0.8  June 3, 1997
    * Changed _the_ 2-D array into a tree.  Everything suddenly required
      thought, but I'm better now.  Big (big) (big!!) cleanup.  The code
      actually _shrunk_!  kill_crossovers() was obsoleted and
      center_servers() became _fast_!  Things that used to loop became
      simple math and were _precise_!
    * Above change made it much easier for me to finally add typical
      link-looker support!  After a split it now shows which branches were
      lost in a darker grey, and which were won in a lighter grey. (!!)
    * Resizable window. (!!)
    * New 'Thingy' button to load list of servers out of file for debugging. 
      Don't worry, when the config file shows up, everything'll get better.

Version 0.9 June 6, 1997 - First official public beta!
    * Fixed a stupid little seggie.
    * Guess what, that seggie had a friend.  Eradicated him, too.
    * Added File-> and ->File buttons to load a file into the screen and
      vice versa.  Format's obvious.  The first line of the file is the root
      of the tree.
    * Added ExpireOld button to get rid of the darkened servers that may be
      cluttering up your view.
    * Made the lines between the links a different color so that lighter
      ones are new, medium are unchanged, darker ones are old.
    * Added -c and -C and -s command line args.
    * Did some cleanup -- it's shorter than it was before (again).  And it's
      indented sanely, _finally_.
    * Decided that config files are for weenies or something.

Version 0.99 November 28, 1997 - First real official public beta
    * Switched to getopt()
    * Got rid of SIGALRM, now everything's selected, including the X socket
    * More code cleanup
