Whamcloud - gitweb
Remove the a.out DLL support, since it's been obsolete and unmaintained
[tools/e2fsprogs.git] / ChangeLog
index bc6afc7..8700077 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,75 @@
+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.