
libfits-1-4:
  added dependency on libohana
  make libfits work with ohana_allocate
  removed internal fits.h include file, 
  replaced with the common fitsio.h file

2005.10.07

	I was having some memory collision problems, and attempting to
	use the ohana_allocate functions reminded me that the libFITS
	functions were not supported under ohana_allocate.  This was
	unhelpful.  I bit the bullet and split libohana into libohana
	(base functions only, including ohana_allocate) and libdvo
	(functions based on the libautocode structures).  Doing this
	allowed me to make libFITS depend on libohana (including
	ohana_allocate).  BUT, this forced me to change all LDFLAGS
	entries in ohana to swap -lohana -lFITS for -lFITS -lohana,
	and to add include <fitsio.h> in some cases.

libfits-1-3:
 added some additional vtable support, fixed minor iterpretation errors
 in fits_modify.  

libfits-1-1: 

  F_scan now skips leading ' before parsing value : some bad FITS
  writers add ' to float entries!

libfits-1-0:
  imported to CVS
