2001-09-20  Theodore Tso  <tytso@thunk.org>

	* Release of E2fsprogs 1.25

2001-09-02  Theodore Tso  <tytso@thunk.org>

	* Release of E2fsprogs 1.24a

2001-08-30  Theodore Tso  <tytso@thunk.org>

	* Release of E2fsprogs 1.24

2001-08-15  Theodore Tso  <tytso@valinux.com>

	* Release of E2fsprogs 1.23

2001-07-27  Theodore Tso  <tytso@valinux.com>

	* subst.conf.in: Enable documentation of the external journal 
		functionality in mke2fs, e2fsck, and tune2fs.

2001-06-23  Theodore Tso  <tytso@valinux.com>

	* Release of E2fsprogs 1.22

2001-06-15  Theodore Tso  <tytso@valinux.com>

	* Release of E2fsprogs 1.21

2001-05-25  Theodore Tso  <tytso@valinux.com>

	* Release of E2fsprogs 1.20

2001-04-21  Theodore Tso  <tytso@valinux.com>

	* subst.conf.in: Add definition of JDEV for mke2fs' and tune2fs'
		man page. 

2001-04-17  Theodore Tso  <tytso@valinux.com>

	* subst.c (replace_string): Fix replace_string so that it
		correctly handles replacing a substitution variable with a
		zero-length string.

2001-01-14  Theodore Ts'o  <tytso@valinux.com>

	* gcc-wall-cleanup: Remove additional annoying warning messages
		emited by gcc 2.95.2.

2001-01-11    <tytso@snap.thunk.org>

	* gcc-wall-cleanup: New file which is used to clean up unnecessary
		crud from gcc -Wall that we're not interested in seeing

2000-07-13    <tytso@valinux.com>

	* Release of E2fsprogs 1.19

2000-04-03  Theodore Ts'o  <tytso@valinux.com>

	* subst.c: For platforms that don't define optarg.h, manually
		define optarg and optind.

1999-11-19    <tytso@valinux.com>

	* Makefile.in (distclean): Remove TAGS and Makefile.in.old from
		the source directory.

1999-11-10    <tytso@valinux.com>

	* Release of E2fsprogs 1.18

1999-10-26    <tytso@valinux.com>

	* Release of E2fsprogs 1.17

1999-10-26    <tytso@valinux.com>

	* subst.c (substitute_line): Removed some unused variables.

1999-10-22    <tytso@valinux.com>

	* Release of E2fsprogs 1.16

1999-07-18  Theodore Ts'o  <tytso@rsts-11.mit.edu>

	* Release of E2fsprogs 1.15

1999-07-03    <tytso@valinux.com>

	* Makefile.in (subst): Build subst using $(BUILD_CC), since it's a
		helper program which must be built using the native C
		compiler during a cross-compilation.

1999-01-09  Theodore Ts'o  <tytso@rsts-11.mit.edu>

	* Release of E2fsprogs 1.14

1998-12-15  Theodore Ts'o  <tytso@rsts-11.mit.edu>

	* Release of E2fsprogs 1.13

1998-12-15  Theodore Ts'o  <tytso@rsts-11.mit.edu>

	* subst.c (get_subst_symbol): Add [0-9] to the list of valid
		characters for a substitution symbol.

1998-08-01  Theodore Ts'o  <tytso@rsts-11.mit.edu>

	* subst.c: Add the ability to substitute apparent shell/make
		variables such as ${prefix}, since this is needed to make
		the shell scripts work correctly.

	* subst.conf.in: Add ${prefix} to the list of substitutions which
		subst should make.

1998-07-09  Theodore Ts'o  <tytso@rsts-11.mit.edu>

	* Release of E2fsprogs 1.12

1998-03-31  Theodore Ts'o  <tytso@rsts-11.mit.edu>

	* subst.conf.in: Add substitution for @datadir@

Mon Jan 19 09:25:24 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>

	* subst.c: Rename "new" to "new_f" to avoid C++ reserved word
 		clash.
	
	* subst.c: Explicitly cast all assignments from void * to be
 	 	compatible with C++.