Whamcloud - gitweb
db99f5b002bbe984dd120f5562e065918d442f57
[tools/e2fsprogs.git] / ChangeLog
1 1999-01-01  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2
3         * INSTALL.elfbin (NOTE): Add a warning that the ELF binaries
4                 assume glibc.
5
6         * config.guess: Update with a newer version from the FSF (although
7                 I've removed rms's pathetic LINUX/GNU name kludgery)
8
9 1998-12-15  Theodore Ts'o  <tytso@rsts-11.mit.edu>
10
11         * Release of E2fsprogs 1.13
12
13 1998-11-27  Theodore Ts'o  <tytso@rsts-11.mit.edu>
14
15         * configure.in: Add paths.h to header files for which we search.
16
17 1998-07-09  Theodore Ts'o  <tytso@rsts-11.mit.edu>
18
19         * Release of E2fsprogs 1.12
20
21 Wed Apr  8 02:03:48 1998  Theodore Y. Ts'o  <tytso@mit.edu>
22
23         * Fix missing "test" invokation in configure.in test.  (Only
24                 affected default non-Linux builds).
25
26 1998-03-30  Theodore Ts'o  <tytso@rsts-11.mit.edu>
27
28         * configure.in: Change how the installation directions are
29                 selected.  Previously, we had prefix and usr_prefix, where
30                 prefix was '' and usr_prefix was /usr, and we then defined
31                 bindir, ubindir, libdir, ulibdir, etc. in terms of that.
32                 In autoconf 2.12, it's possible to override bindir,
33                 libdir, etc., and so in order to make our installation
34                 directory makefile variables more in line with autoconf
35                 2.12, I've changed all of the various makefiles to use
36                 prefix and root_prefix, where the default Linux
37                 definitions are /usr and '', respectively.  What used to
38                 be bindir is now root_bindir, and what used to be ubindir,
39                 is now bindir.
40
41         * MCONFIG.in: Change directories to match with new installation
42                 directory convention (see above).  Add Makefile
43                 dependencies for makefile fragments, and define
44                 DEP_LIB_MAKEFILES which library makefiles can use to
45                 define DEP_MAKEFILES, so that the library makefiles will
46                 get regenerated when the makefile fragments change.
47                 Remove the cat?dir variables, since we aren't creating
48                 those directories any more.
49
50         * Makefile.in: Add top-level uninstall targets.
51
52         * e2fsprogs-1.12.spec: Add to the RPM package the e2label man
53                 page, and to reflect that fact that we now compile_et and
54                 mk_cmds for the development package.
55
56 1998-03-28  Theodore Ts'o  <tytso@rsts-11.mit.edu>
57
58         * Makefile.in: Use && after a cd command so that the right thing
59                 happens if the directory is missing.  Don't compile man
60                 pages upon installation any more, since modern Linux
61                 systems don't have /usr/man/cat? anymore (they 
62                 typically cache man pages in /var/catman and delete them
63                 if they haven't been used in a while, to save on disk
64                 space, and because CPU's are fast enough these days that
65                 you can get away with this).
66
67         * MCONFIG.in: Add a new makefile variable for the share
68                 directory (i.e., /usr/share).  Make an autoconf magic
69                 make rule so that $(top_builddir)/util/subst.conf gets
70                 rebuilt automatically when necessary.
71
72 Mon Jan 19 10:01:39 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
73
74         * e2fsprogs-1.12.spec: Update spec file in preparation for 1.12
75                 release. 
76
77 Tue Nov 25 15:56:29 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
78
79         * configure.in: Remove @EXTRA_PROGS@, since we aren't using it in
80                 e2fsck/Makefile.in.
81
82 Tue Nov  4 10:46:18 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
83
84         * configure.in: Add check for setjmp.h
85
86 Mon Oct 20 19:30:45 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
87
88         * configure.in (HAVE_LLSEEK_PROTOTYPE): Added check to see if
89                 llseek is declared in unistd.h
90
91 Sun Oct 19 19:09:30 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
92
93         * configure.in: Add tests for sys/stat.h, sys/time.h, and sys/types.h
94
95 Tue Jun 17 01:33:20 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
96
97         * Release of E2fsprogs 1.11
98
99 Sat Jun 14 03:26:45 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
100
101         * Makefile.in (SRCROOT): Allow people to set the version.h to
102                 something like 1.10-PLUS.
103
104 Sat Jun  7 16:38:40 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
105
106         * configure.in (rmakefile): Added (optional) private directory for
107                 resize2fs.
108
109         * Makefile.in: Change recursive descent rules to check to see if a
110                 directory exists before trying to make it.
111
112 Thu May  8 22:23:49 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
113
114         * Makefile.in (source_tar_file): Fix up makefile to work in new
115                 CVS development environment.
116
117 Thu Apr 24 12:16:42 1997  Theodre Ts'o  <tytso@localhost.mit.edu>
118
119         * Release of E2fsprogs version 1.10
120
121 Tue Apr 22 10:48:03 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
122
123         * configure.in: Add explicit check to see if linker accepts
124                 -static (since even Linux systems might not work if 
125                 libc.a isn't installed).
126
127 Thu Apr 17 12:23:38 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
128
129         * Release of E2fsprogs version 1.09
130
131 Fri Apr 11 18:56:26 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
132
133         * Release of E2fsprogs version 1.08
134
135 Wed Mar 12 13:32:05 1997  Theodore Y. Ts'o  <tytso@mit.edu>
136
137         * Release of E2fsprogs version 1.07
138
139 Wed Jan 15 11:37:36 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
140
141         * config.sub (basic_machine): Added i686-* as another name for the
142                 Pentium Pro.
143
144 Tue Oct  8 02:02:03 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
145
146         * Release of E2fsprogs version 1.06
147
148 Mon Oct  7 08:22:31 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
149
150         * Makefile.in (all): Don't run "make check" by default.  User
151                 should manually run "make check" if they wish to test
152                 things out.
153
154 Thu Sep 12 15:23:07 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
155
156         * Release of E2fsprogs version 1.05
157
158 Sat Aug 31 10:55:45 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
159
160         * configure.in (AC_CHECK_FUNCS): Add fchown to list of functions
161                 that we check.
162
163 Wed Aug 28 14:42:12 1996  Miles Bader  <miles@gnu.ai.mit.edu>
164
165         * configure.in (usr_prefix): To be slightly more conformant with
166                 the coding standards, always default to ${prefix}
167                 unless on a linux system with prefix = ''.  Allow
168                 --with-usr-prefix option.
169
170 Tue Aug 27 16:53:29 1996  Miles Bader  <miles@gnu.ai.mit.edu>
171
172         * configure.in (AC_CHECK_HEADERS): Add net/if.h & netinet/in.h.
173                 Add `--enable-fsck' switch, to allow configuration of
174                 fsck wrapper building (default yes except on the hurd).
175                 Make '' prefix default and LDFLAG_STATIC hacks work on
176                 the hurd as well as linux.
177
178 Tue Aug 27 16:23:56 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
179
180         * configure.in: Check to see if sys/types.h defines ino_t.  Add
181                 support for checking/sizing "long long".
182
183 Wed Aug 21 00:44:22 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
184
185         * configure.in: Added configure flag --enable-old-bitops, which
186                 forces the bitops to use the standard bitmask operations.
187
188 Fri Aug  9 08:29:00 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
189
190         * configure.in: Check for existence of sys/utsname.h and
191                 strcasecmp().  Remove check for EXT2 fragment in system
192                 header file.  E2fsprogs now deals with the fragment fields
193                 by dispatching off of the OS field.
194
195 Tue Aug  6 14:34:19 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
196
197         * configure.in (AC_OUPUT): Create substitutions for the uuid
198                 library.
199
200         * MCONFIG.in (all): Add new variables for the uuid library.
201
202 Thu May 23 12:39:07 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
203
204         * configure.in: Make the default prefix be '' for Linux.
205
206 Thu May 16 11:12:30 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
207
208         * Release of E2fsprogs version 1.04
209
210 Thu May 16 09:38:40 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
211
212         * configure.in: 
213           MCONFIG.in: Man pages, shell scripts and include files are now
214                 generated using the lib/substitute_sh script.  This is
215                 faster than the configure substitution, and it doesn't
216                 change the mod time of the file if it hasn't changed,
217                 which prevents needless compilation of files.
218
219                 Define new sets of Makefile variables: LIBSS, LIBCOM_ERR,
220                 LIBEXT2FS, LIBE2P, and their static and profiled variants,
221                 STATIC_* and PROFILED_*, which point to the actual file of
222                 the shared or static library.  This way makefiles can link
223                 directly with exactly the library they want.  Many ld's
224                 (include GNU ld) have a really broken idea of how -L
225                 works, and will link against an older library in /usr/lib
226                 even though there is a newer on in a specified -L directory.
227                   
228 Wed May 15 21:40:22 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
229
230         * configure.in: Add support for --enable-dynamic-e2fsck, for
231                 people who don't want to link e2fsck statically.  This
232                 saves space, at the cost of increasing the reliance of
233                 e2fsck other files (3-4 shared libraries).
234
235 Wed Mar 27 00:33:40 1996    <tytso@rsts-11.mit.edu>
236
237         * Release of E2fsprogs version 1.03
238
239 Wed Jan 31 11:06:08 1996    <tytso@rsts-11.mit.edu>
240
241         * Release of E2fsprogs version 1.02
242
243 Thu Oct 26 11:59:44 1995    <tytso@rsts-11.mit.edu>
244
245         * configure.in (LDFALG_STATIC): Add temporary kludge for
246                 determining how to link executables statically.  For now,
247                 we assume that Linux systems only can link statically.
248
249 Fri Sep 22 18:23:55 1995    <tytso@rsts-11.mit.edu>
250
251         * depfix.sed: Remove /usr/include lines which occur at the end of
252                 the dependency listing.
253
254 Mon Sep  4 21:40:22 1995  Remy Card  <card@bbj>
255
256         * configure.in: Added support for the --enable-bsd-shlibs option.
257
258 Wed Aug  9 21:33:31 1995  Theodore Y. Ts'o  <tytso@dcl>
259
260         * MCONFIG.in (LD): Add $(PURE) to the definition to make it easier
261                 to link executables using programs like purify.
262
263 Sat Aug  5 11:41:03 1995  Theodore Y. Ts'o  <tytso@lurch.mit.edu>
264
265         * configure.in: Check to see if strdup() is present
266
267         * INSTALL: Updated building and installation instructions to
268                 reflect the new configure system.
269
270         * Makefile.in (install): When doing a general install, install the
271                 shared libraries as well by using the new target 
272                 install-shlibs-libs-recursive.
273
274         * configure.in: If we are building on a Linux system, set $prefix
275                 to be '/' by default.
276
277 Sun Jul  9 13:38:20 1995  Miles Bader  <miles@churchy.gnu.ai.mit.edu>
278
279         * configure.in (checking type sizes): provide some default for
280         type-sizes when cross-compiling, as we can't check them then.
281         (SS_DIR, ET_DIR): Make these correct even when ${srcdir} is absolute.
282
283 Thu Jun 15 23:33:37 1995  Remy Card  <card@bbj>
284
285         * Makefile.in (distclean-local): Added config.cache and
286                 include/linux/types.h.
287
288         * configure.in: Added support for the --enable-elf option.
289                 Added a test to check for llseek() in the C library.
290
291         * lib/Makefile.dll-lib: Fixed incorrect RM and LN calls.
292
293         * lib/Makefile.elf-lib: New file, to create ELF shared libraries.
294
295 Sat Jun 10 19:52:51 1995  Theodore Y. Ts'o  <tytso@lurch.mit.edu>
296
297         * configure.in: Create ET_DIR and SS_DIR, which gives the absolute
298                 pathname to the source directories of the lib/et and
299                 lib/ss.  (Can't just use $srcdir since that may be a
300                 relative path.)
301
302 Thu Jun  8 12:25:57 1995  Miles Bader  <miles@churchy.gnu.ai.mit.edu>
303
304         * lib/Makefile.library ($(LIBRARY).a): Changed to work with the
305         new makefiles.
306         * lib/Makefile.dll-lib: Ditto.
307         * lib/Makefile.profiled: Ditto.
308         * lib/Makefile.checker: Ditto.
309
310         * Add the include subdirectory to hold substitute include files
311         for systems that need them.
312
313         * Makefile.in: Rewritten to conform to GNU coding standards.
314         * MCONFIG: Moved to MCONFIG.in, and totally changed to support
315         GNU-style makefiles.
316         * mkinstalldirs: New file, copied from /gd/gnu/lib.
317         * config.guess: Ditto.
318         * config.sub: Ditto.
319         * install-sh: Ditto.
320
321         * configure.in: Many new tests added.  --with-cc and --with-ccopts
322         options removed as configure already supports a method to do this,
323         and they were interfering with normal usage.
324
325 Sat Mar 11 18:23:45 1995  Theodore Y. Ts'o  <tytso@localhost>
326
327         * Makefile.in (bin-tree): Add Makefile target which automatically
328                 generates the binary distribution for e2fsprogs.
329
330