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