OSDN Git Service

Update version number for e2fsprogs 1.35 release.
[android-x86/external-e2fsprogs.git] / lib / et / ChangeLog
1 2004-02-28  Theodore Ts'o  <tytso@mit.edu>
2
3         * Release of E2fsprogs 1.35
4
5 2003-12-11  Theodore Ts'o  <tytso@thunk.org>
6
7         * com_err.3: Fix C syntax error pointed out by ESR.
8
9 2003-11-28  Theodore Ts'o  <tytso@mit.edu>
10
11         * et_c.awk: Add declaration of the Heimdal initialization routine
12                 to avoid gcc -Wall complaints
13
14 2003-11-26  Theodore Ts'o  <tytso@mit.edu>
15
16         * com_err.h, com_err.c: Use GCC attributes to mark com_err and
17                 default_com_err_proc as taking printf-style format
18                 strings.
19
20 2003-11-22  Theodore Ts'o  <tytso@mit.edu>
21
22         * com_err.h: Retore the type of n_msgs in the error_table
23                 structure to "int" from "unsigned int" fix a core dumping 
24                 bug in the com_right() function.  (Addresses Debian bug 
25                 #213450)
26
27 2003-08-20  Theodore Ts'o  <tytso@mit.edu>
28
29         * Makefile.in: Delete com_err.info on a make clean
30
31         * testcases: Update to reflect fixed prototype for
32                 initialize_xxx_err_table_r.
33
34 2003-08-19  Theodore Ts'o  <tytso@mit.edu>
35
36         * et_h.awk: Fix wrong prototype for initialize_xxx_err_table_r.
37                 (Thanks to Gombas Gabor for pointing this out, addresses
38                 Debian bug #204332)
39
40 2003-08-01  Philipp Thomas <pthomas@suse.de>
41
42         * et_c.awk, et_h.awk: Add Heimdal compile_et extensions
43
44 2003-07-25  Theodore Ts'o  <tytso@mit.edu>
45
46         * Release of E2fsprogs 1.34
47
48 2003-05-13  Theodore Ts'o  <tytso@mit.edu>
49
50         * Makefile.in: Bump minor version number of libcomerr to indicate
51                 the addition of the Himdall compatibility functions.
52
53 2003-05-05  Theodore Ts'o  <tytso@mit.edu>
54
55         * et_c.awk, et_h.awk, com_err.h, com_right.c: Add full Heimdall
56                 compatibility. 
57
58         * et_c.awk: Add support for OV-style continuations in compile_et.
59                 (Closes Debian bug #191900).
60
61         * Makefile.in: Add regression test suite for compile_et.
62
63 2003-04-21  Theodore Ts'o  <tytso@mit.edu>
64
65         * Release of E2fsprogs 1.33
66
67 2003-03-30  Theodore Ts'o  <tytso@mit.edu>
68
69         * et_h.awk (char_shift): Use the com_err.h file in et/com_err.h,
70                 since /usr/include/com_err.h may not exist, and if it
71                 does, it might be the wrong one.
72
73         * compile_et.sh.in: Add --build-tree option which forces the use
74                 of the et_?.awk files in the build tree.
75
76         * error_table.h, error_message.c, com_err.c, internal.h,
77                 init_et.c, com_err.h: Remove STDC legacy #define's.
78
79         * com_err.texinfo: Remove references to K&R C support, and to
80                 potential problems that are no longer relevant.
81
82 2003-03-19  Theodore Ts'o  <tytso@mit.edu>
83
84         * com_err.h, error_table.h: Move definition of the error_table
85                 structure from the internal error_table.h to com_err.h,
86                 since it now needs to be public.
87
88         * et_c.awk, et_h.awk: Import changes from krb5's et library so
89                 that the error_table structure is defined and available
90                 publically.
91
92         * error_message.c: Import krb5 and heimdall com_err extensions to
93                 the et library.
94
95 2002-11-09  Theodore Ts'o  <tytso@mit.edu>
96
97         * Release of E2fsprogs 1.32
98
99 2002-11-08  Theodore Ts'o  <tytso@mit.edu>
100
101         * Release of E2fsprogs 1.31
102
103 2002-10-31  Theodore Ts'o  <tytso@mit.edu>
104
105         * Release of E2fsprogs 1.30
106
107 2001-09-24  Theodore Tso  <tytso@mit.edu>
108
109         * Release of E2fsprogs 1.29
110
111 2002-09-23  Theodore Ts'o  <tytso@mit.edu>
112
113         * internal.h: Remove declaration of perror.  All modern systems
114                 can be expected to define perror() these days.
115
116 2001-08-31  Theodore Tso  <tytso@thunk.org>
117
118         * Release of E2fsprogs 1.28
119
120 2002-03-08  Theodore Tso  <tytso@mit.edu>
121
122         * Release of E2fsprogs 1.27
123
124 2002-02-23  Theodore Tso  <tytso@mit.edu>
125
126         * com_err.texinfo: Fix up the com_err info file so that it
127                 includes the directory node information.  (Taken from the
128                 Debian diff file.)
129
130 2002-02-03  Theodore Tso  <tytso@thunk.org>
131
132         * Release of E2fsprogs 1.26
133
134 2001-12-02  Theodore Tso  <tytso@mit.edu>
135
136         * com_err.c (default_com_err_proc): Work around bug in diet libc
137                 which core dumps when using fputc on stderr; besides, it
138                 shaves bytes off of com_err.o if we use fputs instead of
139                 two fputc calls.
140
141 2001-09-20  Theodore Tso  <tytso@thunk.org>
142
143         * Release of E2fsprogs 1.25
144
145 2001-09-16  Theodore Tso  <tytso@mit.edu>
146
147         * compile_et.sh.in: Make the shell script safe from directory
148                 pathnames with spaces.
149
150 2001-09-10  Theodore Tso  <tytso@mit.edu>
151
152         * com_err.texinfo: Add appropriate @node and @menu lines so that
153                 the a valid .info file can be made.  Use @deftypefun to
154                 define functions.  Change the e-mail address where bug
155                 reports to be sent to be is the e2fsprogs maintainer.
156
157 2001-09-02  Theodore Tso  <tytso@thunk.org>
158
159         * Release of E2fsprogs 1.24a
160
161 2001-08-30  Theodore Tso  <tytso@thunk.org>
162
163         * Release of E2fsprogs 1.24
164
165 2001-08-15  Theodore Tso  <tytso@valinux.com>
166
167         * Release of E2fsprogs 1.23
168
169 2001-06-23  Theodore Tso  <tytso@valinux.com>
170
171         * Release of E2fsprogs 1.22
172
173 2001-06-15  Theodore Tso  <tytso@valinux.com>
174
175         * Release of E2fsprogs 1.21
176
177 2001-05-25  Theodore Tso  <tytso@valinux.com>
178
179         * Release of E2fsprogs 1.20
180
181 2000-12-04    <tytso@snap.thunk.org>
182
183         * compile_et.1: Fix simple typo in the man page.
184
185 2000-07-13    <tytso@valinux.com>
186
187         * Release of E2fsprogs 1.19
188
189 2000-07-04  Theodore Ts'o  <tytso@valinux.com>
190
191         * Makefile.in: Remove explicit link of -lc in the shared library.
192                 (It shouldn't be necessary, and is harmful in some cases).
193
194 1999-11-19    <tytso@valinux.com>
195
196         * Makefile.in (distclean): Remove TAGS and Makefile.in.old from
197                 the source directory.
198
199 1999-11-10    <tytso@valinux.com>
200
201         * Release of E2fsprogs 1.18
202
203 1999-10-26    <tytso@valinux.com>
204
205         * Release of E2fsprogs 1.17
206
207 1999-10-22    <tytso@valinux.com>
208
209         * Release of E2fsprogs 1.16
210
211 1999-10-22    <tytso@valinux.com>
212
213         * com_err.3: Fix to have correct #include path for com_err.h
214
215 1999-09-07    <tytso@rsts-11.mit.edu>
216
217         * Updated copyright statements with permission of the original
218                 authors.
219
220 1999-07-18  Theodore Ts'o  <tytso@rsts-11.mit.edu>
221
222         * Release of E2fsprogs 1.15
223
224 1999-01-09  Theodore Ts'o  <tytso@rsts-11.mit.edu>
225
226         * Release of E2fsprogs 1.14
227
228 1998-12-15  Theodore Ts'o  <tytso@rsts-11.mit.edu>
229
230         * Release of E2fsprogs 1.13
231
232 1998-07-09  Theodore Ts'o  <tytso@rsts-11.mit.edu>
233
234         * Release of E2fsprogs 1.12
235
236 1998-06-27  Theodore Ts'o  <tytso@rsts-11.mit.edu>
237
238         * et_h.awk, et_c.awk: Work around libm bug on the ARM.
239
240 1998-03-30  Theodore Ts'o  <tytso@rsts-11.mit.edu>
241
242         * Makefile.in: Fix bug where my_dir was set incorrectly.  Install
243                 the et_c.awk and et_h.awk files in $(datadir)/et (i.e.,
244                 /usr/share/et) directory.  Change to use new
245                 installation directory variables convention.  Fix
246                 uninstall rules to take $(DESTDIR) into account.
247
248         * compile_et.1: Change man page to reflect the fact that
249                 compile_et is now a awk/sed script, not a yacc script.
250
251         * compile_et.sh.in: Look in $(datadir)/et for et_c.awk and
252                 et_h.awk; if not found, look in the build directory.  Add
253                 error checking for non-existent input file.
254
255 Fri Oct 31 01:14:41 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
256
257         * et_c.awk, et_h.awk: Remove support for non STDC compilers, since
258                 the workarounds caused problems with the header file.
259
260 Sun Aug 10 09:40:54 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
261
262         * error_table.h:
263         * et_name.c (error_table_name): 
264         * error_message.c (error_message.c): Make code be 16-bit safe.
265
266 Tue Jun 17 01:33:20 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
267
268         * Release of E2fsprogs 1.11
269
270 Thu Apr 24 12:16:42 1997  Theodre Ts'o  <tytso@localhost.mit.edu>
271
272         * Release of E2fsprogs version 1.10
273
274 Thu Apr 17 12:23:38 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
275
276         * Release of E2fsprogs version 1.09
277
278 Fri Apr 11 18:56:26 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
279
280         * Release of E2fsprogs version 1.08
281
282 Wed Mar 12 13:32:05 1997  Theodore Y. Ts'o  <tytso@mit.edu>
283
284         * Release of E2fsprogs version 1.07
285
286 Tue Oct  8 02:02:03 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
287
288         * Release of E2fsprogs version 1.06
289
290 Thu Sep 12 15:23:07 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
291
292         * Release of E2fsprogs version 1.05
293
294 Thu May 16 11:12:30 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
295
296         * Release of E2fsprogs version 1.04
297
298 Wed Mar 27 00:33:40 1996    <tytso@rsts-11.mit.edu>
299
300         * Release of E2fsprogs version 1.03
301
302 Wed Jan 31 11:06:08 1996    <tytso@rsts-11.mit.edu>
303
304         * Release of E2fsprogs version 1.02
305
306 Mon Sep  4 21:44:47 1995  Remy Card  <card@bbj>
307
308         * Makefile.in: Added support for BSD shared libraries.
309
310 Sat Aug 12 03:11:28 1995  Remy Card  <card@bbj>
311
312         * Makefile.in (install): Install static libraries in $(ulibdir)
313                 (/usr/lib on Linux) instead of $(libdir) (/lib on Linux).
314
315 Sat Aug  5 11:44:17 1995  Theodore Y. Ts'o  <tytso@lurch.mit.edu>
316
317         * Makefile.in (DLL_INSTALL_DIR, ELF_INSTALL_DIR): Set the
318                 installation directories correctly.
319
320 Thu Jun 15 23:39:51 1995  Remy Card  <card@bbj>
321
322         * Makefile.in: Added support for ELF shared libraries.
323                 Fixed typos in the compilation rules.
324                 (distclean): Added compile_et.sh.
325
326 Sat Jun 10 19:56:13 1995  Theodore Y. Ts'o  <tytso@lurch.mit.edu>
327
328         * compile_et.sh.in: Use ET_DIR instead of srcdir to determine the
329                 location of the et directory.
330
331 Thu Jun  8 12:45:41 1995  Miles Bader  <miles@churchy.gnu.ai.mit.edu>
332
333         * vfprintf.c (vfprintf): Only compile this function if vfprintf
334         doesn't already exist and _doprnt does.
335
336         * compile_et.sh: Moved to compile_et.sh.in.
337
338         * Makefile.in: Rewritten to conform to GNU coding standards and
339         support separate compilation directories.
340         Don't preprocess compile_et.sh, as this is now done by configure.
341
342 Mon Nov  7 21:17:48 1994  Remy Card  <card@bbj>
343
344         * Makefile: Added a dummy install target in case shared libraries
345                 are not built.
346
347 Thu Sep  8 22:33:33 1994    (tytso@rsx-11)
348
349         * com_err.c (default_com_err_proc): Reversed order of \n\r to make
350                 jik happy.