X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=ChangeLog;h=32d975f098857c7fe7de1cec1f9ae0fe63054861;hb=143ac30c0277923bb946ea3f69582eec3636a732;hp=4e25aae4803da77f96fbb5ff083d6dc8a8683dd3;hpb=fbf91112163add26bd9d44e992afa31a47790588;p=tools%2Fe2fsprogs.git diff --git a/ChangeLog b/ChangeLog index 4e25aae..32d975f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,81 @@ +2001-09-24 Theodore Tso + + * Release of E2fsprogs 1.29 + +2001-08-31 Theodore Tso + + * Release of E2fsprogs 1.28 + +2002-08-18 Theodore Ts'o + + * 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 + + * 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 + + * configure.in, configure: Add --enable-htree and --enable-clear-htree + +2002-05-24 Theodore Ts'o + + * 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 + + * 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 + + * Remove check for asm/page.h, and add check for sysconf() + +2002-05-16 Andreas Dilger + + * Add check for asm/page.h + +2002-05-11 Theodore Tso + + * 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 + + * Release of E2fsprogs 1.27 + +2002-02-03 Theodore Tso + + * Release of E2fsprogs 1.26 + +2001-12-24 Theodore Tso + + * 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 + + * configure.in: If journal debugging is enabled, define + CONFIG_JBD_DEBUG instead of JFS_DEBUG. + 2001-09-20 Theodore Tso * Release of E2fsprogs 1.25