e2compr-0.3:

  Utilities
  ---------
  (No significant changes.)

  Kernel
  ------
  + Fixed bug with truncation
  + Fixed bug with holes
  + Fixed bug with mmap (where map length > file length)
  + E2compr parameters (compression defaults etc.) settable during 
    `make config'.

e2compr-0.2:

  New maintainer <reiter@netspace.net.au>.

  Utilities
  ---------

  + Directory recursion now works.
  + e2compress now works.  (1997-02-08: But with bugs.  Don't use it.)

  Kernel
  ------

  + Updated for 2.0.x kernels.

e2compr-0.1d:
-------------

  Utilities
  ---------

  + new e2compress utility.
  + FAQ updated.
  + Installation instructions simplified.

  Kernel
  ------

  + Algorithms are now described thanks to a table.
  + inflate algorithm added (code taken from zlib-0.93 by
    J.L. Gailly and M. Adler, authors of gzip).

e2compr-0.1c:
-------------

  Utilities
  ---------

  + new e2ratio utility.
  + option -E for chattr.
  + manual pages updated.
  + e2fsck patch, so that e2fsck does not reclaim the indirect
    bitmap block.

  Kernel
  ------

  + First indirect bitmap implemented.
  + ECOMPR flag can now be cleared.
  + NOCOMPR flag added.
  + ioctl() call to compute the compression ratio.

e2compr-0.1b:
-------------

  + Installation instructions updated.

  Utilities
  ---------

  + lsattr and chattr now install in /usr/bin.
  + lzv has been renamed into lzv1.
  + lsattr now displays the immutable, nodump, and append flags.
  + lsattr shows an 'E' instead of an 'X' for file that had
    compression errors.
  + lsattr can be compiled either on a patched system or an
    unpatched one.
  + Even if run on an unpatched system, but compiled on a patched
    one, lsattr will display the cluster size and the compression
    algorithm for filesystems created on a patched system (a floppy
    for instance). 
  + chattr handles the immutable, nodump, and append flags.
  + Silly bug that made chattr -R override the argument list has
    been corrected ...
  + chattr now uses strcasecmp to process the algorithm name.
  + Option '-a name' was changed into '-A name' for chattr
    (because of the conflict with the append flag).

  Kernel
  ------

  + The code locking buffers has been disabled in order to adopt
    the more conservative, but safer, method using the inode
    semaphore, even when reading the file. Intensive tests seem
    to show that the kernel dead-locks disappear.
  + Bug concerning cluster sizes that could not be changed after
    the first compression is corrected.
  + Code prepared to handle indirect bitmap (not operational yet).

e2compr-0.1a:
-------------

  + First version
