snarf 1.5
---------
        o Cleanup and official release

snarf 1.23
----------
	o Now uses configure to guess the system setup.
	o Now works entirely with passive FTP and proxies (if present)
	  to download, using the $SNARF_PROXY environment variable. Many
          thanks to Sean Connor for (first) the passive ftp code and
          (second) kluging it to work with RFC compliant ftpds that don't
          act like other ftpds.
	o Removed hash printing. Sorry.
	o Relaxed the requirements for a string to be considered an URL
	o Internalized alias LATEST for freaks who don't use a .snarfrc

snarf 1.22
----------
	o Added a secret option to do username/passworded logins for ftp
          servers. THIS IS A VERY BAD SECURITY HOLE. DO NOT USE THIS FEATURE!
	o Restructured a lot of functions
	o Relaxed the restriction that URLs must end in a slash
	o Fixed other stupid stuff that I can't recall right now
	o Thought hard about moving to RCS for version control

snarf 1.2
---------
	o Added experimental proxy support via the $SNARF_PROXY environment
	  variable.
	o Fixed a (fatal) bug in gopher retrieval

snarf 1.13
----------
        o Fixed a bug that caused snarf to bail when the server didn't
          require a password for anonymous login.
        o Applied a few small but useful patches from Sean Connor

snarf 1.12
----------
	o Fixed the bug allegedly fixed in 1.11. the new fix follows the
	  RFC. imagine that :)
	o added the -r flag to resume interrupted ftp transfers. i love this
	  flag!
	o slightly modified typo in makefile at Ganesh's direction

snarf 1.11
----------
	o Fixed a bug in ftp.c that prevented you from working with (lame?)
	  Microsoft FTP servers

snarf 1.1
---------
	o Added a hack for doing command line options -h and -v
	o Replaced ftplib with ftp.c from Ganesh
	o At Ganesh's direction:
	  . Fixed isalpha mistake in url.c, to allow IP addresses to be
	    snarfed
	  . Added O_TRUNC in simple.c to prevent a large snarf.out file

snarf 1.0
---------
	o Added ftp support via ftplib

snarf 0.5a
----------
	o Cleaned up a few things and released to the unsuspecting public

snarf 0.5
---------
	o Initial snarf, given to a few people I know

