OSDN Git Service

Update e2fsprogs.pot for translators
[android-x86/external-e2fsprogs.git] / lib / et / ChangeLog
1 2006-06-24  Theodore Ts'o  <tytso@mit.edu>
2
3         * Release of E2fsprogs 1.40
4
5 2007-06-24  Theodore Tso  <tytso@mit.edu>
6
7         * com_err.texinfo: Fix the info-dir line so that the name does not
8                 contain a .info prefix.  First of all, it's ugly,
9                 secondly, it causes the install-info command to fail to
10                 remove the com_err info file from the /usr/share/info/dir file
11                 when the comerr-dev package is removed and purged.
12                 (Addresses Debian Bug: #401711)
13
14 2007-05-23  Theodore Tso  <tytso@mit.edu>
15
16         * error_message.c: #include unistd.h and sys/types.h to provide
17                 function prototypes to silence gcc -Wall warnings.
18
19 2006-12-22  Theodore Tso  <tytso@mit.edu>
20
21         * error_message.c (add_error_table, remove_error_table): Add
22                 debugging so we can see what happens when various shared
23                 libraries are loading and unloading error tables.
24
25 2006-11-12  Theodore Tso  <tytso@mit.edu>
26
27         * compile_et.sh.in: Make sure locale environment variables are set to
28                 C so the shell script executes consistently no matter the
29                 locale setting.  (Addresses SourceForge Bug: #1532177)
30
31 2006-10-22  Theodore Tso  <tytso@mit.edu>
32
33         * compile_et.sh.in: Add datarootdir definition for compatibility
34                 with autoconf 2.60.
35
36 2006-08-05  Theodore Ts'o  <tytso@mit.edu>
37
38         * compile_et.sh.in: Create the generated .c and .h files read-only
39                 to remind developers they shouldn't edit them.
40
41 2005-12-10  Theodore Ts'o  <tytso@mit.edu>
42
43         * Makefile.in: Add a dependency to make sure that the
44                 subdirectories are created before creating all of the
45                 object files.
46
47 2005-07-19  Theodore Ts'o  <tytso@mit.edu>
48
49         * et_c.awk: Fix bug where error messages using continuations
50                 wouldn't increment the message count.
51
52 2006-06-30  Theodore Ts'o  <tytso@mit.edu>
53
54         * Release of E2fsprogs 1.38
55
56 2005-06-20  Theodore Ts'o  <tytso@mit.edu>
57
58         * error_message.c, init_et.c: Segregate error tables registered
59                 via add_error_table() and the other dynamic methods from
60                 the ones allocated via initialize_xxx_error_table() so
61                 that we won't fail even for error tables created using old
62                 versions of compile_et.  Thanks to Nalin Dahyabhai for
63                 this suggested patch.
64
65         * et_c.awk: Use a dynamically allocated structure in
66                 initialize_xxx_error_table(), to prevent segfaults if an
67                 old library calls initialize_xxx_error_table, and another
68                 library/application calls add_error_table() on the same
69                 error table, and then calls remove_error_table().
70                 (Addresses Sourcefroge Bug #1150146)
71
72 2005-03-21  Theodore Ts'o  <tytso@mit.edu>
73
74         * Release of E2fsprogs 1.37
75
76 2006-02-05  Theodore Ts'o  <tytso@mit.edu>
77
78         * Release of E2fsprogs 1.36
79
80 2005-02-05  Theodore Ts'o  <tytso@mit.edu>
81
82         * Makefile.in: Remove com_err.pc on a "make distclean"
83
84 2005-01-26  Theodore Ts'o  <tytso@mit.edu>
85
86         * com_err.pc.in: Add pkg-config files.
87
88 2004-12-14  Theodore Ts'o  <tytso@mit.edu>
89
90         * Makefile.in: Use Linux-kernel-style makefile output for "make
91                 install"
92
93         * Makefile.in (installdirs): Use $(MKINSTALLDIRS) macro
94
95 2004-11-30  Theodore Ts'o  <tytso@mit.edu>
96
97         * Makefile.in: Use Linux-kernel-style makefile output to make it
98                 easier to see errors/warnings.
99
100 2004-09-17  Theodore Ts'o  <tytso@mit.edu>
101
102         * compile_et.sh.in: Remove XSI:isms for greater portability.
103                 (Addresses Debian Bug #255589)
104
105 2004-02-29  Brian Bergstrand  <brian@bergstrand.org>
106
107         * Makefile.in: Use $(BSDLIB_PIC_FLAG) to determine whether to use
108                 -fpic or -fPIC
109
110 2004-02-28  Theodore Ts'o  <tytso@mit.edu>
111
112         * Release of E2fsprogs 1.35
113
114 2003-12-11  Theodore Ts'o  <tytso@thunk.org>
115
116         * com_err.3: Fix C syntax error pointed out by ESR.
117
118 2003-11-28  Theodore Ts'o  <tytso@mit.edu>
119
120         * et_c.awk: Add declaration of the Heimdal initialization routine
121                 to avoid gcc -Wall complaints
122
123 2003-11-26  Theodore Ts'o  <tytso@mit.edu>
124
125         * com_err.h, com_err.c: Use GCC attributes to mark com_err and
126                 default_com_err_proc as taking printf-style format
127                 strings.
128
129 2003-11-22  Theodore Ts'o  <tytso@mit.edu>
130
131         * com_err.h: Retore the type of n_msgs in the error_table
132                 structure to "int" from "unsigned int" fix a core dumping 
133                 bug in the com_right() function.  (Addresses Debian bug 
134                 #213450)
135
136 2003-08-20  Theodore Ts'o  <tytso@mit.edu>
137
138         * Makefile.in: Delete com_err.info on a make clean
139
140         * testcases: Update to reflect fixed prototype for
141                 initialize_xxx_err_table_r.
142
143 2003-08-19  Theodore Ts'o  <tytso@mit.edu>
144
145         * et_h.awk: Fix wrong prototype for initialize_xxx_err_table_r.
146                 (Thanks to Gombas Gabor for pointing this out, addresses
147                 Debian bug #204332)
148
149 2003-08-01  Philipp Thomas <pthomas@suse.de>
150
151         * et_c.awk, et_h.awk: Add Heimdal compile_et extensions
152
153 2003-07-25  Theodore Ts'o  <tytso@mit.edu>
154
155         * Release of E2fsprogs 1.34
156
157 2003-05-13  Theodore Ts'o  <tytso@mit.edu>
158
159         * Makefile.in: Bump minor version number of libcomerr to indicate
160                 the addition of the Himdall compatibility functions.
161
162 2003-05-05  Theodore Ts'o  <tytso@mit.edu>
163
164         * et_c.awk, et_h.awk, com_err.h, com_right.c: Add full Heimdall
165                 compatibility. 
166
167         * et_c.awk: Add support for OV-style continuations in compile_et.
168                 (Closes Debian bug #191900).
169
170         * Makefile.in: Add regression test suite for compile_et.
171
172 2003-04-21  Theodore Ts'o  <tytso@mit.edu>
173
174         * Release of E2fsprogs 1.33
175
176 2003-03-30  Theodore Ts'o  <tytso@mit.edu>
177
178         * et_h.awk (char_shift): Use the com_err.h file in et/com_err.h,
179                 since /usr/include/com_err.h may not exist, and if it
180                 does, it might be the wrong one.
181
182         * compile_et.sh.in: Add --build-tree option which forces the use
183                 of the et_?.awk files in the build tree.
184
185         * error_table.h, error_message.c, com_err.c, internal.h,
186                 init_et.c, com_err.h: Remove STDC legacy #define's.
187
188         * com_err.texinfo: Remove references to K&R C support, and to
189                 potential problems that are no longer relevant.
190
191 2003-03-19  Theodore Ts'o  <tytso@mit.edu>
192
193         * com_err.h, error_table.h: Move definition of the error_table
194                 structure from the internal error_table.h to com_err.h,
195                 since it now needs to be public.
196
197         * et_c.awk, et_h.awk: Import changes from krb5's et library so
198                 that the error_table structure is defined and available
199                 publically.
200
201         * error_message.c: Import krb5 and heimdall com_err extensions to
202                 the et library.
203
204 2002-11-09  Theodore Ts'o  <tytso@mit.edu>
205
206         * Release of E2fsprogs 1.32
207
208 2002-11-08  Theodore Ts'o  <tytso@mit.edu>
209
210         * Release of E2fsprogs 1.31
211
212 2002-10-31  Theodore Ts'o  <tytso@mit.edu>
213
214         * Release of E2fsprogs 1.30
215
216 2001-09-24  Theodore Tso  <tytso@mit.edu>
217
218         * Release of E2fsprogs 1.29
219
220 2002-09-23  Theodore Ts'o  <tytso@mit.edu>
221
222         * internal.h: Remove declaration of perror.  All modern systems
223                 can be expected to define perror() these days.
224
225 2001-08-31  Theodore Tso  <tytso@thunk.org>
226
227         * Release of E2fsprogs 1.28
228
229 2002-03-08  Theodore Tso  <tytso@mit.edu>
230
231         * Release of E2fsprogs 1.27
232
233 2002-02-23  Theodore Tso  <tytso@mit.edu>
234
235         * com_err.texinfo: Fix up the com_err info file so that it
236                 includes the directory node information.  (Taken from the
237                 Debian diff file.)
238
239 2002-02-03  Theodore Tso  <tytso@thunk.org>
240
241         * Release of E2fsprogs 1.26
242
243 2001-12-02  Theodore Tso  <tytso@mit.edu>
244
245         * com_err.c (default_com_err_proc): Work around bug in diet libc
246                 which core dumps when using fputc on stderr; besides, it
247                 shaves bytes off of com_err.o if we use fputs instead of
248                 two fputc calls.
249
250 2001-09-20  Theodore Tso  <tytso@thunk.org>
251
252         * Release of E2fsprogs 1.25
253
254 2001-09-16  Theodore Tso  <tytso@mit.edu>
255
256         * compile_et.sh.in: Make the shell script safe from directory
257                 pathnames with spaces.
258
259 2001-09-10  Theodore Tso  <tytso@mit.edu>
260
261         * com_err.texinfo: Add appropriate @node and @menu lines so that
262                 the a valid .info file can be made.  Use @deftypefun to
263                 define functions.  Change the e-mail address where bug
264                 reports to be sent to be is the e2fsprogs maintainer.
265
266 2001-09-02  Theodore Tso  <tytso@thunk.org>
267
268         * Release of E2fsprogs 1.24a
269
270 2001-08-30  Theodore Tso  <tytso@thunk.org>
271
272         * Release of E2fsprogs 1.24
273
274 2001-08-15  Theodore Tso  <tytso@valinux.com>
275
276         * Release of E2fsprogs 1.23
277
278 2001-06-23  Theodore Tso  <tytso@valinux.com>
279
280         * Release of E2fsprogs 1.22
281
282 2001-06-15  Theodore Tso  <tytso@valinux.com>
283
284         * Release of E2fsprogs 1.21
285
286 2001-05-25  Theodore Tso  <tytso@valinux.com>
287
288         * Release of E2fsprogs 1.20
289
290 2000-12-04    <tytso@snap.thunk.org>
291
292         * compile_et.1: Fix simple typo in the man page.
293
294 2000-07-13    <tytso@valinux.com>
295
296         * Release of E2fsprogs 1.19
297
298 2000-07-04  Theodore Ts'o  <tytso@valinux.com>
299
300         * Makefile.in: Remove explicit link of -lc in the shared library.
301                 (It shouldn't be necessary, and is harmful in some cases).
302
303 1999-11-19    <tytso@valinux.com>
304
305         * Makefile.in (distclean): Remove TAGS and Makefile.in.old from
306                 the source directory.
307
308 1999-11-10    <tytso@valinux.com>
309
310         * Release of E2fsprogs 1.18
311
312 1999-10-26    <tytso@valinux.com>
313
314         * Release of E2fsprogs 1.17
315
316 1999-10-22    <tytso@valinux.com>
317
318         * Release of E2fsprogs 1.16
319
320 1999-10-22    <tytso@valinux.com>
321
322         * com_err.3: Fix to have correct #include path for com_err.h
323
324 1999-09-07    <tytso@rsts-11.mit.edu>
325
326         * Updated copyright statements with permission of the original
327                 authors.
328
329 1999-07-18  Theodore Ts'o  <tytso@rsts-11.mit.edu>
330
331         * Release of E2fsprogs 1.15
332
333 1999-01-09  Theodore Ts'o  <tytso@rsts-11.mit.edu>
334
335         * Release of E2fsprogs 1.14
336
337 1998-12-15  Theodore Ts'o  <tytso@rsts-11.mit.edu>
338
339         * Release of E2fsprogs 1.13
340
341 1998-07-09  Theodore Ts'o  <tytso@rsts-11.mit.edu>
342
343         * Release of E2fsprogs 1.12
344
345 1998-06-27  Theodore Ts'o  <tytso@rsts-11.mit.edu>
346
347         * et_h.awk, et_c.awk: Work around libm bug on the ARM.
348
349 1998-03-30  Theodore Ts'o  <tytso@rsts-11.mit.edu>
350
351         * Makefile.in: Fix bug where my_dir was set incorrectly.  Install
352                 the et_c.awk and et_h.awk files in $(datadir)/et (i.e.,
353                 /usr/share/et) directory.  Change to use new
354                 installation directory variables convention.  Fix
355                 uninstall rules to take $(DESTDIR) into account.
356
357         * compile_et.1: Change man page to reflect the fact that
358                 compile_et is now a awk/sed script, not a yacc script.
359
360         * compile_et.sh.in: Look in $(datadir)/et for et_c.awk and
361                 et_h.awk; if not found, look in the build directory.  Add
362                 error checking for non-existent input file.
363
364 Fri Oct 31 01:14:41 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
365
366         * et_c.awk, et_h.awk: Remove support for non STDC compilers, since
367                 the workarounds caused problems with the header file.
368
369 Sun Aug 10 09:40:54 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
370
371         * error_table.h:
372         * et_name.c (error_table_name): 
373         * error_message.c (error_message.c): Make code be 16-bit safe.
374
375 Tue Jun 17 01:33:20 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
376
377         * Release of E2fsprogs 1.11
378
379 Thu Apr 24 12:16:42 1997  Theodre Ts'o  <tytso@localhost.mit.edu>
380
381         * Release of E2fsprogs version 1.10
382
383 Thu Apr 17 12:23:38 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
384
385         * Release of E2fsprogs version 1.09
386
387 Fri Apr 11 18:56:26 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
388
389         * Release of E2fsprogs version 1.08
390
391 Wed Mar 12 13:32:05 1997  Theodore Y. Ts'o  <tytso@mit.edu>
392
393         * Release of E2fsprogs version 1.07
394
395 Tue Oct  8 02:02:03 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
396
397         * Release of E2fsprogs version 1.06
398
399 Thu Sep 12 15:23:07 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
400
401         * Release of E2fsprogs version 1.05
402
403 Thu May 16 11:12:30 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
404
405         * Release of E2fsprogs version 1.04
406
407 Wed Mar 27 00:33:40 1996    <tytso@rsts-11.mit.edu>
408
409         * Release of E2fsprogs version 1.03
410
411 Wed Jan 31 11:06:08 1996    <tytso@rsts-11.mit.edu>
412
413         * Release of E2fsprogs version 1.02
414
415 Mon Sep  4 21:44:47 1995  Remy Card  <card@bbj>
416
417         * Makefile.in: Added support for BSD shared libraries.
418
419 Sat Aug 12 03:11:28 1995  Remy Card  <card@bbj>
420
421         * Makefile.in (install): Install static libraries in $(ulibdir)
422                 (/usr/lib on Linux) instead of $(libdir) (/lib on Linux).
423
424 Sat Aug  5 11:44:17 1995  Theodore Y. Ts'o  <tytso@lurch.mit.edu>
425
426         * Makefile.in (DLL_INSTALL_DIR, ELF_INSTALL_DIR): Set the
427                 installation directories correctly.
428
429 Thu Jun 15 23:39:51 1995  Remy Card  <card@bbj>
430
431         * Makefile.in: Added support for ELF shared libraries.
432                 Fixed typos in the compilation rules.
433                 (distclean): Added compile_et.sh.
434
435 Sat Jun 10 19:56:13 1995  Theodore Y. Ts'o  <tytso@lurch.mit.edu>
436
437         * compile_et.sh.in: Use ET_DIR instead of srcdir to determine the
438                 location of the et directory.
439
440 Thu Jun  8 12:45:41 1995  Miles Bader  <miles@churchy.gnu.ai.mit.edu>
441
442         * vfprintf.c (vfprintf): Only compile this function if vfprintf
443         doesn't already exist and _doprnt does.
444
445         * compile_et.sh: Moved to compile_et.sh.in.
446
447         * Makefile.in: Rewritten to conform to GNU coding standards and
448         support separate compilation directories.
449         Don't preprocess compile_et.sh, as this is now done by configure.
450
451 Mon Nov  7 21:17:48 1994  Remy Card  <card@bbj>
452
453         * Makefile: Added a dummy install target in case shared libraries
454                 are not built.
455
456 Thu Sep  8 22:33:33 1994    (tytso@rsx-11)
457
458         * com_err.c (default_com_err_proc): Reversed order of \n\r to make
459                 jik happy.