Whamcloud - gitweb
resize2fs.8.in: Fix typo in man page.
[tools/e2fsprogs.git] / ChangeLog
index 4e25aae..32d975f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,81 @@
+2001-09-24  Theodore Tso  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.29
+
+2001-08-31  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.28
+
+2002-08-18  Theodore Ts'o  <tytso@mit.edu>
+
+       * configure.in, configure: Add new substitution variable,
+               LINUX_CMT, which is '' on Linux systems, and '#' on
+               non-Linux systems.  Enable HTREE support by default.
+
+       * Makefile.in: On Linux systems, build lib/evms.
+
+2002-07-14  Theodore Ts'o  <tytso@mit.edu>
+
+       * configure.in, configure: Remove test for the presence (or
+               absence of d_namlen in the struct dirent) and replace it
+               with a check for pathconf().  lib/e2p/iod.c now uses a
+               different technique for providing struct dirent
+               compatibility.
+
+2002-06-25  Theodore Ts'o  <tytso@mit.edu>
+
+       * configure.in, configure: Add --enable-htree and --enable-clear-htree
+
+2002-05-24  Theodore Ts'o  <tytso@mit.edu>
+
+       * configure.in: Add makefile for lib/evms for the EVMS FSIM
+               plugin.  Add --enable-old-evms configure option which uses
+               the EVMS 1.0.0 ABI, instead of the ABI used by EVMS 1.1.0.
+
+2002-05-21  Theodore Ts'o  <tytso@mit.edu>
+
+       * configure.in: On Linux systems, if the prefix is defaulted to
+               /usr, then default mandir to /usr/share/man
+
+2002-05-17  Theodore Ts'o  <tytso@mit.edu>
+
+       * Remove check for asm/page.h, and add check for sysconf()
+
+2002-05-16  Andreas Dilger <adilger@clusterfs.com>
+
+       * Add check for asm/page.h
+
+2002-05-11  Theodore Tso <tytso@mit.edu>
+
+       * configure.in, MCONFIG.in: Add new makefile variables, $datadir
+               and $root_sysconfdir, which are normally /usr/share and
+               /etc, respectively, on Linux systems.  Also changed
+               root_bindir, root_sbindir, and root_libdir so that their
+               value is set by the configure script.  This allows the
+               right thing to happen on non-Linux systems when bindir,
+               et. al.  are manually set via the configure script's
+               --bindir switch.  Add ext2ed/Makefile.in as a generated
+               file by the configure script.
+
+2002-03-08  Theodore Tso  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.27
+
+2002-02-03  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.26
+
+2001-12-24  Theodore Tso  <tytso@valinux.com>
+
+       * MCONFIG.in (ALL_CFLAGS): No longer put $(top_srcdir)/include in
+               the -I search path, since we don't have any header files
+               there any more.
+
+2001-12-16  Theodore Tso  <tytso@valinux.com>
+
+       * configure.in: If journal debugging is enabled, define
+               CONFIG_JBD_DEBUG instead of JFS_DEBUG.
+
 2001-09-20  Theodore Tso  <tytso@thunk.org>
 
        * Release of E2fsprogs 1.25