]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blob - lib/et/ChangeLog
Update for 1.29 release.
[thirdparty/e2fsprogs.git] / lib / et / ChangeLog
1 2001-09-24 Theodore Tso <tytso@mit.edu>
2
3 * Release of E2fsprogs 1.29
4
5 2002-09-23 Theodore Ts'o <tytso@mit.edu>
6
7 * internal.h: Remove declaration of perror. All modern systems
8 can be expected to define perror() these days.
9
10 2001-08-31 Theodore Tso <tytso@thunk.org>
11
12 * Release of E2fsprogs 1.28
13
14 2002-03-08 Theodore Tso <tytso@mit.edu>
15
16 * Release of E2fsprogs 1.27
17
18 2002-02-23 Theodore Tso <tytso@mit.edu>
19
20 * com_err.texinfo: Fix up the com_err info file so that it
21 includes the directory node information. (Taken from the
22 Debian diff file.)
23
24 2002-02-03 Theodore Tso <tytso@thunk.org>
25
26 * Release of E2fsprogs 1.26
27
28 2001-12-02 Theodore Tso <tytso@mit.edu>
29
30 * com_err.c (default_com_err_proc): Work around bug in diet libc
31 which core dumps when using fputc on stderr; besides, it
32 shaves bytes off of com_err.o if we use fputs instead of
33 two fputc calls.
34
35 2001-09-20 Theodore Tso <tytso@thunk.org>
36
37 * Release of E2fsprogs 1.25
38
39 2001-09-16 Theodore Tso <tytso@mit.edu>
40
41 * compile_et.sh.in: Make the shell script safe from directory
42 pathnames with spaces.
43
44 2001-09-10 Theodore Tso <tytso@mit.edu>
45
46 * com_err.texinfo: Add appropriate @node and @menu lines so that
47 the a valid .info file can be made. Use @deftypefun to
48 define functions. Change the e-mail address where bug
49 reports to be sent to be is the e2fsprogs maintainer.
50
51 2001-09-02 Theodore Tso <tytso@thunk.org>
52
53 * Release of E2fsprogs 1.24a
54
55 2001-08-30 Theodore Tso <tytso@thunk.org>
56
57 * Release of E2fsprogs 1.24
58
59 2001-08-15 Theodore Tso <tytso@valinux.com>
60
61 * Release of E2fsprogs 1.23
62
63 2001-06-23 Theodore Tso <tytso@valinux.com>
64
65 * Release of E2fsprogs 1.22
66
67 2001-06-15 Theodore Tso <tytso@valinux.com>
68
69 * Release of E2fsprogs 1.21
70
71 2001-05-25 Theodore Tso <tytso@valinux.com>
72
73 * Release of E2fsprogs 1.20
74
75 2000-12-04 <tytso@snap.thunk.org>
76
77 * compile_et.1: Fix simple typo in the man page.
78
79 2000-07-13 <tytso@valinux.com>
80
81 * Release of E2fsprogs 1.19
82
83 2000-07-04 Theodore Ts'o <tytso@valinux.com>
84
85 * Makefile.in: Remove explicit link of -lc in the shared library.
86 (It shouldn't be necessary, and is harmful in some cases).
87
88 1999-11-19 <tytso@valinux.com>
89
90 * Makefile.in (distclean): Remove TAGS and Makefile.in.old from
91 the source directory.
92
93 1999-11-10 <tytso@valinux.com>
94
95 * Release of E2fsprogs 1.18
96
97 1999-10-26 <tytso@valinux.com>
98
99 * Release of E2fsprogs 1.17
100
101 1999-10-22 <tytso@valinux.com>
102
103 * Release of E2fsprogs 1.16
104
105 1999-10-22 <tytso@valinux.com>
106
107 * com_err.3: Fix to have correct #include path for com_err.h
108
109 1999-09-07 <tytso@rsts-11.mit.edu>
110
111 * Updated copyright statements with permission of the original
112 authors.
113
114 1999-07-18 Theodore Ts'o <tytso@rsts-11.mit.edu>
115
116 * Release of E2fsprogs 1.15
117
118 1999-01-09 Theodore Ts'o <tytso@rsts-11.mit.edu>
119
120 * Release of E2fsprogs 1.14
121
122 1998-12-15 Theodore Ts'o <tytso@rsts-11.mit.edu>
123
124 * Release of E2fsprogs 1.13
125
126 1998-07-09 Theodore Ts'o <tytso@rsts-11.mit.edu>
127
128 * Release of E2fsprogs 1.12
129
130 1998-06-27 Theodore Ts'o <tytso@rsts-11.mit.edu>
131
132 * et_h.awk, et_c.awk: Work around libm bug on the ARM.
133
134 1998-03-30 Theodore Ts'o <tytso@rsts-11.mit.edu>
135
136 * Makefile.in: Fix bug where my_dir was set incorrectly. Install
137 the et_c.awk and et_h.awk files in $(datadir)/et (i.e.,
138 /usr/share/et) directory. Change to use new
139 installation directory variables convention. Fix
140 uninstall rules to take $(DESTDIR) into account.
141
142 * compile_et.1: Change man page to reflect the fact that
143 compile_et is now a awk/sed script, not a yacc script.
144
145 * compile_et.sh.in: Look in $(datadir)/et for et_c.awk and
146 et_h.awk; if not found, look in the build directory. Add
147 error checking for non-existent input file.
148
149 Fri Oct 31 01:14:41 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
150
151 * et_c.awk, et_h.awk: Remove support for non STDC compilers, since
152 the workarounds caused problems with the header file.
153
154 Sun Aug 10 09:40:54 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
155
156 * error_table.h:
157 * et_name.c (error_table_name):
158 * error_message.c (error_message.c): Make code be 16-bit safe.
159
160 Tue Jun 17 01:33:20 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
161
162 * Release of E2fsprogs 1.11
163
164 Thu Apr 24 12:16:42 1997 Theodre Ts'o <tytso@localhost.mit.edu>
165
166 * Release of E2fsprogs version 1.10
167
168 Thu Apr 17 12:23:38 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
169
170 * Release of E2fsprogs version 1.09
171
172 Fri Apr 11 18:56:26 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
173
174 * Release of E2fsprogs version 1.08
175
176 Wed Mar 12 13:32:05 1997 Theodore Y. Ts'o <tytso@mit.edu>
177
178 * Release of E2fsprogs version 1.07
179
180 Tue Oct 8 02:02:03 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
181
182 * Release of E2fsprogs version 1.06
183
184 Thu Sep 12 15:23:07 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
185
186 * Release of E2fsprogs version 1.05
187
188 Thu May 16 11:12:30 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
189
190 * Release of E2fsprogs version 1.04
191
192 Wed Mar 27 00:33:40 1996 <tytso@rsts-11.mit.edu>
193
194 * Release of E2fsprogs version 1.03
195
196 Wed Jan 31 11:06:08 1996 <tytso@rsts-11.mit.edu>
197
198 * Release of E2fsprogs version 1.02
199
200 Mon Sep 4 21:44:47 1995 Remy Card <card@bbj>
201
202 * Makefile.in: Added support for BSD shared libraries.
203
204 Sat Aug 12 03:11:28 1995 Remy Card <card@bbj>
205
206 * Makefile.in (install): Install static libraries in $(ulibdir)
207 (/usr/lib on Linux) instead of $(libdir) (/lib on Linux).
208
209 Sat Aug 5 11:44:17 1995 Theodore Y. Ts'o <tytso@lurch.mit.edu>
210
211 * Makefile.in (DLL_INSTALL_DIR, ELF_INSTALL_DIR): Set the
212 installation directories correctly.
213
214 Thu Jun 15 23:39:51 1995 Remy Card <card@bbj>
215
216 * Makefile.in: Added support for ELF shared libraries.
217 Fixed typos in the compilation rules.
218 (distclean): Added compile_et.sh.
219
220 Sat Jun 10 19:56:13 1995 Theodore Y. Ts'o <tytso@lurch.mit.edu>
221
222 * compile_et.sh.in: Use ET_DIR instead of srcdir to determine the
223 location of the et directory.
224
225 Thu Jun 8 12:45:41 1995 Miles Bader <miles@churchy.gnu.ai.mit.edu>
226
227 * vfprintf.c (vfprintf): Only compile this function if vfprintf
228 doesn't already exist and _doprnt does.
229
230 * compile_et.sh: Moved to compile_et.sh.in.
231
232 * Makefile.in: Rewritten to conform to GNU coding standards and
233 support separate compilation directories.
234 Don't preprocess compile_et.sh, as this is now done by configure.
235
236 Mon Nov 7 21:17:48 1994 Remy Card <card@bbj>
237
238 * Makefile: Added a dummy install target in case shared libraries
239 are not built.
240
241 Thu Sep 8 22:33:33 1994 (tytso@rsx-11)
242
243 * com_err.c (default_com_err_proc): Reversed order of \n\r to make
244 jik happy.