2005-02-25  Alan Grosskurth  <alan.grosskurth@utoronto.ca>

        Version 0.5.3.

	Fixed bug which prevented fine adjustment of grids.
	Made one-off adjustment of grids more robust.
	Various code cleanups.

2005-02-23  Alan Grosskurth  <alan.grosskurth@utoronto.ca>

	Version 0.5.2.

        Version number increased due to problems with Savannah upload.

2005-02-23  Alan Grosskurth  <alan.grosskurth@utoronto.ca>

	Version 0.5.1.

        Fixed syntax errors and removed automake remnants.

2005-02-18  Alan Grosskurth  <alan.grosskurth@utoronto.ca>

	Version 0.5.0.

        1750 lines of C++ code.

	All tools, except 'spatter-imagecomposer', are now invoked as
        follows:

	  spatter-tool [-i inputfile] [-o outputfile] imagefile

	If inputfile is omitted, input is read from standard input.
	If outputfile is omitted, output is written to standard input.
	Exception: spatter-imagecomposer -i cy3file:cy5file -o imagefile

	Data is files are delimited with colons instead of tabs.
	Spot masks (written by spatter-spotfinder) are encoded in hex
	rather than binary.

	'spatter-gridfinder' no longer crashes when grids adjusted
        one-off are within one spot-size of the image boundary.

	Automake is no longer used.
	Libtool is no longer used.
	The shared library 'libspatter' is no longer created.
	All executables are statically linked.
	All project files reside in a single directory.

2004-02-02  Alan Grosskurth  <alan.grosskurth@utoronto.ca>

	Version 0.4.1.
