New in FITSio_1.1-0

Fixed parsing in readFITShdr.R to preserve value string when in quotes.
Byproduct for compatibility with existing code is that leading or trailing
	spaces in quoted regions are deleted.
Changed defaults for missing CRPIX, CRVAL, and CDELT from NA to 1 in
	readFITSarray.R

A. Harris 2009-07-11

***************************

New in FITSio_1.0-3

In readFrameFromFITS, changed:
   dataFrame <- c(dataFrame, newFrame)
 to
   dataFrame <- data.frame(c(dataFrame, newFrame))
following E. Neilsen's request
A. Harris 2000-04-08

***************************
