OSDN Git Service

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