Whamcloud - gitweb
ADD TAG: E2FSPROGS-1_26
[tools/e2fsprogs.git] / ChangeLog
index 85d9190..829e4c9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,129 @@
+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
+
+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-27  Theodore Tso  <tytso@valinux.com>
+
+       * configure.in: Check for the presence of strnlen.  Stop checking
+               for strdup, since we don't actually care about that symbol
+               any more.
+
+2001-08-15  Theodore Tso  <tytso@valinux.com>
+
+       * Release of E2fsprogs 1.23
+
+2001-08-04  Andreas Dilger  <root@lynx.adilger.int>
+
+       * Makefile.in: Add "*.orig" to "make clean" target, change
+               explicit listing of ext2_types.h in "make distclean" to
+               $(SUBS).  Add $(SUBS) as a dependency to "make check"
+               target.  Add $(SUBS) as a dependency to "make check"
+               target.  Add -f flag to doc/Makefile $(RM) of files which
+               may not exist.
+
+2001-06-23  Theodore Tso  <tytso@valinux.com>
+
+       * Release of E2fsprogs 1.22
+
+2001-06-22  Theodore Tso  <tytso@valinux.com>
+
+       * Makefile.in: Avoid including BitKeeper files into the source
+               tarball.
+
+2001-06-15  Theodore Tso  <tytso@valinux.com>
+
+       * Release of E2fsprogs 1.21
+
+2001-06-13  Theodore Tso  <tytso@valinux.com>
+
+       * Makefile.in: Make the install target depend on $(SUBS) to
+               accomodate the fools who want to compile and install
+               e2fsprogs as root using just one command.
+
+       * Makefile.in: Don't recurse into debugfs and resize subdirectory
+               if --disable-debugfs or --disable-resizer is given as a
+               configuration option.
+
+       * configure.in: Add --disable-resizer, --disable-imager, and
+               --disable-debugfs switches, which allow people who are
+               building boot floppies to build a very restricted
+               e2fsprogs distribution.  Note: these functions limit the
+               functions in the shared library, so beware!
+
+2001-06-11  Theodore Tso  <tytso@valinux.com>
+
+       * configure.in: Add new switch, --disable-swapfs which disables
+               support of byte-swapping old filesystems.  Add new test,
+               AC_C_BIGENDIAN, which sets WORDS_BIGENDIAN on big-endian
+               machines.   Change handling of --with-ccopts so that if
+               set, the default CFLAGS is suppressed.
+
+2001-06-01  Theodore Tso  <tytso@valinux.com>
+
+       * wordwrap.pl: Add some rules which help fix up the dependencies.
+
+       * Makefile.in: Move include/asm/types.h.in to
+               lib/ext2fs/ext2_types.h.in.
+
+2001-05-25  Theodore Tso  <tytso@valinux.com>
+
+       * Release of E2fsprogs 1.20
+
+2001-05-25  Theodore Tso  <tytso@valinux.com>
+
+       * Makefile.in: Only exclude the top-level TODO file, not over the
+               entire tree.
+
+2001-05-19  Theodore Tso  <tytso@valinux.com>
+
+       * configure.in, MCONFIG.in (LDCONFIG): Use AC_PATH_PROG to find
+               the pathname for ldconfig.
+
+2001-05-05  Theodore Tso  <tytso@valinux.com>
+
+       * config.guess, config.sub: Update to use latest version from FSF
+               (2001-04-20)
+
+2001-01-11  Theodore Ts'o  <tytso@valinux.com>
+
+       * Makefile.in (PROG_SUBDIRS): Build lib/e2p before lib/ext2fs
+               since libext2fs depends on libe2p.
+
+2001-01-11    <tytso@snap.thunk.org>
+
+       * MCONFIG.in: Change --enable-gcc-wall handling so that it's no
+               longer a configure option, but something which is done
+               when the developer uses the command "make gcc-wall".
+               (gcc-wall-new): Added new target which forgoes the make
+               clean so we only check the newly modified .c files.
+
+       * configure.in: Remove test for ino_t, since we don't use it any
+               more (we always use our own ext2_ino_t).  Remove
+               --enable-gcc-wall support.  Add test for sys/ioctl.h
+
 2001-01-05    <tytso@snap.thunk.org>
 
        * configure.in: Add checks for the header files sys/mkdev.h and