
2008.07.09 EAM

  In order to implement the 'cleanup' and 'update' strategies, we have
  changed the state names and defined addtional states as follows:

  * new          : entry is unprocessed (was 'run')
  * full         : entry is processed and has all output data products (was 'done')
  * goto_cleaned : entry should be processed by the 'cleanup' system
  * cleaned   	 : entry has been processed by the 'cleanup' system --
    		   some output data products are now missing.
		   
  * goto_full    : entry should be re-processed by the 'update' system
  * full         : entry has been re-processed by the 'update' system
  
  * goto_purged  : entry should be processed by the 'cleanup' ssytem
    		   to purge all output data
  * purged       : entry has been purged



2008.05.16 EAM

caltool
  * add the active field, -active flag to -dbs
  * add the -region 
  * change 'catdir' to 'dvo_id'
