
### 1.0 --> 1.0.1
    Raul Rivero
    Date: 12/27/1993

    The Fopen routine was rewritten due to internal problems supportting 
    GZIP and COMPRESS. Functionality remains equal.

    A new viewer to Linux text mode was added.

### 1.0.1 --> 1.0.2
    Raul Rivero
    Date: 04/14/1994

    PCX reader had several bugs reading < 256 color images. Fixed :-).

    Added support for GIF89a.

    Now, the TIFF interface can handle images with any # of colors.

### 1.0.2 --> 1.0.3
    J. Alan Eldridge (alane@wozzle.linet.org)
    Date: 04/18/94

    Fixed bugs reading GIF89a.

### 1.0.3 --> 1.0.4
    Klaus Schallhorn (klaus@cnix.co.uk)
    Raul Rivero
    Date: 04/25/94

    A bug inside the allocatebitmap function free all memory allocated
    one line ago (!).

    Some problems reading and writing RLE's pseudocolor images fixed.

### 1.0.4 --> 1.0.5
    Raul Rivero
    Date: 07/03/94

    Added support for CMYK TIFF images.

    Fixed some incorrect asigments with tobw and toinverse routines.

    Added #include statments to the examples/cabezon.c and deleted 
    redefinition of a function inside the examples/fademask.c.

### 1.0.5 --> 1.0.6
    Robert Blenis (robert.blenis@spanky.marc.gatech.edu)
    Eric Haines (eric@eye.com)
    HP-UX Porting & Archive Center (rik@csc.liv.ac.uk)
    Klaus Schallhorn (klaus@cnix.co.uk)
    Raul Rivero
    Date: 10/15/94

    Ufff!, too much changes.

    Makefiles to SGI, HP-UX and Linux machines are supplied. The examples
    are compiled also with the makefiles.

    Support for shared libraries on HP-UX.

    A lot of patches to the GIF subroutines:

        o the extension blocks does't involve an error

        o a new example (2giftrans.c) writes a GIF89a image with the
          transparency block activated ( this color is fixed to the 
          first top-left pixel ). So, now you can write GIF transparent 
          files to be used with ... WWW, by example

        o a simple process can write now more than one GIF file

        o and other little :) problems

    New code added for the new 5.* Independent JPEG Library (IJL). You'll 
    need define iJPEGNEW ( and not iJPEG ) to include it. Also, gray scaled
    images are supported.

    Some fixes to pointers inside the HP's Starbase subroutine.

    Mapped images greater than the screen are resampled ok in Linux's 
    shower subroutine. 

    A new define had been adde to the lug.h header. LUGVERSION and
    LUGVERSIONs store the current version of the library ( read lug.h ). 

    A new contrib with a viewer to OS/2 have been added to the contrib/
    directory.

    Sorry, if I forgot some changes, but ... wow!. 

