Whamcloud - gitweb
ChangeLog, Makefile.in:
[tools/e2fsprogs.git] / lib / ss / ChangeLog
index c56ac42..f6f9e6a 100644 (file)
@@ -1,7 +1,48 @@
+2000-07-04  Theodore Ts'o  <tytso@valinux.com>
+
+       * Makefile.in: Remove explicit link of -lc in the shared library.
+               (It shouldn't be necessary, and is harmful in some cases).
+
+2000-07-03    <tytso@snap.thunk.org>
+
+       * ct_c.awk: Work around a bug in gawk 3.05
+
+       * mk_cmds.sh.in: Allow the build system to override the standard
+               location for finding the ct_c.* files by setting the
+               _SS_DIR_OVERRIDE environment variable.
+
+       * Makefile.in: Use _SS_DIR_OVERRIDE to make sure we get the
+               version in the source tree.
+
+2000-05-25    <tytso@snap.thunk.org>
+
+       * Makefile: Add hack dependency rule so that parallel makes work
+               correctly. 
+
+1999-11-19    <tytso@valinux.com>
+
+       * execute_cmd.c (ss_execute_line): Fix memory leak; we weren't
+               freeing the argv array.
+
+       * Makefile.in (distclean): Remove TAGS and Makefile.in.old from
+               the source directory.
+
+1999-11-10    <tytso@valinux.com>
+
+       * Release of E2fsprogs 1.18
+
+1999-10-26    <tytso@valinux.com>
+
+       * Release of E2fsprogs 1.17
+
+1999-10-22    <tytso@valinux.com>
+
+       * Release of E2fsprogs 1.16
+
 1999-09-07    <tytso@rsts-11.mit.edu>
 
-       * Updated copyright statements to reflect the GPL with permission
-               of the original authors.
+       * Updated copyright statements with permission of the original
+               authors.
 
 1999-07-18  Theodore Ts'o  <tytso@rsts-11.mit.edu>