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