blob: c768b7ba078e9850144d416e3caf3e7c52c33dbe [file] [log] [blame]
Theodore Ts'ofb707752001-09-04 15:00:37 -040012001-09-02 Theodore Tso <tytso@thunk.org>
2
3 * Release of E2fsprogs 1.24a
4
Theodore Ts'o109624a2001-08-31 00:59:55 -040052001-08-30 Theodore Tso <tytso@thunk.org>
6
7 * Release of E2fsprogs 1.24
8
Theodore Ts'o943ed872001-08-27 12:29:22 -040092001-08-15 Theodore Tso <tytso@valinux.com>
10
11 * Release of E2fsprogs 1.23
12
Theodore Ts'o67960132001-06-23 00:16:37 -0400132001-06-23 Theodore Tso <tytso@valinux.com>
14
15 * Release of E2fsprogs 1.22
16
Theodore Ts'of4f75ba2001-06-16 01:14:28 +0000172001-06-15 Theodore Tso <tytso@valinux.com>
18
19 * Release of E2fsprogs 1.21
20
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000212001-06-01 Theodore Tso <tytso@valinux.com>
22
23 * Makefile.in: Move include/asm/types.h.in to
Theodore Ts'o36a23e12001-06-02 00:54:10 +000024 lib/ext2fs/ext2_types.h.in.
Theodore Ts'o797f5ef2001-06-01 23:49:46 +000025
Theodore Ts'obb185862001-05-25 17:35:00 +0000262001-05-25 Theodore Tso <tytso@valinux.com>
27
28 * Release of E2fsprogs 1.20
29
Theodore Ts'of9e67062000-07-13 23:25:54 +0000302000-07-13 <tytso@valinux.com>
31
32 * Release of E2fsprogs 1.19
33
Theodore Ts'ob2420d42000-07-04 18:51:20 +0000342000-07-04 Theodore Ts'o <tytso@valinux.com>
35
36 * Makefile.in: Remove explicit link of -lc in the shared library.
37 (It shouldn't be necessary, and is harmful in some cases).
38
Theodore Ts'o1f00aaf2000-07-04 12:34:34 +0000392000-07-03 <tytso@snap.thunk.org>
40
41 * ct_c.awk: Work around a bug in gawk 3.05
42
43 * mk_cmds.sh.in: Allow the build system to override the standard
44 location for finding the ct_c.* files by setting the
45 _SS_DIR_OVERRIDE environment variable.
46
47 * Makefile.in: Use _SS_DIR_OVERRIDE to make sure we get the
48 version in the source tree.
49
Theodore Ts'of0f4acb2000-05-25 23:22:11 +0000502000-05-25 <tytso@snap.thunk.org>
51
52 * Makefile: Add hack dependency rule so that parallel makes work
53 correctly.
54
Theodore Ts'o5c36a2f1999-11-19 18:42:30 +0000551999-11-19 <tytso@valinux.com>
56
Theodore Ts'o7b352e32000-01-18 16:24:13 +000057 * execute_cmd.c (ss_execute_line): Fix memory leak; we weren't
58 freeing the argv array.
59
Theodore Ts'o5c36a2f1999-11-19 18:42:30 +000060 * Makefile.in (distclean): Remove TAGS and Makefile.in.old from
61 the source directory.
62
Theodore Ts'ocd086361999-11-10 16:00:39 +0000631999-11-10 <tytso@valinux.com>
64
65 * Release of E2fsprogs 1.18
66
Theodore Ts'o28e11941999-10-26 18:17:20 +0000671999-10-26 <tytso@valinux.com>
68
69 * Release of E2fsprogs 1.17
70
Theodore Ts'o614fdfd1999-10-23 03:19:51 +0000711999-10-22 <tytso@valinux.com>
72
73 * Release of E2fsprogs 1.16
74
Theodore Ts'o27401561999-09-14 20:11:19 +0000751999-09-07 <tytso@rsts-11.mit.edu>
76
Theodore Ts'o06cefee1999-10-23 01:16:22 +000077 * Updated copyright statements with permission of the original
78 authors.
Theodore Ts'o27401561999-09-14 20:11:19 +000079
Theodore Ts'o657cb971999-07-30 23:19:10 +0000801999-07-18 Theodore Ts'o <tytso@rsts-11.mit.edu>
81
82 * Release of E2fsprogs 1.15
83
Theodore Ts'o9e51eca1999-01-09 16:32:31 +0000841999-01-09 Theodore Ts'o <tytso@rsts-11.mit.edu>
85
86 * Release of E2fsprogs 1.14
87
Theodore Ts'o73f17cf1999-01-04 07:35:45 +000088Mon Jan 4 00:05:14 1999 Theodore Y. Ts'o <tytso@mit.edu>
89
90 * mk_cmds.sh.in (TMP): Fixed portability bug in shell script; we
91 were depending on a bash'ism.
92
Theodore Ts'o556ad131998-12-19 08:10:58 +0000931998-12-15 Theodore Ts'o <tytso@rsts-11.mit.edu>
94
95 * Release of E2fsprogs 1.13
96
Theodore Ts'o169cb541998-08-01 04:33:31 +0000971998-07-10 Theodore Ts'o <tytso@rsts-11.mit.edu>
98
99 * mk_cmds.sh.in: Fix error message so that it says mk_cmds's
100 template files instead of compile_et's template files.
101
Theodore Ts'o4a5fa191998-07-09 05:42:45 +00001021998-07-09 Theodore Ts'o <tytso@rsts-11.mit.edu>
103
104 * Release of E2fsprogs 1.12
105
Theodore Ts'oe5fa0e31998-04-01 02:18:45 +00001061998-03-30 Theodore Ts'o <tytso@rsts-11.mit.edu>
107
108 * Makefile.in: Install the ct_c.awk and ct_c.sed files in
109 $(datadir)/ss (i.e., /usr/share/ss) directory. Change
110 to use new installation directory variables
111 convention. Fix uninstall rules to take $(DESTDIR)
112 into account.
113
114 * mk_cmds.sh.in: Look in $(datadir)/ss for ct_c.awk and
115 ct_c.sed; if not found, look in the build directory. Add
116 error checking for non-existent input file.
117
Theodore Ts'o7cf73dc1997-08-14 17:17:16 +0000118Thu Aug 14 08:17:22 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
119
120 * Makefile.in (install): Fix rm command to use $(DESTDIR)
121 appropriately.
122
Theodore Ts'o024996c1997-06-17 05:38:35 +0000123Tue Jun 17 01:33:20 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
124
125 * Release of E2fsprogs 1.11
126
Theodore Ts'o5972d0d1997-06-07 03:45:08 +0000127Wed Jun 4 15:04:03 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
128
129 * Makefile.in (install): Install the ss_err.h header file out of
130 the build directory instead of the source directory (since
131 it is a constructed file).
132
Theodore Ts'oa29f4d31997-04-29 21:26:48 +0000133Thu Apr 24 12:16:42 1997 Theodre Ts'o <tytso@localhost.mit.edu>
134
135 * Release of E2fsprogs version 1.10
136
137Thu Apr 17 12:23:38 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
138
139 * Release of E2fsprogs version 1.09
140
Theodore Ts'o2ecc6fe1997-04-29 17:57:00 +0000141Fri Apr 11 18:56:26 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
142
143 * Release of E2fsprogs version 1.08
144
Theodore Ts'o19c78dc1997-04-29 16:17:09 +0000145Wed Mar 12 13:32:05 1997 Theodore Y. Ts'o <tytso@mit.edu>
146
147 * Release of E2fsprogs version 1.07
148
149Wed Mar 12 21:54:32 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
150
151 * help.c, pager.c, ss.h: Don't use "extern int errno", but use
152 #include <errno.h> instead.
153
154Thu Jan 2 00:16:03 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
155
156 * parse.c: Put in an include of string.h
157
158Tue Oct 8 02:02:03 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
159
160 * Release of E2fsprogs version 1.06
161
Theodore Ts'o5c576471997-04-29 15:29:49 +0000162Thu Sep 12 15:23:07 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
163
164 * Release of E2fsprogs version 1.05
165
Theodore Ts'o1e3472c1997-04-29 14:53:37 +0000166Fri Aug 30 22:36:48 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
167
168 * invocation.c (ss_create_invocation): Change function prototype
169 of invocation so that the first two arguments are const
170 char *, and that the info_ptr is a void *, not a char *.
171
172 * ss.h: Added declaration of ss_execute_line()
173
174Sat Aug 10 00:17:14 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
175
176 * listen.c (ss_listen): Fix -Wall flames.
177
Theodore Ts'o62c06f71997-04-29 14:34:47 +0000178Thu May 16 11:12:30 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
179
180 * Release of E2fsprogs version 1.04
181
182Thu May 16 10:04:09 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
183
184 * Makefile.in (INSTALL_HFILES): Install the correct header files
185 so that /usr/include/ss/ss.h is actually usable!
186
Theodore Ts'o7f88b041997-04-26 14:48:50 +0000187Wed Mar 27 00:33:40 1996 <tytso@rsts-11.mit.edu>
188
189 * Release of E2fsprogs version 1.03
190
Theodore Ts'o74becf31997-04-26 14:37:06 +0000191Wed Jan 31 11:06:08 1996 <tytso@rsts-11.mit.edu>
192
193 * Release of E2fsprogs version 1.02
194
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000195Wed Oct 25 11:58:20 1995 <tytso@rsts-11.mit.edu>
196
197 * ss_internal.h: Removed malloc, realloc, free definitions, and
198 #include <stdlib.h> instead.
199
200Mon Sep 4 21:46:00 1995 Remy Card <card@bbj>
201
202 * Makefile.in: Added support for BSD shared libraries.
203 (distclean): Use the -f option when removing files.
204
205Fri Aug 18 15:15:09 1995 Theodore Y. Ts'o <tytso@dcl>
206
207 * Makefile.in (mk_cmds): Remove usage of $<, since it's not
208 portable.
209
210Sat Aug 12 03:11:02 1995 Remy Card <card@bbj>
211
212 * Makefile.in (install): Install static libraries in $(ulibdir)
213 (/usr/lib on Linux) instead of $(libdir) (/lib on Linux).
214
215Thu Aug 10 14:23:31 1995 Remy Card <card@bbj>
216
217 * Makefile.in (distclean): Remove mk_cmds.sh.
218
219Sat Aug 5 11:44:29 1995 Theodore Y. Ts'o <tytso@lurch.mit.edu>
220
221 * mk_cmds.sh.in: Remove the old .c file before moving the new file
222 into place.
223
224 * Makefile.in (DLL_INSTALL_DIR, ELF_INSTALL_DIR): Set the
225 installation directories correctly.
226
227 * Makefile.in (clean): Don't remove mk_cmds.sh, since it's built
228 from the configure script.
229
230Tue Jul 11 20:47:46 1995 <tytso@rsx-11.mit.edu>
231
232 * help.c (ss_help): Use malloc instead of alloca for maximal
233 portability. Check return value of malloc before using
234 buffer. Allocate memory when printing usage message.
235
236Thu Jun 15 23:46:16 1995 Remy Card <card@bbj>
237
238 * Makefile.in: Added support for ELF shared libraries.
239 Fixed typos in the compilation rules.
240 (distclean): Added mk_cmds.sh.
241
242Sat Jun 10 19:57:07 1995 Theodore Y. Ts'o <tytso@lurch.mit.edu>
243
244 * mk_cmds.sh.in: Use SS_DIR instead of srcdir to determine the
245 location of the ss directory.
246
247Thu Jun 8 13:18:48 1995 Miles Bader <miles@churchy.gnu.ai.mit.edu>
248
249 * help.c (ss_help): Use alloca to allocate space for filenames
250 instead of fixed buffers.
251 * error.c (ss_error, & includes): Change the selection of
252 varargs/stdarg to work with configure.
253 * pager.c: Include <errno.h> if possible.
254 * parse.c: Ditto.
255 * request_tbl.c: Ditto.
256
257 * Makefile.in: Rewritten to conform to GNU coding standards and
258 support separate compilation directories.
259 Don't preprocess mk_cmds.sh, as this is now done by configure.
260
Theodore Ts'of3db3561997-04-26 13:34:30 +0000261Sat Mar 11 18:14:52 1995 Theodore Y. Ts'o <tytso@localhost>
262
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000263 * Makefile.in (DLL_INSTALL_DIR): Install libss in /lib, since it's
Theodore Ts'of3db3561997-04-26 13:34:30 +0000264 needed by debugfs (which is installed in /sbin).
265
266