Version 1.6.1: Mon Oct 24 23:33:47 PDT 2005
  * Fixed configure script problem with fltk (now uses fltk-config)
  * Added default icon for preview area.

Version 1.6: Wed Sep 15 10:04:46 PDT 2004
  * Added Autoconf/Automake support.

Version 1.5: Sat Feb  7 13:30:59 PST 2004
  * Added user configuration file support. The default file
    assumes TightVNC, but the user can edit to taste. The TIGHTVNC flag
		no longer applies.
  * Added ability to add a remote server. Press the "Add Server"
    button to add a remote host in the form "server:port".
    NOTE: The remote X server will refuse connections until you add permissions
    for the connecting server via xhost.
    ALSO NOTE: You cannot start or stop a remote server instance.

Version 1.4: Tue Jan 13 01:15:11 PST 2004
  * Thumbnailing now happens fully in background thread
  * Adding -DTIGHTVNC to Makefile flags will use the TightVNC client. Please
    see VncOptions.h for details.
  * The VncThread class is no longer templatized.

Version 1.3: Tue Jan  6 00:24:51 PST 2004
  * Added thumbnail support for remote desktops.
  * Tweaked the makefile to be more general.
  * Reworked some threading code.
  * Fixed a bug in the VncCritSection class.

Version 1.2: Mon Dec 29 19:44:55 PST 2003
  * Moved threading support into a new class, VncThread.h.
  * Fixed deadlock problem.

Version 1.1: Thu Dec 18 01:46:53 PST 2003 (RDB)
  Added threading support so that the application will not block while waiting
  for the forked job to complete. This means we can now have a proper "Please
  Wait" dialog.

Version 1.0:
  Initial release.
