Whamcloud - gitweb
probe.c: When revalidating a filesystem in the blkid library,
[tools/e2fsprogs.git] / ChangeLog
index 3f2ec6d..bc6afc7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,201 @@
+2003-07-12  Theodore Ts'o  <tytso@mit.edu>
+
+       * configure.in: Add tests for posix_memalign, memalign, and valloc.
+
+2003-07-06  Theodore Ts'o  <tytso@mit.edu>
+
+       * MCONFIG.in (WFLAGS): Add additional warning checks.  Remove
+               --traditional since newer versions of gcc are overly annoying.
+
+2003-07-05  Theodore Ts'o  <tytso@mit.edu>
+
+       * Add workaround for Libintl / Darwin incompatibility.  Apparently
+               Darwin's gcc doesn't like the __asm__ statements used by
+               libintl to redirect the system-provided gettext calls.
+
+2003-06-08  Theodore Ts'o  <tytso@mit.edu>
+
+       * configure.in: Adjust defaults for FreeBSD to no longer build the
+               fsck wrapper, and to not install into /usr/local by
+               default.  (Addresses Debian bug #195274)
+
+2003-05-17  Theodore Tso  <tytso@thunk.org>
+
+       * MCONFIG.in, configure.in: Only put the intl directory in the -I
+               search path if we are using --with-internal-gettext.
+               Otherwise causes compatibility problems with the woody
+               glibc.   (Addresses Debian bug #193372)
+
+2003-05-13  Theodore Ts'o  <tytso@mit.edu>
+
+       * configure.in: Fix typo in help message for --enable-evms-11
+
+2003-05-05  Theodore Ts'o  <tytso@mit.edu>
+
+       * configure.in, configure: Add --enable-testio-debug configure option. 
+
+       * configure.in, configure, Makefile.in: Add --with-diet-libc
+               convenience option.  Add --disable-evms option.
+
+2003-05-03  Theodore Ts'o  <tytso@mit.edu>
+
+       * Makefile.in: Install the message catalog files
+
+       * ABOUT-NLS, MCONFIG.in, Makefile.in, aclocal.m4, configure,
+               configure.in: Update to using version 0.11.5 of the
+               gettext library.  We now enable NLS by default.
+
+2003-04-21  Theodore Ts'o  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.33
+
+2003-04-18  Theodore Ts'o  <tytso@mit.edu>
+
+       * configure.in: Remove CYGWIN definition; we will use the
+               automatically defined __CYGWIN__ instead.
+
+2003-03-22  Theodore Ts'o  <tytso@mit.edu>
+
+       * configure.in: Add E2FSPROGS_DAY expansion.  Add
+               e2fsprogs.spec and util/gen-tarball to the list of files
+               generated by config.status
+
+       * e2fsprogs.spec: Now generated from e2fsprogs.spec.in
+
+       * Makefile.in: Remove tarball generation functions; moved to
+               util/gen-tarball.
+
+2003-03-17  Theodore Ts'o  <tytso@mit.edu>
+
+       * configure.in: Fix the Apple Darwin port.
+
+2003-03-16  Theodore Ts'o  <tytso@mit.edu>
+
+       * configure.in: Check to see if libdl exists for the sake of dlopen
+
+2003-03-14  Theodore Ts'o  <tytso@mit.edu>
+
+       * configure.in: Add support for Apple/Darwin shared libraries.
+
+2003-03-06  Theodore Tso  <tytso@thunk.org>
+
+       * Makefile.in (.exclude-subset): Include the doc directory in the
+               subset distribution.
+
+2003-03-02  Theodore Ts'o  <tytso@mit.edu>
+
+       * configure.in, Makefile.in: Ignore missing directories so we can
+               do a subset distribution.  If there are no e2fsprogs
+               applications, then "make install" will install the
+               library's development files.  "make subset_tar_file" will
+               create a subset distribution which consists of the
+               et, ss, uuid, and blkid libraries.
+
+2003-02-22  Theodore Ts'o  <tytso@mit.edu>
+
+       * configure.in, configure: Add new configure option 
+               --enable-blkid-debug
+
+2003-01-23  Theodore Ts'o  <tytso@mit.edu>
+
+       * Makefile.in, configure, configure.in: Integrate new blkid library.
+
+2002-11-09  Theodore Ts'o  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.32
+
+2002-11-08  Theodore Ts'o  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.31
+
+2002-11-08  Theodore Ts'o  <tytso@mit.edu>
+
+       * configure.in, configure: Change --enable-jfs-debug to 
+               --enable-jbd-debug for consistency's sake.
+
+       * configure.in, configure: Add new substitution variable,
+               SWAPFS_CMT, which is '' if swapfs has been enabled, and
+               '#' if it has been disabled.
+       
+       * configure.in, configure: Add support for EVMS ABI 1.2.
+               Changed configure option from --enable-old-evms
+               to --enable-evms-10 and --enable-evms-11
+
+2002-10-31  Theodore Ts'o  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.30
+
+2002-10-30  Theodore Ts'o  <tytso@mit.edu>
+
+       * MCONFIG.in (COMPRESS_EXT): Declare all compression extensions
+
+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