Revision history for Perl extension TASS::Control.

0.95
   Enhancements:
        - Modify how positions are stored.  Root cause was a problem with version of Perl >= 5.8.6 where
          variables were being cleared in the DESTROY method so no position data was being written.  Now,
          after the start/end of every move, the position is cleared/written to the file.

0.94
   Bug fixes:
        - Change memory card reset from 0x300: 0x80 0x05 0x00 to
                                        0x300: 0x80 0x91
        - Fix _outb command to actually write data...  Allows above to 
          do something.
   Enhancements:
        - Return array of pictures taken from take_object_pictures,
          take_dark_pictures and take_bias_pictures.
0.92
   Bug fixes:
        - Fix the fixed non-working comment implementation
   Misc:
        - Add DEBUG log statement when using ra_to_limit

0.92
   Bug fixes:
        - Fix the initial non-working comment implementation
        - Fix the doc of init_telescope to be more clear
0.91  
   Config file:
        - Add support for signed/unsigned fits option with downfits
        - Add support for ADC channel selection for chiller control
        - Add support for specifying digits after day for fits file names
        - Add support for turning off automatic clearing of CCD's
        - Add support for putting comments in the FITS header of images
        - Add support for specifying RA range
   Methods:
        - Add option to init_telescope to not home mechanisms
   Bug fixes:
        - Fix not checking for ability to write config and position files
        - Fix CRVAL1 and CRVAL2 fits comment fields (reversed)
        - Fix error seen when CLAMP was at position 0 but not used
        - Fix ra_move_to_degree to actually check if destination can be reached

0.9   Sat Jan 29  9:17:33  2005
        - First release

0.01  Sat May  4 18:16:13 2002
	- original version; created by h2xs 1.21 with options
		-AX -n TASS::Control
