CHANGES IN VERSION 1.0

BUG FIXES

	o Fixed major bug that resulted in .locs files being ordered randomly on recreation if the full index is used.

CHANGES IN VERSION 0.99

BUG FIXES

	o Fixed bug which put red channel out by 1 pixel when using offset coordinates

    o Improved speed when using lossy compression by switcing some code from apply() to .Call()

    o Now works correctly in the case where an array consists of a single segment, e.g. Human 1M

    o Fixed bug in creating full index

    o Fixed bug in combining .txt and .locs files due to duplicate entries

    o Fixed bug in writing intensity flags.  Introduced when switching from calloc() to R_alloc().

    o Set a default file name for output from compressBeadData if left blank

    o Compression progress bar no longer stops at 70%

    o Set limits on the number of bytes for storing the fractional part
    
    o Replaced calloc() with R_alloc() in C code
    
    o Registered C functions

NEW FEATURES

    o Progress bar is now optional

    o Package created
