Whamcloud - gitweb
Only use blocksizes > 4k on Linux 2.6 and newer systems.
[tools/e2fsprogs.git] / ChangeLog
index a88a430..8700077 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,111 @@
+2004-09-18  Theodore Ts'o  <tytso@mit.edu>
+
+       * configure.in: Add --disable-e2initrd-helper flag to control
+               whether or not e2initrd_helper program should be
+               built/installed.
+
+2004-09-17  Theodore Ts'o  <tytso@mit.edu>
+
+       * Makefile.in: Remove XSI:isms for greater portability.
+               (Addresses Debian Bug #255589)
+
+       * config.guess, config.sub: Update to newer version from the FSF
+               (2004-06-11)
+
+       * configure.in, configure: Add test for the sys/queue.h header file.
+
+2004-05-04  Theodore Ts'o  <tytso@mit.edu>
+
+       * e2fsprogs.spec.in: Fix up e2fsprogs.spec file so it should work
+               on a RH 9.0 system.  Based off of changes proposed by
+               Andreas Dilger.
+
+       * configure.in, configure: Enable the fsck wrapper for the Debian
+               FreeBSD kernel / GNU userspace port.  (Addresses Debian
+               Bug #246738)
+
+       * config.guess, config.sub: Update to newer version from the FSF
+               (2004-01-05)
+
+2004-04-03  Theodore Ts'o  <tytso@mit.edu>
+
+       * MCONFIG.in (SUBSTITUTE_UPTIME): New definition which passes the
+               -t option to subst.
+
+       * configure.in: Add test for stdint.h
+
+2004-03-19  Theodore Ts'o  <tytso@mit.edu>
+
+       * configure.in: Add tests for sa_len in struct sockaddr and test
+               for net/if_dl.h for better Darwin support.
+
+2004-03-04  Theodore Ts'o  <tytso@mit.edu>
+
+       * e2fsprogs.spec.in: Mostly synchronize spec file with the one
+               found in Fedora core 2.
+
+2004-02-28  Theodore Ts'o  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.35
+
+2004-02-21  Matthias Andree <matthias.andree@gmx.de>
+
+       * configure.in: Add -mieee to CFLAGS if we're using GCC and the CPU is
+               an Alpha.
+
+2003-12-25  Theodore Ts'o  <tytso@mit.edu>
+
+       * e2fsprogs.spec.in: Add filefrag program to the RPM spec file.
+
+2003-11-26  Theodore Ts'o  <tytso@mit.edu>
+
+       * MCONFIG.in: Make the gcc-wall print more warnings to catch
+               signed vs. unsigned problems.
+
+2003-08-01  Philipp Thomas <pthomas@suse.de>
+
+       * configure.in: Add tests for inttypes.h and intptr_t.
+
+2003-07-25  Theodore Ts'o  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.34
+
+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.