
- misc-1-3 : 2006.08.23
  * converted to gfits APIs (forces libfits 1.6)

misc-1-2:

  - minor changes to use new libohana (v1.5) / libfits (v1.4)

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.

misc-1-1:
  - dropped old, out-of-date programs
  - minor changes for loneos.h -> dvo.h
  - cleanup of glockfile things

