Index: /trunk/Ohana/src/addstar/doc/ChangeLog.txt
===================================================================
--- /trunk/Ohana/src/addstar/doc/ChangeLog.txt	(revision 8555)
+++ /trunk/Ohana/src/addstar/doc/ChangeLog.txt	(revision 8556)
@@ -4,4 +4,12 @@
   * added the -resort option
   * added timeout for large operations
+  * dropped old versions now not needed
+  * converted to the new DVO APIs (forces libdvo 1.3)
+  * added 'sedstar'
+  * added 'load2mass'
+  * more error checks on config
+  * converted to 'check_dir_access' 
+  * check that catalog stars fall in image (or skip catalog)
+  * fixed memory leak issues in find_matches
 
 - addstar 1.6
Index: /trunk/Ohana/src/delstar/doc/ChangeLog.txt
===================================================================
--- /trunk/Ohana/src/delstar/doc/ChangeLog.txt	(revision 8555)
+++ /trunk/Ohana/src/delstar/doc/ChangeLog.txt	(revision 8556)
@@ -2,4 +2,6 @@
 - delstar 1.6 : 
   * converted to gfits APIs (forces libfits 1.6)
+  * converted to new DVO APIs (forces libdvo 1.3)
+  * removed unused code
 
 - delstar 1.5 : 2006.03.26
Index: /trunk/Ohana/src/elixir/doc/ChangeLog.txt
===================================================================
--- /trunk/Ohana/src/elixir/doc/ChangeLog.txt	(revision 8555)
+++ /trunk/Ohana/src/elixir/doc/ChangeLog.txt	(revision 8556)
@@ -1,4 +1,4 @@
 
-- elixir-1-5: 
+- elixir-1-5 : 2006.08.23
   * converted to gfits APIs (forces libfits 1.6)
 
Index: /trunk/Ohana/src/gastro/doc/ChangeLog.txt
===================================================================
--- /trunk/Ohana/src/gastro/doc/ChangeLog.txt	(revision 8555)
+++ /trunk/Ohana/src/gastro/doc/ChangeLog.txt	(revision 8556)
@@ -2,4 +2,7 @@
  gastro-1-4:
   * converted to gfits APIs (forces libfits 1.6)
+  * converted to new DVO APIs (forces libdvo 1.3)
+  * removed unused code
+  * better error-checking for ConfigInit
 
  gastro-1-3:
Index: /trunk/Ohana/src/gastro2/doc/ChangeLog.txt
===================================================================
--- /trunk/Ohana/src/gastro2/doc/ChangeLog.txt	(revision 8555)
+++ /trunk/Ohana/src/gastro2/doc/ChangeLog.txt	(revision 8556)
@@ -2,4 +2,12 @@
  gastro-2-3:
   * converted to gfits APIs (forces libfits 1.6)
+  * converted to new DVO APIs (forces libdvo 1.3)
+  * removed unused code
+  * better error checks in ConfigInit
+  * fixed luminosity function matching
+  * added ASCA mode
+  * added mode to measure ptolemy fill-factor
+  * cleaned up polynomial fitting / header conversions
+  * cleaned up fitting code
 
  gastro-2-2:
Index: /trunk/Ohana/src/gophot/doc/ChangeLog.txt
===================================================================
--- /trunk/Ohana/src/gophot/doc/ChangeLog.txt	(revision 8555)
+++ /trunk/Ohana/src/gophot/doc/ChangeLog.txt	(revision 8556)
@@ -1,4 +1,4 @@
 
- gophot-1-2:
+- gophot-1-2 : 2006.08.23
   * converted to gfits APIs (forces libfits 1.6)
   * cleaned up Makefile, -Wall compilation errors
Index: /trunk/Ohana/src/imclean/doc/ChangeLog.txt
===================================================================
--- /trunk/Ohana/src/imclean/doc/ChangeLog.txt	(revision 8555)
+++ /trunk/Ohana/src/imclean/doc/ChangeLog.txt	(revision 8556)
@@ -1,4 +1,4 @@
 
-- imclean-1-3: 
+- imclean-1-3 : 2006.08.23
   * converted to gfits APIs (forces libfits 1.6)
 
Index: /trunk/Ohana/src/imregister/doc/ChangeLog.txt
===================================================================
--- /trunk/Ohana/src/imregister/doc/ChangeLog.txt	(revision 8555)
+++ /trunk/Ohana/src/imregister/doc/ChangeLog.txt	(revision 8556)
@@ -1,28 +1,27 @@
 
-imregister-1-5:
+- imregister-1-5 : 2006.08.23
   * converted to gfits APIs (forces libfits 1.6)
 
+- imregister-1-4:
+  * dropped IMAGE_CATALOG from config
+  * fixed imageID if not in header
+  * changed mkdirhier to updated version (libohana 1.7)
 
-imregister-1-4:
-  dropped IMAGE_CATALOG from config
-  fixed imageID if not in header
-  changed mkdirhier to updated version (libohana 1.7)
+- imregister-1-3:
+  * modifications to use the new DVO load functions (libdvo-1-0)
+  * minor changes to use new libohana (v1.5) / libfits (v1.4)
 
-imregister-1-3:
-  modifications to use the new DVO load functions (libdvo-1-0)
-  minor changes to use new libohana (v1.5) / libfits (v1.4)
+- imregister-1-2:
+  * substantial changes to use autocoded tables
+  * reorgainzation of db I/F code to use fits_db functions
 
-imregister-1-2:
-  substantial changes to use autocoded tables
-  reorgainzation of db I/F code to use fits_db functions
+- imregister-1-1:
+  * I made a lot of very minor changes to cleanup the FITS database
+  * interactions.  These should not have any impact on behavior.
 
-imregister-1-1:
-  I made a lot of very minor changes to cleanup the FITS database
-  interactions.  These should not have any impact on behavior.
-
-imregister-1-0:
-  I've added the newest versions of imregister to the CVS tree with the
-  base tag imregister-1-0 (should have used imregister-3-0? still
-  learning about revision control).  
+- imregister-1-0:
+  * I've added the newest versions of imregister to the CVS tree with the
+  * base tag imregister-1-0 (should have used imregister-3-0? still
+  * learning about revision control).  
 
 comment from before importing to CVS:
Index: /trunk/Ohana/src/kapa/doc/ChangeLog.txt
===================================================================
--- /trunk/Ohana/src/kapa/doc/ChangeLog.txt	(revision 8555)
+++ /trunk/Ohana/src/kapa/doc/ChangeLog.txt	(revision 8556)
@@ -1,7 +1,7 @@
 
-- kapa 1.6
+- kapa 1.6 : 2006.08.23
+  * some PNG fixes
   * converted to gfits APIs (forces libfits 1.6)
   * removed items moved to libkapa
-   
 
 - kapa 1.5
Index: /trunk/Ohana/src/kii/doc/ChangeLog.txt
===================================================================
--- /trunk/Ohana/src/kii/doc/ChangeLog.txt	(revision 8555)
+++ /trunk/Ohana/src/kii/doc/ChangeLog.txt	(revision 8556)
@@ -1,7 +1,8 @@
 
-- kii 1.6
+- kii 1.6 : 2006.08.23
   * converted to gfits APIs (forces libfits 1.6)
   * added keyboard events
   * removed items moved to libkapa
+  * added test scripts
 
 - kii 1.5
Index: /trunk/Ohana/src/libdvo/doc/ChangeLog.txt
===================================================================
--- /trunk/Ohana/src/libdvo/doc/ChangeLog.txt	(revision 8555)
+++ /trunk/Ohana/src/libdvo/doc/ChangeLog.txt	(revision 8556)
@@ -1,5 +1,10 @@
 
-- libdvo 1.3
+- libdvo 1.3 : 2006.08.23
   * converted to gfits APIs (forces libfits 1.6)
+  * unified DVO APIs
+  * fixed DVO API naming (dvo_catalog..., dvo_image...)
+  * fixes to polynomial conversions in coords.c
+  * less restrictive ctypes for polynomials (coords.c)
+  * fixes to dvo locking strategy
 
 - libdvo 1.2
Index: /trunk/Ohana/src/libfits/doc/ChangeLog.txt
===================================================================
--- /trunk/Ohana/src/libfits/doc/ChangeLog.txt	(revision 8555)
+++ /trunk/Ohana/src/libfits/doc/ChangeLog.txt	(revision 8556)
@@ -1,8 +1,9 @@
 
-- libfits 1.6
+- libfits 1.6 : 2006.08.23
   * in order to allow compliation with cfitsio programs, I have changed the 
     entire namespace to 'gfits' from 'fits'  (actually, only fits_copy_header 
     was conflicting, but it is better to have a sufficiently different namespace).  
     All ohana programs need to migrate to the new version of libfits.
+  * set buffer to NULL in gfits_init_header 
 
 - libfits 1.5
Index: /trunk/Ohana/src/libkapa/doc/ChangeLog.txt
===================================================================
--- /trunk/Ohana/src/libkapa/doc/ChangeLog.txt	(revision 8555)
+++ /trunk/Ohana/src/libkapa/doc/ChangeLog.txt	(revision 8556)
@@ -1,2 +1,8 @@
+
+- libkapa 1.2 : 2006.08.23
+  * added KapaInitGraph
+  * added KapaColorName
+  * added KapaPrepPlot
+  * added KapaPlotVector
 
 - libkapa 1.1
Index: /trunk/Ohana/src/libohana/doc/ChangeLog.txt
===================================================================
--- /trunk/Ohana/src/libohana/doc/ChangeLog.txt	(revision 8555)
+++ /trunk/Ohana/src/libohana/doc/ChangeLog.txt	(revision 8556)
@@ -1,2 +1,9 @@
+
+- libohana 1.8 : 2006.08.23
+  * cleanups in ohana.h
+  * moved gaussj to libohana
+  * added PrintIOBuffer functions
+  * added check_dir_access 
+  * added ohana_lst to time.c
 
 - libohana 1.7
Index: /trunk/Ohana/src/misc/doc/ChangeLog.txt
===================================================================
--- /trunk/Ohana/src/misc/doc/ChangeLog.txt	(revision 8555)
+++ /trunk/Ohana/src/misc/doc/ChangeLog.txt	(revision 8556)
@@ -1,4 +1,4 @@
 
-- misc-1-3
+- misc-1-3 : 2006.08.23
   * converted to gfits APIs (forces libfits 1.6)
 
Index: /trunk/Ohana/src/mosastro/doc/ChangeLog.txt
===================================================================
--- /trunk/Ohana/src/mosastro/doc/ChangeLog.txt	(revision 8555)
+++ /trunk/Ohana/src/mosastro/doc/ChangeLog.txt	(revision 8556)
@@ -1,5 +1,7 @@
 
-- mosastro 1.3
+- mosastro 1.3 : 2006.08.23
   * converted to gfits APIs (forces libfits 1.6)
+  * converted to new DVO APIs (forces libdvo 1.3)
+  * removed old unused code
 
 - mosastro 1.2
Index: /trunk/Ohana/src/nightd/doc/ChangeLog.txt
===================================================================
--- /trunk/Ohana/src/nightd/doc/ChangeLog.txt	(revision 8555)
+++ /trunk/Ohana/src/nightd/doc/ChangeLog.txt	(revision 8556)
@@ -1,2 +1,5 @@
+
+- nightd 1.3 : 2006.08.23
+  - moved to ChangeLog.txt
 
 nightd-1-2:
Index: /trunk/Ohana/src/opihi/doc/ChangeLog.txt
===================================================================
--- /trunk/Ohana/src/opihi/doc/ChangeLog.txt	(revision 8555)
+++ /trunk/Ohana/src/opihi/doc/ChangeLog.txt	(revision 8556)
@@ -1,20 +1,46 @@
 
-2006.05.03:
-
+2006.08.23:
   opihi-2-7 : converted to gfits APIs (forces libfits 1.6)
 	      consolidated style argument parsing
 	      added style arguments to astro plotting
+	      added support for pantasks_client, pantasks_server
+	      added more complex keys to queue operations
+	      added gprint to allow buffered printing in threads
+	      updates to test framework for more flexibility
+	      added time conversions sec_to_hms, sec_to_day
+	      added SetLimitsRaw
+	      added isort_pair
+	      added VarConfigEntry
+	      added strip_version to clean version output
+	      moved gaussj to libohana
+	      moved main out of opihi to mana.c, etc
 
   mana-1-5  : converted to gfits APIs (forces libfits 1.6)
+	      added option for threaded shell/backend (not used)
+
   dvo-0-5   : converted to gfits APIs (forces libfits 1.6)
       	      consolidated style argument parsing
+	      converted to new DVO APIs (dvo_catalog_xxx)
+	      added fitsed
+	      improvements to fitcolors
+	      
   pantasks-0-5 converted to gfits APIs (forces libfits 1.6)
+	       added 'option' task command
+	       added limits on Njobs for time ranges
+	       fixed time ranges
+	       created client/server version
+	       added controller run/stop commands
+	       added controller help
+	       added server help
+
   pcontrol-0-5 converted to gfits APIs (forces libfits 1.6)
+	       code re-org to make thread safe
+	       added multithread option (user/client threads)
+	       liberal use of ASSERTs
+
   pclient-0-5  converted to gfits APIs (forces libfits 1.6)
   dimm-0-4     converted to gfits APIs (forces libfits 1.6)
 
-
 2006.03.26:
-
   opihi-2-6 : added 'close' function for devices
 	      added test framework  
Index: /trunk/Ohana/src/relphot/doc/ChangeLog.txt
===================================================================
--- /trunk/Ohana/src/relphot/doc/ChangeLog.txt	(revision 8555)
+++ /trunk/Ohana/src/relphot/doc/ChangeLog.txt	(revision 8556)
@@ -2,4 +2,7 @@
 - relphot-1-4:
   * converted to gfits APIs (forces libfits 1.6)
+  * converted to new DVO APIs (forces libdvo 1.3)
+  * allow seletion by RA/DEC limits
+  * removed old, unused code
   * added time range to time selections
 
Index: /trunk/Ohana/src/uniphot/doc/ChangeLog.txt
===================================================================
--- /trunk/Ohana/src/uniphot/doc/ChangeLog.txt	(revision 8555)
+++ /trunk/Ohana/src/uniphot/doc/ChangeLog.txt	(revision 8556)
@@ -2,4 +2,6 @@
 - uniphot-1-4:
   * converted to gfits APIs (forces libfits 1.6)
+  * converted to new DVO APIs (forces libdvo 1.3)
+  * removed old, unused code
 
 - uniphot-1-3:
