Whamcloud - gitweb
Update version number for e2fsprogs 1.35 release.
[tools/e2fsprogs.git] / lib / ss / ChangeLog
1 2004-02-28  Theodore Ts'o  <tytso@mit.edu>
2
3         * Release of E2fsprogs 1.35
4
5 2003-12-07  Theodore Ts'o  <tytso@mit.edu>
6
7         * list_rqs.c, listen.c, requests.c, ss.h, ss_internal.h: Fix gcc
8                 -Wall nitpicks.
9
10 2003-07-25  Theodore Ts'o  <tytso@mit.edu>
11
12         * Release of E2fsprogs 1.34
13
14 2003-04-21  Theodore Ts'o  <tytso@mit.edu>
15
16         * Release of E2fsprogs 1.33
17
18 2003-04-12  Theodore Ts'o  <tytso@mit.edu>
19
20         * help.c: Add #ifdef protection around #include <sys/wait.h>
21
22 2003-04-11  Theodore Ts'o  <tytso@mit.edu>
23
24         * get_readline.c (DEFAULT_LIBPATH): Use the SS_READLINE_PATH
25                 environment variable to control the search for a suitable
26                 readine library.  As a default, try using libreadline,
27                 libedit, and libeditline.
28
29 2003-03-30  Theodore Ts'o  <tytso@mit.edu>
30
31         * pager.c, listen.c, requests.c, list_rqs.c, ct_c.awk, prompt.c, 
32                 error.c, request_tbl.c, ss_internal.h, invocation.c, ss.h,
33                 get_readline.c: Remove old support for K&R C and Varargs.
34                 Fix gcc -Wall nits.
35
36         * Makefile.in: Use the compile_et --build-tree option.
37
38 2003-03-16  Theodore Ts'o  <tytso@mit.edu>
39
40         * mk_cmds.1, Makefile.in: Add (bare-bone) man page
41
42         * Makefile.in (DLOPEN_LIB): Include the dlopen library if it is
43                 present on shared libraries.
44
45         * ss_internal.h: Add pointers to dynamic readline functions in the
46                 ss_info data structure.
47
48         * listen.c (ss_listen): Use readline instead of fgets if the
49                 readline library is present.  Define helper functions to
50                 provide command completion from the ss request tables.
51
52         * invocation.c (ss_create_invocation, ss_delete_invocation): If
53                 HAVE_DLOPEN is defined, call ss_get_readline() to automatically
54                 try to load the readline library.
55
56         * get_readline.c (ss_get_readline): New function which uses dlopen()
57                 to dynamically load the readline library if it is present 
58                 on the system.
59
60 2002-11-09  Theodore Ts'o  <tytso@mit.edu>
61
62         * Release of E2fsprogs 1.32
63
64 2002-11-08  Theodore Ts'o  <tytso@mit.edu>
65
66         * Release of E2fsprogs 1.31
67
68 2002-10-31  Theodore Ts'o  <tytso@mit.edu>
69
70         * Release of E2fsprogs 1.30
71
72 2001-09-24  Theodore Tso  <tytso@mit.edu>
73
74         * Release of E2fsprogs 1.29
75
76 2001-08-31  Theodore Tso  <tytso@thunk.org>
77
78         * Release of E2fsprogs 1.28
79
80 2002-03-08  Theodore Tso  <tytso@mit.edu>
81
82         * Release of E2fsprogs 1.27
83
84 2002-03-07  Theodore Tso  <tytso@mit.edu>
85
86         * pager.c (ss_pager_create), list_rqs.c (ss_list_requests): Fix
87                 function prototypes to avoid gcc -Wall complaints.
88
89         * listen.c (ss_listen): Make sure the signal handler for SIGCONT
90                 is restored when we exit.  Also, make sure we don't
91                 clubber any variables after setjmp/longjmp.  Also removed
92                 some bogus, fairly dubious coude.
93
94         * ss.h, ss_internal.h, execute_cmd.c: Add function prototypes to
95                 prevent gcc -Wall complaints.
96
97 2002-02-12  Theodore Tso  <tytso@mit.edu>
98
99         * requests.c (DECLARE): Fix bug in non-STDC declaration --- we
100                 had a mismatch in the function signature and parameter
101                 declaration sections for info/infop.
102
103 2002-02-03  Theodore Tso  <tytso@thunk.org>
104
105         * Release of E2fsprogs 1.26
106
107 2001-09-20  Theodore Tso  <tytso@thunk.org>
108
109         * Release of E2fsprogs 1.25
110
111 2001-09-16  Theodore Tso  <tytso@mit.edu>
112
113         * mk_cmds.sh.in: Make the shell script safe from directory
114                 pathnames with spaces.
115
116 2001-09-02  Theodore Tso  <tytso@thunk.org>
117
118         * Release of E2fsprogs 1.24a
119
120 2001-08-30  Theodore Tso  <tytso@thunk.org>
121
122         * Release of E2fsprogs 1.24
123
124 2001-08-15  Theodore Tso  <tytso@valinux.com>
125
126         * Release of E2fsprogs 1.23
127
128 2001-06-23  Theodore Tso  <tytso@valinux.com>
129
130         * Release of E2fsprogs 1.22
131
132 2001-06-15  Theodore Tso  <tytso@valinux.com>
133
134         * Release of E2fsprogs 1.21
135
136 2001-06-01  Theodore Tso  <tytso@valinux.com>
137
138         * Makefile.in: Move include/asm/types.h.in to
139                 lib/ext2fs/ext2_types.h.in.
140
141 2001-05-25  Theodore Tso  <tytso@valinux.com>
142
143         * Release of E2fsprogs 1.20
144
145 2000-07-13    <tytso@valinux.com>
146
147         * Release of E2fsprogs 1.19
148
149 2000-07-04  Theodore Ts'o  <tytso@valinux.com>
150
151         * Makefile.in: Remove explicit link of -lc in the shared library.
152                 (It shouldn't be necessary, and is harmful in some cases).
153
154 2000-07-03    <tytso@snap.thunk.org>
155
156         * ct_c.awk: Work around a bug in gawk 3.05
157
158         * mk_cmds.sh.in: Allow the build system to override the standard
159                 location for finding the ct_c.* files by setting the
160                 _SS_DIR_OVERRIDE environment variable.
161
162         * Makefile.in: Use _SS_DIR_OVERRIDE to make sure we get the
163                 version in the source tree.
164
165 2000-05-25    <tytso@snap.thunk.org>
166
167         * Makefile: Add hack dependency rule so that parallel makes work
168                 correctly. 
169
170 1999-11-19    <tytso@valinux.com>
171
172         * execute_cmd.c (ss_execute_line): Fix memory leak; we weren't
173                 freeing the argv array.
174
175         * Makefile.in (distclean): Remove TAGS and Makefile.in.old from
176                 the source directory.
177
178 1999-11-10    <tytso@valinux.com>
179
180         * Release of E2fsprogs 1.18
181
182 1999-10-26    <tytso@valinux.com>
183
184         * Release of E2fsprogs 1.17
185
186 1999-10-22    <tytso@valinux.com>
187
188         * Release of E2fsprogs 1.16
189
190 1999-09-07    <tytso@rsts-11.mit.edu>
191
192         * Updated copyright statements with permission of the original
193                 authors.
194
195 1999-07-18  Theodore Ts'o  <tytso@rsts-11.mit.edu>
196
197         * Release of E2fsprogs 1.15
198
199 1999-01-09  Theodore Ts'o  <tytso@rsts-11.mit.edu>
200
201         * Release of E2fsprogs 1.14
202
203 Mon Jan  4 00:05:14 1999  Theodore Y. Ts'o  <tytso@mit.edu>
204
205         * mk_cmds.sh.in (TMP): Fixed portability bug in shell script; we
206                 were depending on a bash'ism.
207
208 1998-12-15  Theodore Ts'o  <tytso@rsts-11.mit.edu>
209
210         * Release of E2fsprogs 1.13
211
212 1998-07-10  Theodore Ts'o  <tytso@rsts-11.mit.edu>
213
214         * mk_cmds.sh.in: Fix error message so that it says mk_cmds's
215                 template files instead of compile_et's template files.
216
217 1998-07-09  Theodore Ts'o  <tytso@rsts-11.mit.edu>
218
219         * Release of E2fsprogs 1.12
220
221 1998-03-30  Theodore Ts'o  <tytso@rsts-11.mit.edu>
222
223         * Makefile.in: Install the ct_c.awk and ct_c.sed files in
224                 $(datadir)/ss (i.e., /usr/share/ss) directory.  Change
225                 to use new installation directory variables
226                 convention.  Fix uninstall rules to take $(DESTDIR)
227                 into account.
228
229         * mk_cmds.sh.in: Look in $(datadir)/ss for ct_c.awk and
230                 ct_c.sed; if not found, look in the build directory.  Add
231                 error checking for non-existent input file.
232
233 Thu Aug 14 08:17:22 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
234
235         * Makefile.in (install): Fix rm command to use $(DESTDIR)
236                 appropriately.
237
238 Tue Jun 17 01:33:20 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
239
240         * Release of E2fsprogs 1.11
241
242 Wed Jun  4 15:04:03 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
243
244         * Makefile.in (install): Install the ss_err.h header file out of
245                 the build directory instead of the source directory (since
246                 it is a constructed file).
247
248 Thu Apr 24 12:16:42 1997  Theodre Ts'o  <tytso@localhost.mit.edu>
249
250         * Release of E2fsprogs version 1.10
251
252 Thu Apr 17 12:23:38 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
253
254         * Release of E2fsprogs version 1.09
255
256 Fri Apr 11 18:56:26 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
257
258         * Release of E2fsprogs version 1.08
259
260 Wed Mar 12 13:32:05 1997  Theodore Y. Ts'o  <tytso@mit.edu>
261
262         * Release of E2fsprogs version 1.07
263
264 Wed Mar 12 21:54:32 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
265
266         * help.c, pager.c, ss.h: Don't use "extern int errno", but use
267                 #include <errno.h> instead.
268
269 Thu Jan  2 00:16:03 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
270
271         * parse.c: Put in an include of string.h
272
273 Tue Oct  8 02:02:03 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
274
275         * Release of E2fsprogs version 1.06
276
277 Thu Sep 12 15:23:07 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
278
279         * Release of E2fsprogs version 1.05
280
281 Fri Aug 30 22:36:48 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
282
283         * invocation.c (ss_create_invocation): Change function prototype
284                 of invocation so that the first two arguments are const
285                 char *, and that the info_ptr is a void *, not a char *.
286
287         * ss.h: Added declaration of ss_execute_line()
288
289 Sat Aug 10 00:17:14 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
290
291         * listen.c (ss_listen): Fix -Wall flames.
292
293 Thu May 16 11:12:30 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
294
295         * Release of E2fsprogs version 1.04
296
297 Thu May 16 10:04:09 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
298
299         * Makefile.in (INSTALL_HFILES): Install the correct header files
300                 so that /usr/include/ss/ss.h is actually usable!
301
302 Wed Mar 27 00:33:40 1996    <tytso@rsts-11.mit.edu>
303
304         * Release of E2fsprogs version 1.03
305
306 Wed Jan 31 11:06:08 1996    <tytso@rsts-11.mit.edu>
307
308         * Release of E2fsprogs version 1.02
309
310 Wed Oct 25 11:58:20 1995    <tytso@rsts-11.mit.edu>
311
312         * ss_internal.h: Removed malloc, realloc, free definitions, and
313                 #include <stdlib.h> instead.
314
315 Mon Sep  4 21:46:00 1995  Remy Card  <card@bbj>
316
317         * Makefile.in: Added support for BSD shared libraries.
318                 (distclean): Use the -f option when removing files.
319
320 Fri Aug 18 15:15:09 1995  Theodore Y. Ts'o  <tytso@dcl>
321
322         * Makefile.in (mk_cmds): Remove usage of $<, since it's not
323                 portable. 
324
325 Sat Aug 12 03:11:02 1995  Remy Card  <card@bbj>
326
327         * Makefile.in (install): Install static libraries in $(ulibdir)
328                 (/usr/lib on Linux) instead of $(libdir) (/lib on Linux).
329
330 Thu Aug 10 14:23:31 1995  Remy Card  <card@bbj>
331
332         * Makefile.in (distclean): Remove mk_cmds.sh.
333
334 Sat Aug  5 11:44:29 1995  Theodore Y. Ts'o  <tytso@lurch.mit.edu>
335
336         * mk_cmds.sh.in: Remove the old .c file before moving the new file
337                 into place.
338
339         * Makefile.in (DLL_INSTALL_DIR, ELF_INSTALL_DIR): Set the
340                 installation directories correctly.
341
342         * Makefile.in (clean): Don't remove mk_cmds.sh, since it's built
343                 from the configure script.
344
345 Tue Jul 11 20:47:46 1995    <tytso@rsx-11.mit.edu>
346
347         * help.c (ss_help): Use malloc instead of alloca for maximal
348                 portability.  Check return value of malloc before using
349                 buffer.  Allocate memory when printing usage message.
350
351 Thu Jun 15 23:46:16 1995  Remy Card  <card@bbj>
352
353         * Makefile.in: Added support for ELF shared libraries.
354                 Fixed typos in the compilation rules.
355                 (distclean): Added mk_cmds.sh.
356
357 Sat Jun 10 19:57:07 1995  Theodore Y. Ts'o  <tytso@lurch.mit.edu>
358
359         * mk_cmds.sh.in: Use SS_DIR instead of srcdir to determine the
360                 location of the ss directory.
361
362 Thu Jun  8 13:18:48 1995  Miles Bader  <miles@churchy.gnu.ai.mit.edu>
363
364         * help.c (ss_help): Use alloca to allocate space for filenames
365         instead of fixed buffers.
366         * error.c (ss_error, & includes): Change the selection of
367         varargs/stdarg to work with configure.
368         * pager.c: Include <errno.h> if possible.
369         * parse.c: Ditto.
370         * request_tbl.c: Ditto.
371
372         * Makefile.in: Rewritten to conform to GNU coding standards and
373         support separate compilation directories.
374         Don't preprocess mk_cmds.sh, as this is now done by configure.
375
376 Sat Mar 11 18:14:52 1995  Theodore Y. Ts'o  <tytso@localhost>
377
378         * Makefile.in (DLL_INSTALL_DIR): Install libss in /lib, since it's
379                 needed by debugfs (which is installed in /sbin).
380
381