blob: 5de5bcd9cb84c16377c43638f3eb3f754bd5fafa [file] [log] [blame]
Theodore Ts'oae65b292002-11-08 20:08:48 -050012002-11-08 Theodore Ts'o <tytso@mit.edu>
2
3 * Release of E2fsprogs 1.31
4
Theodore Ts'o5d823a42002-11-01 02:13:53 -050052002-10-31 Theodore Ts'o <tytso@mit.edu>
6
7 * Release of E2fsprogs 1.30
8
Theodore Ts'oc6633052002-09-24 01:26:50 -040092001-09-24 Theodore Tso <tytso@mit.edu>
10
11 * Release of E2fsprogs 1.29
12
Theodore Ts'o87ee8dc2002-08-31 03:02:57 -0400132001-08-31 Theodore Tso <tytso@thunk.org>
14
15 * Release of E2fsprogs 1.28
16
Theodore Ts'oa8e77242002-03-08 03:12:14 -0500172002-03-08 Theodore Tso <tytso@mit.edu>
18
19 * Release of E2fsprogs 1.27
20
Theodore Ts'o546a1ff2002-03-07 23:52:56 -0500212002-03-07 Theodore Tso <tytso@mit.edu>
22
23 * pager.c (ss_pager_create), list_rqs.c (ss_list_requests): Fix
24 function prototypes to avoid gcc -Wall complaints.
25
26 * listen.c (ss_listen): Make sure the signal handler for SIGCONT
27 is restored when we exit. Also, make sure we don't
28 clubber any variables after setjmp/longjmp. Also removed
29 some bogus, fairly dubious coude.
30
31 * ss.h, ss_internal.h, execute_cmd.c: Add function prototypes to
32 prevent gcc -Wall complaints.
33
Theodore Ts'o57173d02002-02-26 14:59:39 -0500342002-02-12 Theodore Tso <tytso@mit.edu>
Theodore Ts'o7d4343d2002-02-12 02:34:44 -050035
36 * requests.c (DECLARE): Fix bug in non-STDC declaration --- we
37 had a mismatch in the function signature and parameter
38 declaration sections for info/infop.
39
Theodore Ts'oa5f3f5c2002-02-03 01:00:22 -0500402002-02-03 Theodore Tso <tytso@thunk.org>
41
42 * Release of E2fsprogs 1.26
43
Theodore Ts'ofbf91112001-09-20 10:47:47 -0400442001-09-20 Theodore Tso <tytso@thunk.org>
45
46 * Release of E2fsprogs 1.25
47
Theodore Ts'o57173d02002-02-26 14:59:39 -0500482001-09-16 Theodore Tso <tytso@mit.edu>
Theodore Ts'o7eb06692001-09-16 23:29:17 -040049
50 * mk_cmds.sh.in: Make the shell script safe from directory
51 pathnames with spaces.
52
Theodore Ts'ofb707752001-09-04 15:00:37 -0400532001-09-02 Theodore Tso <tytso@thunk.org>
54
55 * Release of E2fsprogs 1.24a
56
Theodore Ts'o109624a2001-08-31 00:59:55 -0400572001-08-30 Theodore Tso <tytso@thunk.org>
58
59 * Release of E2fsprogs 1.24
60
Theodore Ts'o943ed872001-08-27 12:29:22 -0400612001-08-15 Theodore Tso <tytso@valinux.com>
62
63 * Release of E2fsprogs 1.23
64
Theodore Ts'o67960132001-06-23 00:16:37 -0400652001-06-23 Theodore Tso <tytso@valinux.com>
66
67 * Release of E2fsprogs 1.22
68
Theodore Ts'of4f75ba2001-06-16 01:14:28 +0000692001-06-15 Theodore Tso <tytso@valinux.com>
70
71 * Release of E2fsprogs 1.21
72
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000732001-06-01 Theodore Tso <tytso@valinux.com>
74
75 * Makefile.in: Move include/asm/types.h.in to
Theodore Ts'o36a23e12001-06-02 00:54:10 +000076 lib/ext2fs/ext2_types.h.in.
Theodore Ts'o797f5ef2001-06-01 23:49:46 +000077
Theodore Ts'obb185862001-05-25 17:35:00 +0000782001-05-25 Theodore Tso <tytso@valinux.com>
79
80 * Release of E2fsprogs 1.20
81
Theodore Ts'of9e67062000-07-13 23:25:54 +0000822000-07-13 <tytso@valinux.com>
83
84 * Release of E2fsprogs 1.19
85
Theodore Ts'ob2420d42000-07-04 18:51:20 +0000862000-07-04 Theodore Ts'o <tytso@valinux.com>
87
88 * Makefile.in: Remove explicit link of -lc in the shared library.
89 (It shouldn't be necessary, and is harmful in some cases).
90
Theodore Ts'o1f00aaf2000-07-04 12:34:34 +0000912000-07-03 <tytso@snap.thunk.org>
92
93 * ct_c.awk: Work around a bug in gawk 3.05
94
95 * mk_cmds.sh.in: Allow the build system to override the standard
96 location for finding the ct_c.* files by setting the
97 _SS_DIR_OVERRIDE environment variable.
98
99 * Makefile.in: Use _SS_DIR_OVERRIDE to make sure we get the
100 version in the source tree.
101
Theodore Ts'of0f4acb2000-05-25 23:22:11 +00001022000-05-25 <tytso@snap.thunk.org>
103
104 * Makefile: Add hack dependency rule so that parallel makes work
105 correctly.
106
Theodore Ts'o5c36a2f1999-11-19 18:42:30 +00001071999-11-19 <tytso@valinux.com>
108
Theodore Ts'o7b352e32000-01-18 16:24:13 +0000109 * execute_cmd.c (ss_execute_line): Fix memory leak; we weren't
110 freeing the argv array.
111
Theodore Ts'o5c36a2f1999-11-19 18:42:30 +0000112 * Makefile.in (distclean): Remove TAGS and Makefile.in.old from
113 the source directory.
114
Theodore Ts'ocd086361999-11-10 16:00:39 +00001151999-11-10 <tytso@valinux.com>
116
117 * Release of E2fsprogs 1.18
118
Theodore Ts'o28e11941999-10-26 18:17:20 +00001191999-10-26 <tytso@valinux.com>
120
121 * Release of E2fsprogs 1.17
122
Theodore Ts'o614fdfd1999-10-23 03:19:51 +00001231999-10-22 <tytso@valinux.com>
124
125 * Release of E2fsprogs 1.16
126
Theodore Ts'o27401561999-09-14 20:11:19 +00001271999-09-07 <tytso@rsts-11.mit.edu>
128
Theodore Ts'o06cefee1999-10-23 01:16:22 +0000129 * Updated copyright statements with permission of the original
130 authors.
Theodore Ts'o27401561999-09-14 20:11:19 +0000131
Theodore Ts'o657cb971999-07-30 23:19:10 +00001321999-07-18 Theodore Ts'o <tytso@rsts-11.mit.edu>
133
134 * Release of E2fsprogs 1.15
135
Theodore Ts'o9e51eca1999-01-09 16:32:31 +00001361999-01-09 Theodore Ts'o <tytso@rsts-11.mit.edu>
137
138 * Release of E2fsprogs 1.14
139
Theodore Ts'o73f17cf1999-01-04 07:35:45 +0000140Mon Jan 4 00:05:14 1999 Theodore Y. Ts'o <tytso@mit.edu>
141
142 * mk_cmds.sh.in (TMP): Fixed portability bug in shell script; we
143 were depending on a bash'ism.
144
Theodore Ts'o556ad131998-12-19 08:10:58 +00001451998-12-15 Theodore Ts'o <tytso@rsts-11.mit.edu>
146
147 * Release of E2fsprogs 1.13
148
Theodore Ts'o169cb541998-08-01 04:33:31 +00001491998-07-10 Theodore Ts'o <tytso@rsts-11.mit.edu>
150
151 * mk_cmds.sh.in: Fix error message so that it says mk_cmds's
152 template files instead of compile_et's template files.
153
Theodore Ts'o4a5fa191998-07-09 05:42:45 +00001541998-07-09 Theodore Ts'o <tytso@rsts-11.mit.edu>
155
156 * Release of E2fsprogs 1.12
157
Theodore Ts'oe5fa0e31998-04-01 02:18:45 +00001581998-03-30 Theodore Ts'o <tytso@rsts-11.mit.edu>
159
160 * Makefile.in: Install the ct_c.awk and ct_c.sed files in
161 $(datadir)/ss (i.e., /usr/share/ss) directory. Change
162 to use new installation directory variables
163 convention. Fix uninstall rules to take $(DESTDIR)
164 into account.
165
166 * mk_cmds.sh.in: Look in $(datadir)/ss for ct_c.awk and
167 ct_c.sed; if not found, look in the build directory. Add
168 error checking for non-existent input file.
169
Theodore Ts'o7cf73dc1997-08-14 17:17:16 +0000170Thu Aug 14 08:17:22 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
171
172 * Makefile.in (install): Fix rm command to use $(DESTDIR)
173 appropriately.
174
Theodore Ts'o024996c1997-06-17 05:38:35 +0000175Tue Jun 17 01:33:20 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
176
177 * Release of E2fsprogs 1.11
178
Theodore Ts'o5972d0d1997-06-07 03:45:08 +0000179Wed Jun 4 15:04:03 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
180
181 * Makefile.in (install): Install the ss_err.h header file out of
182 the build directory instead of the source directory (since
183 it is a constructed file).
184
Theodore Ts'oa29f4d31997-04-29 21:26:48 +0000185Thu Apr 24 12:16:42 1997 Theodre Ts'o <tytso@localhost.mit.edu>
186
187 * Release of E2fsprogs version 1.10
188
189Thu Apr 17 12:23:38 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
190
191 * Release of E2fsprogs version 1.09
192
Theodore Ts'o2ecc6fe1997-04-29 17:57:00 +0000193Fri Apr 11 18:56:26 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
194
195 * Release of E2fsprogs version 1.08
196
Theodore Ts'o19c78dc1997-04-29 16:17:09 +0000197Wed Mar 12 13:32:05 1997 Theodore Y. Ts'o <tytso@mit.edu>
198
199 * Release of E2fsprogs version 1.07
200
201Wed Mar 12 21:54:32 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
202
203 * help.c, pager.c, ss.h: Don't use "extern int errno", but use
204 #include <errno.h> instead.
205
206Thu Jan 2 00:16:03 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
207
208 * parse.c: Put in an include of string.h
209
210Tue Oct 8 02:02:03 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
211
212 * Release of E2fsprogs version 1.06
213
Theodore Ts'o5c576471997-04-29 15:29:49 +0000214Thu Sep 12 15:23:07 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
215
216 * Release of E2fsprogs version 1.05
217
Theodore Ts'o1e3472c1997-04-29 14:53:37 +0000218Fri Aug 30 22:36:48 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
219
220 * invocation.c (ss_create_invocation): Change function prototype
221 of invocation so that the first two arguments are const
222 char *, and that the info_ptr is a void *, not a char *.
223
224 * ss.h: Added declaration of ss_execute_line()
225
226Sat Aug 10 00:17:14 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
227
228 * listen.c (ss_listen): Fix -Wall flames.
229
Theodore Ts'o62c06f71997-04-29 14:34:47 +0000230Thu May 16 11:12:30 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
231
232 * Release of E2fsprogs version 1.04
233
234Thu May 16 10:04:09 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
235
236 * Makefile.in (INSTALL_HFILES): Install the correct header files
237 so that /usr/include/ss/ss.h is actually usable!
238
Theodore Ts'o7f88b041997-04-26 14:48:50 +0000239Wed Mar 27 00:33:40 1996 <tytso@rsts-11.mit.edu>
240
241 * Release of E2fsprogs version 1.03
242
Theodore Ts'o74becf31997-04-26 14:37:06 +0000243Wed Jan 31 11:06:08 1996 <tytso@rsts-11.mit.edu>
244
245 * Release of E2fsprogs version 1.02
246
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000247Wed Oct 25 11:58:20 1995 <tytso@rsts-11.mit.edu>
248
249 * ss_internal.h: Removed malloc, realloc, free definitions, and
250 #include <stdlib.h> instead.
251
252Mon Sep 4 21:46:00 1995 Remy Card <card@bbj>
253
254 * Makefile.in: Added support for BSD shared libraries.
255 (distclean): Use the -f option when removing files.
256
257Fri Aug 18 15:15:09 1995 Theodore Y. Ts'o <tytso@dcl>
258
259 * Makefile.in (mk_cmds): Remove usage of $<, since it's not
260 portable.
261
262Sat Aug 12 03:11:02 1995 Remy Card <card@bbj>
263
264 * Makefile.in (install): Install static libraries in $(ulibdir)
265 (/usr/lib on Linux) instead of $(libdir) (/lib on Linux).
266
267Thu Aug 10 14:23:31 1995 Remy Card <card@bbj>
268
269 * Makefile.in (distclean): Remove mk_cmds.sh.
270
271Sat Aug 5 11:44:29 1995 Theodore Y. Ts'o <tytso@lurch.mit.edu>
272
273 * mk_cmds.sh.in: Remove the old .c file before moving the new file
274 into place.
275
276 * Makefile.in (DLL_INSTALL_DIR, ELF_INSTALL_DIR): Set the
277 installation directories correctly.
278
279 * Makefile.in (clean): Don't remove mk_cmds.sh, since it's built
280 from the configure script.
281
282Tue Jul 11 20:47:46 1995 <tytso@rsx-11.mit.edu>
283
284 * help.c (ss_help): Use malloc instead of alloca for maximal
285 portability. Check return value of malloc before using
286 buffer. Allocate memory when printing usage message.
287
288Thu Jun 15 23:46:16 1995 Remy Card <card@bbj>
289
290 * Makefile.in: Added support for ELF shared libraries.
291 Fixed typos in the compilation rules.
292 (distclean): Added mk_cmds.sh.
293
294Sat Jun 10 19:57:07 1995 Theodore Y. Ts'o <tytso@lurch.mit.edu>
295
296 * mk_cmds.sh.in: Use SS_DIR instead of srcdir to determine the
297 location of the ss directory.
298
299Thu Jun 8 13:18:48 1995 Miles Bader <miles@churchy.gnu.ai.mit.edu>
300
301 * help.c (ss_help): Use alloca to allocate space for filenames
302 instead of fixed buffers.
303 * error.c (ss_error, & includes): Change the selection of
304 varargs/stdarg to work with configure.
305 * pager.c: Include <errno.h> if possible.
306 * parse.c: Ditto.
307 * request_tbl.c: Ditto.
308
309 * Makefile.in: Rewritten to conform to GNU coding standards and
310 support separate compilation directories.
311 Don't preprocess mk_cmds.sh, as this is now done by configure.
312
Theodore Ts'of3db3561997-04-26 13:34:30 +0000313Sat Mar 11 18:14:52 1995 Theodore Y. Ts'o <tytso@localhost>
314
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000315 * Makefile.in (DLL_INSTALL_DIR): Install libss in /lib, since it's
Theodore Ts'of3db3561997-04-26 13:34:30 +0000316 needed by debugfs (which is installed in /sbin).
317
318