]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blobdiff - lib/ss/ChangeLog
Update for 1.29 release.
[thirdparty/e2fsprogs.git] / lib / ss / ChangeLog
index 6243f1d0840ea07d0f19dc244eccca22120e0731..0f87aee1f04df9a81bcb0fcbc4b30f107b57083a 100644 (file)
@@ -1,3 +1,96 @@
+2001-09-24  Theodore Tso  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.29
+
+2001-08-31  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.28
+
+2002-03-08  Theodore Tso  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.27
+
+2002-03-07  Theodore Tso  <tytso@mit.edu>
+
+       * pager.c (ss_pager_create), list_rqs.c (ss_list_requests): Fix
+               function prototypes to avoid gcc -Wall complaints.
+
+       * listen.c (ss_listen): Make sure the signal handler for SIGCONT
+               is restored when we exit.  Also, make sure we don't
+               clubber any variables after setjmp/longjmp.  Also removed
+               some bogus, fairly dubious coude.
+
+       * ss.h, ss_internal.h, execute_cmd.c: Add function prototypes to
+               prevent gcc -Wall complaints.
+
+2002-02-12  Theodore Tso  <tytso@mit.edu>
+
+       * requests.c (DECLARE): Fix bug in non-STDC declaration --- we
+               had a mismatch in the function signature and parameter
+               declaration sections for info/infop.
+
+2002-02-03  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.26
+
+2001-09-20  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.25
+
+2001-09-16  Theodore Tso  <tytso@mit.edu>
+
+       * mk_cmds.sh.in: Make the shell script safe from directory
+               pathnames with spaces.
+
+2001-09-02  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.24a
+
+2001-08-30  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.24
+
+2001-08-15  Theodore Tso  <tytso@valinux.com>
+
+       * Release of E2fsprogs 1.23
+
+2001-06-23  Theodore Tso  <tytso@valinux.com>
+
+       * Release of E2fsprogs 1.22
+
+2001-06-15  Theodore Tso  <tytso@valinux.com>
+
+       * Release of E2fsprogs 1.21
+
+2001-06-01  Theodore Tso  <tytso@valinux.com>
+
+       * Makefile.in: Move include/asm/types.h.in to
+               lib/ext2fs/ext2_types.h.in.
+
+2001-05-25  Theodore Tso  <tytso@valinux.com>
+
+       * Release of E2fsprogs 1.20
+
+2000-07-13    <tytso@valinux.com>
+
+       * Release of E2fsprogs 1.19
+
+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