0.9    first public release

0.9.2  added regexp and glob expr matching. added backup + timeouts

0.9.3  fixed potential segfault

0.9.4  added --exclude-from <file> option - binary search on list of exclude paths

0.9.5  man pages created, fixed return values + corrected some error reporting
	added some GNU standardisations.

0.9.6  backup accross multiple volumes - options --starting-file, --max-bytes,
	--block-soze added.

0.9.7  coding started for hardlink support proper. fixed a bug in find_string()
	that prevents files from being found in the exclude list

0.9.8  hardlink support proper. fixed bug where symlinks are copied unnecessarily.
	some manpage updates.

0.9.9  fixed further symlink problems. added --skip-symlinks option.
	added --allow-type option.

0.9.10	midnight commander vfs added. mc and ftp URL's are now supported.
	fixed some failed checks with make check - hardlinks to all types of files
	are now supported.

0.9.11  --password option added to set anonymous or ftp password on the command
	line. slight bug with modified times on directories that change to things
	is fixed. chk updated to check for more things, but not symlink mtimes.
	signal handling done proper.

0.9.12  various minor options added. --copy-mode option added, causes somewhat
	cp'ish behaviour like multiple filenames on the commandline. GNU long
	and short option behaviour added.

0.9.13  . and .. as a path is compressed to /some/pwd/. and /some/pwd/.. instead of
	/some/pwd and /some - fixed. vfsfs temp files removed on the fly so that they
	don't fill up the tmp directory.

0.9.14  flush vfs directories manually and don't use the timeout. copydir command
	added. directories flushed manually an leaving. --no-erase-directories
	option added.

0.9.15  --no-chown --no-chmod options added.

0.9.16  --no-chown --no-chmod options now actually works - I think.

0.9.17  --dry-run no longer gives error when can't find a directory.
	James has more tests put in and man page fixes.

0.9.18  Changes to compile with -ansi -pedantic. Mirrordir should now compile
	under Irix, Ben.

0.9.19  --mtime-threashold for ftp transfers fixed.
	-lsocket and -lnsl added for compiling on systems that need it.
	man page fixes.

0.9.20  More checks added by James.
	NEED_EXTRA_DIRENT_BUFFER check was missing - this should fix buss error
	on Solaris.

0.9.21  NEED_EXTRA_DIRENT_BUFFER check fixed in aclocal.m4
	added --ignore-size option. temp files are now created in the
	directory of the downloading file by default. env var TMPDIR can
	be used to override this - check the man page.

0.9.22  all time comparisons are now done via time_out_range(). mtimes will
	never again be unnecesarily set when --mtime-threshold is used for
	ftp transfers. Note that this does not mean you won't get mtime
	messages for transfers where the mtime cannot be set at all.
	--strict-locking option added. The default behaviour is now to open
	files for reading only.

0.9.23  woops - major bug fix - I previously used remove() instead of mc_unlink().
	This could be a source of major problems because it prevents ftpfs files
	from ever being deleted!



