
2005.10.04
	- moved measure/missing list manipulation to separate functions
	- added concept of sorted / unsorted measure catalog
	- defined build_meas_links and reorder_measure,missing
	- some cleanup of both find_matches.c and find_matches_closest.c

2005.10.03:
	- dropping GSCRegion *region entry from find_matches (unused!)
	- adding function find_matches_closest (alternate matches)

2005.08.19:
	changed load_photcode to handle CATMODE and CATFORMAT variations
	- addstar.h: added CATMODE and CATFORMAT globals
	- ConfigInit: read CATMODE and CATFORMAT from config
	- gcatalog: set catalog.catmode from CATMODE
	- mkcatalog: set CATFORMAT and CATMODE for new catalog
	- wcatalog: set CATFORMAT for new catalog
	
	using full photometry conversions in find_matches
	added SetZeroPoint to gstars to enable phot conversions
	
2005.08.15:
	cleanup of the minor Wall,Werror messages

2005.07.06 : current release is addstar-1.1

	I have made a variety of fairly substantial changes since
        v1.0.  I have added autocode for the basic DVO data types.  I
        have merged the functionality of addspphot, addrefs, and
        addusno into the single addstar function.  There are now
        options to add an ascii text table or stars from known
        external reference catalogs (HST GSC, USNO, 2MASS).  Also, the
        functions added for skyprobe (in-flight Mcal calculation,
        color terms) are also incorporated.  I also substantially
        re-organized the basic code to make the different modes more
        sensible.  There are still a few changes needed for addstar
        v2.0 (which will be able to handle the pan-starrs bandwidth).
        specifically, addstar needs to handle the catalog files using
        the TBD sky.db interfaces, it needs to interact with a DVO
        server in a client/server way (to divide up the sky), it needs
        to handle multiple versions of the table formats, and it might
        need to know about the mysql backend interface.  

2005.02.24 : I am adding the mosaic two-level astrometry information to the Image table.

