Theodore Ts'o | 024996c | 1997-06-17 05:38:35 +0000 | [diff] [blame^] | 1 | Tue Jun 17 01:33:20 1997 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 2 | |
| 3 | * Release of E2fsprogs 1.11 |
| 4 | |
Theodore Ts'o | 5972d0d | 1997-06-07 03:45:08 +0000 | [diff] [blame] | 5 | Wed Jun 4 15:04:03 1997 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 6 | |
| 7 | * Makefile.in (install): Install the ss_err.h header file out of |
| 8 | the build directory instead of the source directory (since |
| 9 | it is a constructed file). |
| 10 | |
Theodore Ts'o | a29f4d3 | 1997-04-29 21:26:48 +0000 | [diff] [blame] | 11 | Thu Apr 24 12:16:42 1997 Theodre Ts'o <tytso@localhost.mit.edu> |
| 12 | |
| 13 | * Release of E2fsprogs version 1.10 |
| 14 | |
| 15 | Thu Apr 17 12:23:38 1997 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 16 | |
| 17 | * Release of E2fsprogs version 1.09 |
| 18 | |
Theodore Ts'o | 2ecc6fe | 1997-04-29 17:57:00 +0000 | [diff] [blame] | 19 | Fri Apr 11 18:56:26 1997 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 20 | |
| 21 | * Release of E2fsprogs version 1.08 |
| 22 | |
Theodore Ts'o | 19c78dc | 1997-04-29 16:17:09 +0000 | [diff] [blame] | 23 | Wed Mar 12 13:32:05 1997 Theodore Y. Ts'o <tytso@mit.edu> |
| 24 | |
| 25 | * Release of E2fsprogs version 1.07 |
| 26 | |
| 27 | Wed Mar 12 21:54:32 1997 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 28 | |
| 29 | * help.c, pager.c, ss.h: Don't use "extern int errno", but use |
| 30 | #include <errno.h> instead. |
| 31 | |
| 32 | Thu Jan 2 00:16:03 1997 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 33 | |
| 34 | * parse.c: Put in an include of string.h |
| 35 | |
| 36 | Tue Oct 8 02:02:03 1996 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 37 | |
| 38 | * Release of E2fsprogs version 1.06 |
| 39 | |
Theodore Ts'o | 5c57647 | 1997-04-29 15:29:49 +0000 | [diff] [blame] | 40 | Thu Sep 12 15:23:07 1996 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 41 | |
| 42 | * Release of E2fsprogs version 1.05 |
| 43 | |
Theodore Ts'o | 1e3472c | 1997-04-29 14:53:37 +0000 | [diff] [blame] | 44 | Fri Aug 30 22:36:48 1996 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 45 | |
| 46 | * invocation.c (ss_create_invocation): Change function prototype |
| 47 | of invocation so that the first two arguments are const |
| 48 | char *, and that the info_ptr is a void *, not a char *. |
| 49 | |
| 50 | * ss.h: Added declaration of ss_execute_line() |
| 51 | |
| 52 | Sat Aug 10 00:17:14 1996 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 53 | |
| 54 | * listen.c (ss_listen): Fix -Wall flames. |
| 55 | |
Theodore Ts'o | 62c06f7 | 1997-04-29 14:34:47 +0000 | [diff] [blame] | 56 | Thu May 16 11:12:30 1996 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 57 | |
| 58 | * Release of E2fsprogs version 1.04 |
| 59 | |
| 60 | Thu May 16 10:04:09 1996 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 61 | |
| 62 | * Makefile.in (INSTALL_HFILES): Install the correct header files |
| 63 | so that /usr/include/ss/ss.h is actually usable! |
| 64 | |
Theodore Ts'o | 7f88b04 | 1997-04-26 14:48:50 +0000 | [diff] [blame] | 65 | Wed Mar 27 00:33:40 1996 <tytso@rsts-11.mit.edu> |
| 66 | |
| 67 | * Release of E2fsprogs version 1.03 |
| 68 | |
Theodore Ts'o | 74becf3 | 1997-04-26 14:37:06 +0000 | [diff] [blame] | 69 | Wed Jan 31 11:06:08 1996 <tytso@rsts-11.mit.edu> |
| 70 | |
| 71 | * Release of E2fsprogs version 1.02 |
| 72 | |
Theodore Ts'o | 50e1e10 | 1997-04-26 13:58:21 +0000 | [diff] [blame] | 73 | Wed Oct 25 11:58:20 1995 <tytso@rsts-11.mit.edu> |
| 74 | |
| 75 | * ss_internal.h: Removed malloc, realloc, free definitions, and |
| 76 | #include <stdlib.h> instead. |
| 77 | |
| 78 | Mon Sep 4 21:46:00 1995 Remy Card <card@bbj> |
| 79 | |
| 80 | * Makefile.in: Added support for BSD shared libraries. |
| 81 | (distclean): Use the -f option when removing files. |
| 82 | |
| 83 | Fri Aug 18 15:15:09 1995 Theodore Y. Ts'o <tytso@dcl> |
| 84 | |
| 85 | * Makefile.in (mk_cmds): Remove usage of $<, since it's not |
| 86 | portable. |
| 87 | |
| 88 | Sat Aug 12 03:11:02 1995 Remy Card <card@bbj> |
| 89 | |
| 90 | * Makefile.in (install): Install static libraries in $(ulibdir) |
| 91 | (/usr/lib on Linux) instead of $(libdir) (/lib on Linux). |
| 92 | |
| 93 | Thu Aug 10 14:23:31 1995 Remy Card <card@bbj> |
| 94 | |
| 95 | * Makefile.in (distclean): Remove mk_cmds.sh. |
| 96 | |
| 97 | Sat Aug 5 11:44:29 1995 Theodore Y. Ts'o <tytso@lurch.mit.edu> |
| 98 | |
| 99 | * mk_cmds.sh.in: Remove the old .c file before moving the new file |
| 100 | into place. |
| 101 | |
| 102 | * Makefile.in (DLL_INSTALL_DIR, ELF_INSTALL_DIR): Set the |
| 103 | installation directories correctly. |
| 104 | |
| 105 | * Makefile.in (clean): Don't remove mk_cmds.sh, since it's built |
| 106 | from the configure script. |
| 107 | |
| 108 | Tue Jul 11 20:47:46 1995 <tytso@rsx-11.mit.edu> |
| 109 | |
| 110 | * help.c (ss_help): Use malloc instead of alloca for maximal |
| 111 | portability. Check return value of malloc before using |
| 112 | buffer. Allocate memory when printing usage message. |
| 113 | |
| 114 | Thu Jun 15 23:46:16 1995 Remy Card <card@bbj> |
| 115 | |
| 116 | * Makefile.in: Added support for ELF shared libraries. |
| 117 | Fixed typos in the compilation rules. |
| 118 | (distclean): Added mk_cmds.sh. |
| 119 | |
| 120 | Sat Jun 10 19:57:07 1995 Theodore Y. Ts'o <tytso@lurch.mit.edu> |
| 121 | |
| 122 | * mk_cmds.sh.in: Use SS_DIR instead of srcdir to determine the |
| 123 | location of the ss directory. |
| 124 | |
| 125 | Thu Jun 8 13:18:48 1995 Miles Bader <miles@churchy.gnu.ai.mit.edu> |
| 126 | |
| 127 | * help.c (ss_help): Use alloca to allocate space for filenames |
| 128 | instead of fixed buffers. |
| 129 | * error.c (ss_error, & includes): Change the selection of |
| 130 | varargs/stdarg to work with configure. |
| 131 | * pager.c: Include <errno.h> if possible. |
| 132 | * parse.c: Ditto. |
| 133 | * request_tbl.c: Ditto. |
| 134 | |
| 135 | * Makefile.in: Rewritten to conform to GNU coding standards and |
| 136 | support separate compilation directories. |
| 137 | Don't preprocess mk_cmds.sh, as this is now done by configure. |
| 138 | |
Theodore Ts'o | f3db356 | 1997-04-26 13:34:30 +0000 | [diff] [blame] | 139 | Sat Mar 11 18:14:52 1995 Theodore Y. Ts'o <tytso@localhost> |
| 140 | |
Theodore Ts'o | 50e1e10 | 1997-04-26 13:58:21 +0000 | [diff] [blame] | 141 | * Makefile.in (DLL_INSTALL_DIR): Install libss in /lib, since it's |
Theodore Ts'o | f3db356 | 1997-04-26 13:34:30 +0000 | [diff] [blame] | 142 | needed by debugfs (which is installed in /sbin). |
| 143 | |
| 144 | |