This changelog is very skimpy.  It tends to get updated a long time after 
changes are written.

Tue Feb  2 1997  Peter Moulder  <reiter@netspace.net.au>

	* fs/ext2/compress.c, fs/ext2/truncate.c: Fix some problems
	  relating to mmap (`random' data after EOF instead of NULs),
	  holes (similarly), and truncation (the cluster bitmap was getting
	  truncated too much in most cases, so we'd get the raw compressed
	  data in the new last cluster).

Jan 1997  Peter Moulder  <reiter@netspace.net.au>

	* fs/Config.in, arch/*/defconfig, Documentation/Configure.help,
	  include/linux/ext2_fs.h: `make config' changes.
	
Mon Oct 21 11:55:59 1996  Peter Moulder  <reiter@netspace.net.au> 

	* Changed d_reclen to strlen(d_name) to correct -R bug in
	  some of the utilities.

	* Get e2compress to work.  Changing st_blksize to a user-specified
	  value defaulting to 1024 was the main thing I think.

	* lsattr changes merged back into original sources.

	* A bit of work on dealing with errors more gracefully.

	* A few other things...

Sat Sep 28 12:54:44 1996  Peter Moulder  <reiter@netspace.net.au>

	* lsattr.c (lsattr): Remove unused last two arguments.

	* lsattr.c: add 'static' tag to option flags.

Sat Sep 28 12:10:14 1996  Peter Moulder  <reiter@netspace.net.au>

	* lzrw3a.c (ext2_wLZRW3A): Initialised p_ziv to NULL.  gcc
	complained that p_ziv may be used uninitialised.  Without looking
	too closesly, I haven't convinced myself that it can't be.

	* Throughout: reformatting of source code.
	
	* lsattr.1: Documented `-r' flag.

