Whamcloud - gitweb
ChangeLog, MCONFIG.in:
[tools/e2fsprogs.git] / ChangeLog
index c73786b..9f4c0cc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,30 @@
+2000-01-18  Theodore Ts'o  <tytso@valinux.com>
+
+       * MCONFIG.in (DEPLIBUUID): Since LIBUUID can sometimes include
+               "-lsocket" we need a separate DEPLIBUUID that can be used
+               in Makefile's dependency rules.
+
+1999-11-19    <tytso@valinux.com>
+
+       * Makefile.in (distclean): Remove TAGS and Makefile.in.old from
+               the source directory.  Also, when making the .exclude file
+               for the source_tar_file, exclude those two files as well.
+
+1999-11-10    <tytso@valinux.com>
+
+       * Release of E2fsprogs 1.18
+
+1999-10-26    <tytso@valinux.com>
+
+       * Release of E2fsprogs 1.17
+
 1999-10-26    <tytso@valinux.com>
 
        * configure.in: Move the code that checks for the presence of
                Linux header files, to earlier in the config file, since
                it adds a directory to the include path, and that needs to
-               happen before any compile tests are run.
+               happen before any compile tests are run.  Add termios.h to
+               the headers which are checked.
 
 1999-10-25    <tytso@valinux.com>