Whamcloud - gitweb
resize2fs.8.in: Fix typo in man page.
[tools/e2fsprogs.git] / ChangeLog
index 3a550fa..32d975f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,42 @@
+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()