Changes since 0.98a
Wed Mar  8 08:40:35 MST 2006

	* Changes to work with newer MSA1000s (apparently this has been 
	  broken for some time).  The inquiry string for logical volumes
	  changed, and Inquiry VPD page 0x80 started returning the same
	  serial number for all drives (the serial number of the board)
	  but 0x83 works.
	* included recent cciss_ioctl.h since the distros insist on 
	  putting broken ones in /usr/include/linux.

Changes since 0.98
Wed Feb 20 15:45:09 CST 2002
	* Fixed the one reference to GETLUNID that should have been 
	  GETLUNINFO

Changes since 0.96
Wed Feb 13 14:54:47 CST 2002
	* Now tries to use CCISS_GETLUNINFO ioctl instead of CCISS_GETLUNID
	* Updated copyright notices inside sources to include all the text 
	  recommended in COPYING. 
	
Changes since 0.94

Fri Dec 14 09:15:39 CST 2001
	* fixed trivial memory leak in scsi_serialno.c 
	* A few formatting changes
	* made use of generic_cciss_inquiry instead of duplicate code
	* made it more clear that cpqarray is not supported by this.
	* fixed usage message.

Changes since 0.93
Thu Dec 13 08:56:25 CST 2001

	* Changed COPYING file.  I had accidentally included v. 1 of the GPL
	  when I had meant v. 2.  The software which this code is originally
	  based upon (sg_utils by Doug Gilbert) requires the GPL v. 2 or later,
	  though it did not appear to actually include the GPL itself.

	* Changes scsiremap to allow parameters to specify which devices
	  to remap.  The default is /dev/sd* /dev/cciss/c*d*p*

	* Added a man page.

