Whamcloud - gitweb
Add support for on-line resizing to resize2fs
[tools/e2fsprogs.git] / lib / ChangeLog
index 6303afe..1212216 100644 (file)
@@ -1,7 +1,53 @@
+2006-03-10  Theodore Ts'o  <tytso@mit.edu>
+
+       * Makefile.bsd-lib, Makefile.checker, Makefile.darwin-lib,
+               Makefile.elf-lib, Makefile.library, Makefile.profile,
+               Makefile.solaris-lib: Fix the subdirs logic so it works
+               with GNU make 3.80 (as well as GNU make 3.81).
+
+2005-12-29  Theodore Ts'o  <tytso@mit.edu>
+
+       * Makefile.bsd-lib, Makefile.checker, Makefile.darwin-lib,
+               Makefile.elf-lib, Makefile.library, Makefile.profile,
+               Makefile.solaris-lib: Revamp subdirs target so to avoid
+               needless recompilation of library object files.
+
+2005-12-10  Theodore Ts'o  <tytso@mit.edu>
+
+       * Makefile.elf-lib, Makefile.solaris-lib: Add $(LDFLAGS) to the
+               command line argument when generating the shared library,
+               to allow cross-compile and other builds that might need to
+               specify -L paths to needed libraries.  (Addresses
+               Sourceforge Bug #1261549)
+
+2006-06-30  Theodore Ts'o  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.38
+
+2005-03-21  Theodore Ts'o  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.37
+
+2006-02-05  Theodore Ts'o  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.36
+
+2005-01-26  Theodore Ts'o  <tytso@mit.edu>
+
+       * Makefile.library (uninstall-shlibs): Fix "make uninstall"
+
 2004-12-14  Theodore Ts'o  <tytso@mit.edu>
 
+       * Makefile.elf-lib, Makefile.solaris-lib, Makefile.profile,
+               Makefile.darwin-lib: Use Linux-kernel-style makefile
+               output for "make install".  
+
+       * Makefile.elf-lib, Makefile.solaris-lib: Move strip command to
+               install-strip and install-shlibs-strip.
+
        * Makefile.elf-lib (installdirs-elf-lib), 
-               solaris-lib (installdirs-elf-lib): Use $(MKINSTALLDIRS) macro
+         Makefile.solaris-lib (installdirs-elf-lib): Use $(MKINSTALLDIRS) 
+               macro
 
 2004-11-30  Theodore Ts'o  <tytso@mit.edu>