X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=util%2FChangeLog;h=b9ca5c5fca56596ab4c7d7c8be3feda1b49f916f;hb=b6b65c3de480c8e17c2bf9ab12196c7dde325380;hp=0b49825e50dfe92b40ba57329d798704abc963fd;hpb=bbabf8f7060dae9c4aebcf670b8641ed4bb2660f;p=tools%2Fe2fsprogs.git diff --git a/util/ChangeLog b/util/ChangeLog index 0b49825..b9ca5c5 100644 --- a/util/ChangeLog +++ b/util/ChangeLog @@ -1,3 +1,174 @@ +2006-10-22 Theodore Tso + + * subst.conf.in: Add datarootdir definition for compatibility with + autoconf 2.60. + +2006-08-05 Andreas Dilger + + * subst.c (main): Create automatically-generated files be + read-only in order to remind developers not to end them. + +2005-10-26 Theodore Ts'o + + * Makefile.in: Use BUILD_CCFLAGS and BUILD_LDFLAGS instead of + CCFLAGS and LDFLAGS when to avoid potential problems when + cross-compiling some of the options are not recognized as + valid by the host compiler. (Addresses Sourceforge Bug + #1261547) + +2005-07-19 Theodore Ts'o + + * all.exclude, subset.exclude: Remove BitKeeper and add + mercurial/quilt files to the exclusion files. + +2006-06-30 Theodore Ts'o + + * Release of E2fsprogs 1.38 + +2005-03-21 Theodore Ts'o + + * Release of E2fsprogs 1.37 + +2005-03-02 Theodore Ts'o + + * gen_tarball.in: Don't remove the .gmo files from the generated + tarball; they are now treated as source files instead of + generated files. + +2006-02-05 Theodore Ts'o + + * Release of E2fsprogs 1.36 + +2005-01-21 + + * copy_sparse.c: Utility program which is very useful for dealing + with large sparse files (such as e2image files). + +2005-01-07 Theodore Ts'o + + * gen-tarball.in: Remove the hyphen in 1.36-rc1, since Debian + version numbers can't have '-' in them. + +2004-11-30 Theodore Ts'o + + * Makefile.in: Use Linux-kernel-style makefile output to make it + easier to see errors/warnings. + +2004-04-03 Theodore Ts'o + + * subst.c (main): Add new option to update the timestamp of the + generated file. + +2004-02-28 Theodore Ts'o + + * Release of E2fsprogs 1.35 + +2004-02-21 Matthias Andree + + * gen-tarball.in: Do not package autom4te.cache directory. + +2003-12-07 Theodore Ts'o + + * subst.c: Fix gcc -Wall nitpicks. + + * gcc-wall-cleanup: Remove missing initalizer, zero-length format + string, and some more long long warnings. + +2003-07-25 Theodore Ts'o + + * Release of E2fsprogs 1.34 + +2003-04-21 Theodore Ts'o + + * Release of E2fsprogs 1.33 + +2003-03-23 Theodore Ts'o + + * gen-tarball.in, all.exclude, subset.exclude: New files for + managing the automatic generation of distribution + tarballs. + +2002-11-09 Theodore Ts'o + + * Release of E2fsprogs 1.32 + +2002-11-08 Theodore Ts'o + + * Release of E2fsprogs 1.31 + +2002-10-31 Theodore Ts'o + + * Release of E2fsprogs 1.30 + +2001-09-24 Theodore Tso + + * Release of E2fsprogs 1.29 + +2001-08-31 Theodore Tso + + * Release of E2fsprogs 1.28 + +2002-05-11 + + * subst.conf.in: Add root_sysconfdir and $root_prefix + +2002-03-08 Theodore Tso + + * Release of E2fsprogs 1.27 + +2002-02-03 Theodore Tso + + * Release of E2fsprogs 1.26 + +2001-09-20 Theodore Tso + + * Release of E2fsprogs 1.25 + +2001-09-02 Theodore Tso + + * Release of E2fsprogs 1.24a + +2001-08-30 Theodore Tso + + * Release of E2fsprogs 1.24 + +2001-08-15 Theodore Tso + + * Release of E2fsprogs 1.23 + +2001-07-27 Theodore Tso + + * subst.conf.in: Enable documentation of the external journal + functionality in mke2fs, e2fsck, and tune2fs. + +2001-06-23 Theodore Tso + + * Release of E2fsprogs 1.22 + +2001-06-15 Theodore Tso + + * Release of E2fsprogs 1.21 + +2001-05-25 Theodore Tso + + * Release of E2fsprogs 1.20 + +2001-04-21 Theodore Tso + + * subst.conf.in: Add definition of JDEV for mke2fs' and tune2fs' + man page. + +2001-04-17 Theodore Tso + + * 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 + + * gcc-wall-cleanup: Remove additional annoying warning messages + emited by gcc 2.95.2. + 2001-01-11 * gcc-wall-cleanup: New file which is used to clean up unnecessary