]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blame - lib/et/ChangeLog
Update e2fsprogs.pot for translators
[thirdparty/e2fsprogs.git] / lib / et / ChangeLog
CommitLineData
d7b64725
TT
12006-06-24 Theodore Ts'o <tytso@mit.edu>
2
3 * Release of E2fsprogs 1.40
4
0d8b6733
TT
52007-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
de8f3a76
AD
142007-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
ec84b746
TT
192006-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
05155f9b
TT
252006-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
b6b65c3d
TT
312006-10-22 Theodore Tso <tytso@mit.edu>
32
33 * compile_et.sh.in: Add datarootdir definition for compatibility
34 with autoconf 2.60.
35
3f5ef964
AD
362006-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
3ded50b3
TT
412005-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
5bf9b4cd
TT
472005-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
1f965c8d
TT
522006-06-30 Theodore Ts'o <tytso@mit.edu>
53
54 * Release of E2fsprogs 1.38
55
e7d32fcb
TT
562005-06-20 Theodore Ts'o <tytso@mit.edu>
57
d51b819e
TT
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
e7d32fcb
TT
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
fd4b28ef
TT
722005-03-21 Theodore Ts'o <tytso@mit.edu>
73
74 * Release of E2fsprogs 1.37
75
3eee5e9e
TT
762006-02-05 Theodore Ts'o <tytso@mit.edu>
77
78 * Release of E2fsprogs 1.36
79
b7aa0d65
TT
802005-02-05 Theodore Ts'o <tytso@mit.edu>
81
82 * Makefile.in: Remove com_err.pc on a "make distclean"
83
e6441865
TT
842005-01-26 Theodore Ts'o <tytso@mit.edu>
85
86 * com_err.pc.in: Add pkg-config files.
87
6d402278
TT
882004-12-14 Theodore Ts'o <tytso@mit.edu>
89
522798d3
TT
90 * Makefile.in: Use Linux-kernel-style makefile output for "make
91 install"
92
6d402278
TT
93 * Makefile.in (installdirs): Use $(MKINSTALLDIRS) macro
94
47204ff9
TT
952004-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
56eb4d47
TT
1002004-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
434661f8
TT
1052004-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
b70b1167
TT
1102004-02-28 Theodore Ts'o <tytso@mit.edu>
111
112 * Release of E2fsprogs 1.35
113
09e7220f
TT
1142003-12-11 Theodore Ts'o <tytso@thunk.org>
115
116 * com_err.3: Fix C syntax error pointed out by ESR.
117
52501d44
TT
1182003-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
2540bb79
TT
1232003-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
8ce23095
TT
1292003-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
51bc0845
TT
1362003-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
924b083a
TT
1432003-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
44104b2b
TT
1492003-08-01 Philipp Thomas <pthomas@suse.de>
150
151 * et_c.awk, et_h.awk: Add Heimdal compile_et extensions
152
9c7ec178
TT
1532003-07-25 Theodore Ts'o <tytso@mit.edu>
154
155 * Release of E2fsprogs 1.34
156
813bde19
TT
1572003-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
b16fb628
TT
1622003-05-05 Theodore Ts'o <tytso@mit.edu>
163
d0355097
TT
164 * et_c.awk, et_h.awk, com_err.h, com_right.c: Add full Heimdall
165 compatibility.
166
b16fb628
TT
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
71df0dc3
TT
1722003-04-21 Theodore Ts'o <tytso@mit.edu>
173
174 * Release of E2fsprogs 1.33
175
91835c15
TT
1762003-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
00aba967
TT
1912003-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
38513011
TT
2042002-11-09 Theodore Ts'o <tytso@mit.edu>
205
206 * Release of E2fsprogs 1.32
207
ae65b29f
TT
2082002-11-08 Theodore Ts'o <tytso@mit.edu>
209
210 * Release of E2fsprogs 1.31
211
5d823a47
TT
2122002-10-31 Theodore Ts'o <tytso@mit.edu>
213
214 * Release of E2fsprogs 1.30
215
c6633059
TT
2162001-09-24 Theodore Tso <tytso@mit.edu>
217
218 * Release of E2fsprogs 1.29
219
d25f8cf6
TT
2202002-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
87ee8dca
TT
2252001-08-31 Theodore Tso <tytso@thunk.org>
226
227 * Release of E2fsprogs 1.28
228
a8e77249
TT
2292002-03-08 Theodore Tso <tytso@mit.edu>
230
231 * Release of E2fsprogs 1.27
232
57173d0f 2332002-02-23 Theodore Tso <tytso@mit.edu>
541d173d
TT
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
a5f3f5c1
TT
2392002-02-03 Theodore Tso <tytso@thunk.org>
240
241 * Release of E2fsprogs 1.26
242
57173d0f 2432001-12-02 Theodore Tso <tytso@mit.edu>
571fc5a8
TT
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
fbf91112
TT
2502001-09-20 Theodore Tso <tytso@thunk.org>
251
252 * Release of E2fsprogs 1.25
253
57173d0f 2542001-09-16 Theodore Tso <tytso@mit.edu>
7eb0669d
TT
255
256 * compile_et.sh.in: Make the shell script safe from directory
257 pathnames with spaces.
258
57173d0f 2592001-09-10 Theodore Tso <tytso@mit.edu>
5966f36f
TT
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
fb70775b
TT
2662001-09-02 Theodore Tso <tytso@thunk.org>
267
268 * Release of E2fsprogs 1.24a
269
109624a1
TT
2702001-08-30 Theodore Tso <tytso@thunk.org>
271
272 * Release of E2fsprogs 1.24
273
943ed874
TT
2742001-08-15 Theodore Tso <tytso@valinux.com>
275
276 * Release of E2fsprogs 1.23
277
67960139
TT
2782001-06-23 Theodore Tso <tytso@valinux.com>
279
280 * Release of E2fsprogs 1.22
281
f4f75bae
TT
2822001-06-15 Theodore Tso <tytso@valinux.com>
283
284 * Release of E2fsprogs 1.21
285
bb185861
TT
2862001-05-25 Theodore Tso <tytso@valinux.com>
287
288 * Release of E2fsprogs 1.20
289
f72df23a
TT
2902000-12-04 <tytso@snap.thunk.org>
291
292 * compile_et.1: Fix simple typo in the man page.
293
f9e67064
TT
2942000-07-13 <tytso@valinux.com>
295
296 * Release of E2fsprogs 1.19
297
b2420d40
TT
2982000-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
5c36a2f8
TT
3031999-11-19 <tytso@valinux.com>
304
305 * Makefile.in (distclean): Remove TAGS and Makefile.in.old from
306 the source directory.
307
cd086361
TT
3081999-11-10 <tytso@valinux.com>
309
310 * Release of E2fsprogs 1.18
311
28e1194e
TT
3121999-10-26 <tytso@valinux.com>
313
314 * Release of E2fsprogs 1.17
315
614fdfd5
TT
3161999-10-22 <tytso@valinux.com>
317
318 * Release of E2fsprogs 1.16
319
1d0fc069
TT
3201999-10-22 <tytso@valinux.com>
321
322 * com_err.3: Fix to have correct #include path for com_err.h
323
2740156b
TT
3241999-09-07 <tytso@rsts-11.mit.edu>
325
06cefee5
TT
326 * Updated copyright statements with permission of the original
327 authors.
2740156b 328
657cb975
TT
3291999-07-18 Theodore Ts'o <tytso@rsts-11.mit.edu>
330
331 * Release of E2fsprogs 1.15
332
9e51eca7
TT
3331999-01-09 Theodore Ts'o <tytso@rsts-11.mit.edu>
334
335 * Release of E2fsprogs 1.14
336
556ad132
TT
3371998-12-15 Theodore Ts'o <tytso@rsts-11.mit.edu>
338
339 * Release of E2fsprogs 1.13
340
4a5fa192
TT
3411998-07-09 Theodore Ts'o <tytso@rsts-11.mit.edu>
342
343 * Release of E2fsprogs 1.12
344
b6627cdd
TT
3451998-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
e5fa0e30
TT
3491998-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
291c9049
TT
364Fri 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
a47b66ee
TT
369Sun 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
024996cf
TT
375Tue Jun 17 01:33:20 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
376
377 * Release of E2fsprogs 1.11
378
a29f4d30
TT
379Thu Apr 24 12:16:42 1997 Theodre Ts'o <tytso@localhost.mit.edu>
380
381 * Release of E2fsprogs version 1.10
382
383Thu Apr 17 12:23:38 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
384
385 * Release of E2fsprogs version 1.09
386
2ecc6fef
TT
387Fri Apr 11 18:56:26 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
388
389 * Release of E2fsprogs version 1.08
390
21c84b71
TT
391Wed Mar 12 13:32:05 1997 Theodore Y. Ts'o <tytso@mit.edu>
392
393 * Release of E2fsprogs version 1.07
394
395Tue Oct 8 02:02:03 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
396
397 * Release of E2fsprogs version 1.06
398
5c576477
TT
399Thu Sep 12 15:23:07 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
400
401 * Release of E2fsprogs version 1.05
402
62c06f79
TT
403Thu May 16 11:12:30 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
404
405 * Release of E2fsprogs version 1.04
406
7f88b043
TT
407Wed Mar 27 00:33:40 1996 <tytso@rsts-11.mit.edu>
408
409 * Release of E2fsprogs version 1.03
410
74becf3c
TT
411Wed Jan 31 11:06:08 1996 <tytso@rsts-11.mit.edu>
412
413 * Release of E2fsprogs version 1.02
414
50e1e10f
TT
415Mon Sep 4 21:44:47 1995 Remy Card <card@bbj>
416
417 * Makefile.in: Added support for BSD shared libraries.
418
419Sat 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
424Sat 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
429Thu 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
435Sat 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
440Thu 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
f3db3566
TT
451Mon 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
456Thu 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.