Version 0.4
-----------

Mostly bug fixes and documentation:

- made 'unlink' option the default behavior. ( thanks to
cls@truffula.sj.ca.us for suggesting it)

- use ldconfig in install.linux script, new naming convention
(thanks to Bill C. Riemers <bcr@physics.purdue.edu> for suggesting it)

- don't use statically linked recovery programs. (Not necessary any
more, now that I have ldconfig)

- don't use uname in the configure script. Before, the configure
script broke with old uname. (thanks to Joe Waters
<jpw@freedom.NMSU.Edu> for reporting the bug)

- fixed a Makefile bug that caused the 'library' file not to be remade
when new libraries are installed. (thanks to Joe Waters
<jpw@freedom.NMSU.Edu> for reporting the bug)

- the configure script now says that it gets its default values out of
the local configuration. (thanks to Joe Waters <jpw@freedom.NMSU.Edu>
for suggesting it)

- fixed HAVE_PROC bug (broke 'at' on linux) (thanks to Joe Waters
<jpw@freedom.NMSU.Edu> for reporting the bug)

- fixed readdir.c bug (broke 'du' on sun) (thanks to Andrew A. Burgess
<aab@cichlid.com> for reporting this bug)

- changed open.c so that mtime and ctime are conserved when a file is
uncompressed using tmpfiles. This is needed for NN's expire. (thanks
to Andrew A. Burgess <aab@cichlid.com> for suggesting it). Support for
compressed read-write files will be added later.

- included documentation in binary release. (thanks to Thomas Boutell
<boutell@netcom.com> for suggesting it)

- added explanation to the manpage about what to do with symlinks.
(thanks to Bernd Meyer <root@umibox.hanse.de> and Ulrich Lauther
<lauther@inf21.zfe.siemens.de> for suggesting it)

- removed experimental code from readlink and lstat. (Links to compressed
files used to be shown as "|/file" )

- added FAQ, and improved documentation.

