Whamcloud - gitweb
1fc70bb01cbd6e1812fd0a7fdcbffb184724eb6a
[tools/e2fsprogs.git] / ChangeLog
1 2002-06-25  Theodore Ts'o  <tytso@mit.edu>
2
3         * configure.in, configure: Add --enable-htree and --enable-clear-htree
4
5 2002-05-24  Theodore Ts'o  <tytso@mit.edu>
6
7         * configure.in: Add makefile for lib/evms for the EVMS FSIM
8                 plugin.  Add --enable-old-evms configure option which uses
9                 the EVMS 1.0.0 ABI, instead of the ABI used by EVMS 1.1.0.
10
11 2002-05-21  Theodore Ts'o  <tytso@mit.edu>
12
13         * configure.in: On Linux systems, if the prefix is defaulted to
14                 /usr, then default mandir to /usr/share/man
15
16 2002-05-17  Theodore Ts'o  <tytso@mit.edu>
17
18         * Remove check for asm/page.h, and add check for sysconf()
19
20 2002-05-16  Andreas Dilger <adilger@clusterfs.com>
21
22         * Add check for asm/page.h
23
24 2002-05-11  Theodore Tso <tytso@mit.edu>
25
26         * configure.in, MCONFIG.in: Add new makefile variables, $datadir
27                 and $root_sysconfdir, which are normally /usr/share and
28                 /etc, respectively, on Linux systems.  Also changed
29                 root_bindir, root_sbindir, and root_libdir so that their
30                 value is set by the configure script.  This allows the
31                 right thing to happen on non-Linux systems when bindir,
32                 et. al.  are manually set via the configure script's
33                 --bindir switch.  Add ext2ed/Makefile.in as a generated
34                 file by the configure script.
35
36 2002-03-08  Theodore Tso  <tytso@mit.edu>
37
38         * Release of E2fsprogs 1.27
39
40 2002-02-03  Theodore Tso  <tytso@thunk.org>
41
42         * Release of E2fsprogs 1.26
43
44 2001-12-24  Theodore Tso  <tytso@valinux.com>
45
46         * MCONFIG.in (ALL_CFLAGS): No longer put $(top_srcdir)/include in
47                 the -I search path, since we don't have any header files
48                 there any more.
49
50 2001-12-16  Theodore Tso  <tytso@valinux.com>
51
52         * configure.in: If journal debugging is enabled, define
53                 CONFIG_JBD_DEBUG instead of JFS_DEBUG.
54
55 2001-09-20  Theodore Tso  <tytso@thunk.org>
56
57         * Release of E2fsprogs 1.25
58
59 2001-09-02  Theodore Tso  <tytso@thunk.org>
60
61         * Release of E2fsprogs 1.24a
62
63 2001-08-30  Theodore Tso  <tytso@thunk.org>
64
65         * Release of E2fsprogs 1.24
66
67 2001-08-27  Theodore Tso  <tytso@valinux.com>
68
69         * configure.in: Check for the presence of strnlen.  Stop checking
70                 for strdup, since we don't actually care about that symbol
71                 any more.
72
73 2001-08-15  Theodore Tso  <tytso@valinux.com>
74
75         * Release of E2fsprogs 1.23
76
77 2001-08-04  Andreas Dilger  <root@lynx.adilger.int>
78
79         * Makefile.in: Add "*.orig" to "make clean" target, change
80                 explicit listing of ext2_types.h in "make distclean" to
81                 $(SUBS).  Add $(SUBS) as a dependency to "make check"
82                 target.  Add $(SUBS) as a dependency to "make check"
83                 target.  Add -f flag to doc/Makefile $(RM) of files which
84                 may not exist.
85
86 2001-06-23  Theodore Tso  <tytso@valinux.com>
87
88         * Release of E2fsprogs 1.22
89
90 2001-06-22  Theodore Tso  <tytso@valinux.com>
91
92         * Makefile.in: Avoid including BitKeeper files into the source
93                 tarball.
94
95 2001-06-15  Theodore Tso  <tytso@valinux.com>
96
97         * Release of E2fsprogs 1.21
98
99 2001-06-13  Theodore Tso  <tytso@valinux.com>
100
101         * Makefile.in: Make the install target depend on $(SUBS) to
102                 accomodate the fools who want to compile and install
103                 e2fsprogs as root using just one command.
104
105         * Makefile.in: Don't recurse into debugfs and resize subdirectory
106                 if --disable-debugfs or --disable-resizer is given as a
107                 configuration option.
108
109         * configure.in: Add --disable-resizer, --disable-imager, and
110                 --disable-debugfs switches, which allow people who are
111                 building boot floppies to build a very restricted
112                 e2fsprogs distribution.  Note: these functions limit the
113                 functions in the shared library, so beware!
114
115 2001-06-11  Theodore Tso  <tytso@valinux.com>
116
117         * configure.in: Add new switch, --disable-swapfs which disables
118                 support of byte-swapping old filesystems.  Add new test,
119                 AC_C_BIGENDIAN, which sets WORDS_BIGENDIAN on big-endian
120                 machines.   Change handling of --with-ccopts so that if
121                 set, the default CFLAGS is suppressed.
122
123 2001-06-01  Theodore Tso  <tytso@valinux.com>
124
125         * wordwrap.pl: Add some rules which help fix up the dependencies.
126
127         * Makefile.in: Move include/asm/types.h.in to
128                 lib/ext2fs/ext2_types.h.in.
129
130 2001-05-25  Theodore Tso  <tytso@valinux.com>
131
132         * Release of E2fsprogs 1.20
133
134 2001-05-25  Theodore Tso  <tytso@valinux.com>
135
136         * Makefile.in: Only exclude the top-level TODO file, not over the
137                 entire tree.
138
139 2001-05-19  Theodore Tso  <tytso@valinux.com>
140
141         * configure.in, MCONFIG.in (LDCONFIG): Use AC_PATH_PROG to find
142                 the pathname for ldconfig.
143
144 2001-05-05  Theodore Tso  <tytso@valinux.com>
145
146         * config.guess, config.sub: Update to use latest version from FSF
147                 (2001-04-20)
148
149 2001-01-11  Theodore Ts'o  <tytso@valinux.com>
150
151         * Makefile.in (PROG_SUBDIRS): Build lib/e2p before lib/ext2fs
152                 since libext2fs depends on libe2p.
153
154 2001-01-11    <tytso@snap.thunk.org>
155
156         * MCONFIG.in: Change --enable-gcc-wall handling so that it's no
157                 longer a configure option, but something which is done
158                 when the developer uses the command "make gcc-wall".
159                 (gcc-wall-new): Added new target which forgoes the make
160                 clean so we only check the newly modified .c files.
161
162         * configure.in: Remove test for ino_t, since we don't use it any
163                 more (we always use our own ext2_ino_t).  Remove
164                 --enable-gcc-wall support.  Add test for sys/ioctl.h
165
166 2001-01-05    <tytso@snap.thunk.org>
167
168         * configure.in: Add checks for the header files sys/mkdev.h and
169                 sys/sysmacros.h.
170
171 2000-12-08    <tytso@snap.thunk.org>
172
173         * MCONFIG.in, Makefile.in: Fix so that top-level "make check"
174                 works correctly.
175
176 2000-10-24    <tytso@snap.thunk.org>
177
178         * e2fsprogs.spec: Update spec file for Red Hat 7.0 compatibility
179
180         * configure.in: When compiling shared libraries for Solaris, use a
181                 special-case Makefile fragment to deal with it.
182
183 2000-08-18    <tytso@valinux.com>
184
185         * configure.in (JFS_DEBUG): Add support for --enable-jfs-debug
186
187 2000-08-14    <tytso@valinux.com>
188
189         * e2fsprogs.spec (Summary): Add description of resize2fs to the
190                 package summary.
191
192         * configure.in: Add test for sys/mount.h (required for e2fsck's
193                 ext3 recovery code)
194
195 2000-07-13    <tytso@valinux.com>
196
197         * Release of E2fsprogs 1.19
198
199 2000-07-13    <tytso@snap.thunk.org>
200
201         * e2fsprogs.spec: Merge in a few changes from the Red Hat 6.2 spec
202                 file, now that we're using a modern rpm to build
203                 e2fsprogs.  Also updated version number to 1.19.
204
205 2000-07-07  Theodore Ts'o  <tytso@valinux.com>
206
207         * e2fsprogs.spec (%post): Remove resize2fs from its old location
208                 in /usr/sbin in the postinstall script.
209
210 2000-07-05    <tytso@snap.thunk.org>
211
212         * config.guess, config.sub: Update to use latest version from FSF
213                 (2000-06-13)
214
215 2000-05-25    <tytso@snap.thunk.org>
216
217         * Makefile.in: Fix makefile so that it's safe to build in parallel.
218
219         * configure.in: Add test for lseek64 and open64.
220
221 2000-05-25  Theodore Ts'o  <tytso@valinux.com>
222
223         * configure.in (DO_SUBSTITUTE_SCRIPT): Remove unneeded
224                 substitution.  (Left over from before we moved to use a C
225                 program to do substitutions.)
226         
227 2000-05-18  Theodore Ts'o  <tytso@valinux.com>
228
229         * e2fsprogs.spec (fsck.ext3): Add /sbin/fsck.ext3 to the spec file.
230
231 2000-04-06  Theodore Ts'o  <tytso@valinux.com>
232
233         * Makefile.in (source_tar_file): Remove the resize directory from
234                 the list of excluded files.
235
236         * version.h: Update version header for an WIP release.
237
238         * e2fsprogs.spec: Updated for 1.19 release; added resize2fs.
239
240 Thu Apr  6 17:43:11 2000  Theodore Y. Ts'o  <tytso@signal.thunk.org>
241
242         * configure.in (fdatasync): Add test for fdatasync(), since not
243                 all OS's have this function.
244
245 2000-04-03  Theodore Ts'o  <tytso@valinux.com>
246
247         * Makefile.in: Remove uneeded parenthesis around shell pipelines
248                 containing a "cd" command.  Use && instead of ; so that if
249                 the "cd" fails, the makefile stops.
250
251         * MCONFIG.in (CPPFLAGS): Add define of CPPFLAGS from @CPPFLAGS@.
252                 Remove uneeded parenthesis around shell pipelines
253                 containing a "cd" command.
254
255 2000-02-11    <tytso@snap.thunk.org>
256
257         * Makefile.in: Exclude the internationalization files from being
258                 distributed.
259
260         * configure.in: Add support for --enable-compression.  This is
261                 experimental code only for now, which is why it's under
262                 --enable test.  Once it's stable, it will always be
263                 compiled in.
264
265 2000-02-11  Theodore Ts'o  <tytso@valinux.com>
266
267         * configure.in: Define HAVE_EXT2_IOCTLS based solely on the OS
268                 type, instead of basising on whether a test program
269                 compiles.  This was screwing up on some Linux kernel
270                 header files, and we know the Hurd doesn't support the
271                 ext2 ioctls anyway.
272
273 2000-02-08  Theodore Ts'o  <tytso@valinux.com>
274
275         * configure.in, aclocal.m4: Add support for GNU gettext
276                 internationalization support.
277
278 2000-02-02  Theodore Ts'o  <tytso@valinux.com>
279
280         * MCONFIG.in: Always include src/include in the include path now.
281                 This forces us to use our internally provided ext2_fs.h
282                 file, for sanity's sake.  
283
284         * configure.in: If linux/fs.h isn't found, then add
285                 build/include into the include path only, since
286                 src/include is now always included.  Removed define of
287                 HAVE_LINUX_FS_H, since we're not using it any more.
288                 Removed i_version vs. i_generation check, since with the
289                 included header file it is a permanently known quantity.
290                 Removed AC_C_CROSS since it has been merged into
291                 AC_PROG_CC in autoconf 2.13. 
292
293 2000-01-18  Theodore Ts'o  <tytso@valinux.com>
294
295         * MCONFIG.in (DEPLIBUUID): Since LIBUUID can sometimes include
296                 "-lsocket" we need a separate DEPLIBUUID that can be used
297                 in Makefile's dependency rules.
298
299 1999-11-19    <tytso@valinux.com>
300
301         * Makefile.in (distclean): Remove TAGS and Makefile.in.old from
302                 the source directory.  Also, when making the .exclude file
303                 for the source_tar_file, exclude those two files as well.
304
305 1999-11-10    <tytso@valinux.com>
306
307         * Release of E2fsprogs 1.18
308
309 1999-10-26    <tytso@valinux.com>
310
311         * Release of E2fsprogs 1.17
312
313 1999-10-26    <tytso@valinux.com>
314
315         * configure.in: Move the code that checks for the presence of
316                 Linux header files, to earlier in the config file, since
317                 it adds a directory to the include path, and that needs to
318                 happen before any compile tests are run.  Add termios.h to
319                 the headers which are checked.
320
321 1999-10-25    <tytso@valinux.com>
322
323         * configure.in: Capitalized Hurd to make the GNU folks happy.
324
325 1999-10-22    <tytso@valinux.com>
326
327         * Release of E2fsprogs 1.16
328
329 1999-09-24    <tytso@valinux.com>
330
331         * configure.in (HAVE_STATE_FLAGS): Check to see if st_flags is
332                 actually useful (since glibc 2.1 declares it on Alpha
333                 without it being usable).  Add check for signal.h
334                 header file, which doesn't exist on non-unix platforms.
335
336 1999-07-18  Theodore Ts'o  <tytso@valinux.com>
337
338         * Release of E2fsprogs 1.15
339
340 1999-07-03    <tytso@valinux.com>
341
342         * depfix.sed: Remove all line continuations from the dependencies;
343                 the word wrapping is now done by wordwrap.pl.
344
345         * MCONFIG.in (BUILD_CC):
346         * configure.in (BUILD_CC): If cross compiling, find the native C
347                 compiler and set it to BUILD_CC so that we can
348                 successfully build util/subst.  Change default long long
349                 size when cross compiling to be 8 (instead of 0).  Also
350                 change the Hurd's defaults so that root files are placed
351                 in / instead of /usr/local.
352
353         * Makefile.in (depend): Make "make depend" at the top-level
354                 automatically recurse through all subdirectories.
355
356         * configure.in: Test for perl since it's needed by wordwrap.pl
357
358         * MCONFIG.in (depend): Fix make-depend so that it the dependencies
359                 are automatically word-wrapped.  Added the makefile macro
360                 $(PERL).
361
362         * wordwrap.pl: New file which does the word wrapping.
363
364         * MCONFIG.in (subst): Add rule to build the util/subst program if
365                 necessary (by cd'ing to $(top_builddir)/util and making it.)
366
367 1999-06-23    <tytso@valinux.com>
368
369         * configure.in: Check for the presence of i_generation field
370                 versus i_version in the ext2_inode to support compiling
371                 e2fsprogs in Linux 2.3.
372
373 1999-04-17    <tytso@rsts-11.mit.edu>
374
375         * MCONFIG.in: Define man1dir, man3dir, and man8dir in terms of
376                 mandir.
377
378 1999-03-31  Theodore Ts'o  <tytso@rsts-11.mit.edu>
379
380         * config.sub: Update config.sub from autoconf 2.13 so that it will
381                 recognize new machine types from the Alpha.
382
383 1999-03-16  Theodore Ts'o  <tytso@rsts-11.mit.edu>
384
385         * configure.in: Add check for malloc.h and mallinfo().
386
387 1999-01-09  Theodore Ts'o  <tytso@rsts-11.mit.edu>
388
389         * Release of E2fsprogs 1.14
390
391 1999-01-09  Theodore Ts'o  <tytso@rsts-11.mit.edu>
392
393         * configure.in (YEAR): Allow a 4-digit year for the version date,
394                 so we can be Y2K politically correct.  (The date isn't
395                 used for anything except display purposes, but it should
396                 make people more comfortable to not use a 2-digit date,
397                 even though it doesn't matter.)
398
399 Mon Jan  4 02:36:23 1999  Theodore Y. Ts'o  <tytso@mit.edu>
400
401         * Makefile.in: Move the generated types.h file from the linux/
402                 directory to the asm/ directory.
403
404         * configure.in: Force Solaris to never use -static, due to its
405                 dynamic loader not being available to statically linked
406                 programs.  Create the asm/ directory if needed.
407
408 1999-01-01  Theodore Ts'o  <tytso@rsts-11.mit.edu>
409
410         * INSTALL.elfbin (NOTE): Add a warning that the ELF binaries
411                 assume glibc.
412
413         * config.guess: Update with a newer version from the FSF (although
414                 I've removed rms's pathetic LINUX/GNU name kludgery)
415
416 1998-12-15  Theodore Ts'o  <tytso@rsts-11.mit.edu>
417
418         * Release of E2fsprogs 1.13
419
420 1998-11-27  Theodore Ts'o  <tytso@rsts-11.mit.edu>
421
422         * configure.in: Add paths.h to header files for which we search.
423
424 1998-07-09  Theodore Ts'o  <tytso@rsts-11.mit.edu>
425
426         * Release of E2fsprogs 1.12
427
428 Wed Apr  8 02:03:48 1998  Theodore Y. Ts'o  <tytso@mit.edu>
429
430         * Fix missing "test" invokation in configure.in test.  (Only
431                 affected default non-Linux builds).
432
433 1998-03-30  Theodore Ts'o  <tytso@rsts-11.mit.edu>
434
435         * configure.in: Change how the installation directions are
436                 selected.  Previously, we had prefix and usr_prefix, where
437                 prefix was '' and usr_prefix was /usr, and we then defined
438                 bindir, ubindir, libdir, ulibdir, etc. in terms of that.
439                 In autoconf 2.12, it's possible to override bindir,
440                 libdir, etc., and so in order to make our installation
441                 directory makefile variables more in line with autoconf
442                 2.12, I've changed all of the various makefiles to use
443                 prefix and root_prefix, where the default Linux
444                 definitions are /usr and '', respectively.  What used to
445                 be bindir is now root_bindir, and what used to be ubindir,
446                 is now bindir.
447
448         * MCONFIG.in: Change directories to match with new installation
449                 directory convention (see above).  Add Makefile
450                 dependencies for makefile fragments, and define
451                 DEP_LIB_MAKEFILES which library makefiles can use to
452                 define DEP_MAKEFILES, so that the library makefiles will
453                 get regenerated when the makefile fragments change.
454                 Remove the cat?dir variables, since we aren't creating
455                 those directories any more.
456
457         * Makefile.in: Add top-level uninstall targets.
458
459         * e2fsprogs-1.12.spec: Add to the RPM package the e2label man
460                 page, and to reflect that fact that we now compile_et and
461                 mk_cmds for the development package.
462
463 1998-03-28  Theodore Ts'o  <tytso@rsts-11.mit.edu>
464
465         * Makefile.in: Use && after a cd command so that the right thing
466                 happens if the directory is missing.  Don't compile man
467                 pages upon installation any more, since modern Linux
468                 systems don't have /usr/man/cat? anymore (they 
469                 typically cache man pages in /var/catman and delete them
470                 if they haven't been used in a while, to save on disk
471                 space, and because CPU's are fast enough these days that
472                 you can get away with this).
473
474         * MCONFIG.in: Add a new makefile variable for the share
475                 directory (i.e., /usr/share).  Make an autoconf magic
476                 make rule so that $(top_builddir)/util/subst.conf gets
477                 rebuilt automatically when necessary.
478
479 Mon Jan 19 10:01:39 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
480
481         * e2fsprogs-1.12.spec: Update spec file in preparation for 1.12
482                 release. 
483
484 Tue Nov 25 15:56:29 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
485
486         * configure.in: Remove @EXTRA_PROGS@, since we aren't using it in
487                 e2fsck/Makefile.in.
488
489 Tue Nov  4 10:46:18 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
490
491         * configure.in: Add check for setjmp.h
492
493 Mon Oct 20 19:30:45 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
494
495         * configure.in (HAVE_LLSEEK_PROTOTYPE): Added check to see if
496                 llseek is declared in unistd.h
497
498 Sun Oct 19 19:09:30 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
499
500         * configure.in: Add tests for sys/stat.h, sys/time.h, and sys/types.h
501
502 Tue Jun 17 01:33:20 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
503
504         * Release of E2fsprogs 1.11
505
506 Sat Jun 14 03:26:45 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
507
508         * Makefile.in (SRCROOT): Allow people to set the version.h to
509                 something like 1.10-PLUS.
510
511 Sat Jun  7 16:38:40 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
512
513         * configure.in (rmakefile): Added (optional) private directory for
514                 resize2fs.
515
516         * Makefile.in: Change recursive descent rules to check to see if a
517                 directory exists before trying to make it.
518
519 Thu May  8 22:23:49 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
520
521         * Makefile.in (source_tar_file): Fix up makefile to work in new
522                 CVS development environment.
523
524 Thu Apr 24 12:16:42 1997  Theodre Ts'o  <tytso@localhost.mit.edu>
525
526         * Release of E2fsprogs version 1.10
527
528 Tue Apr 22 10:48:03 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
529
530         * configure.in: Add explicit check to see if linker accepts
531                 -static (since even Linux systems might not work if 
532                 libc.a isn't installed).
533
534 Thu Apr 17 12:23:38 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
535
536         * Release of E2fsprogs version 1.09
537
538 Fri Apr 11 18:56:26 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
539
540         * Release of E2fsprogs version 1.08
541
542 Wed Mar 12 13:32:05 1997  Theodore Y. Ts'o  <tytso@mit.edu>
543
544         * Release of E2fsprogs version 1.07
545
546 Wed Jan 15 11:37:36 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
547
548         * config.sub (basic_machine): Added i686-* as another name for the
549                 Pentium Pro.
550
551 Tue Oct  8 02:02:03 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
552
553         * Release of E2fsprogs version 1.06
554
555 Mon Oct  7 08:22:31 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
556
557         * Makefile.in (all): Don't run "make check" by default.  User
558                 should manually run "make check" if they wish to test
559                 things out.
560
561 Thu Sep 12 15:23:07 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
562
563         * Release of E2fsprogs version 1.05
564
565 Sat Aug 31 10:55:45 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
566
567         * configure.in (AC_CHECK_FUNCS): Add fchown to list of functions
568                 that we check.
569
570 Wed Aug 28 14:42:12 1996  Miles Bader  <miles@gnu.ai.mit.edu>
571
572         * configure.in (usr_prefix): To be slightly more conformant with
573                 the coding standards, always default to ${prefix}
574                 unless on a linux system with prefix = ''.  Allow
575                 --with-usr-prefix option.
576
577 Tue Aug 27 16:53:29 1996  Miles Bader  <miles@gnu.ai.mit.edu>
578
579         * configure.in (AC_CHECK_HEADERS): Add net/if.h & netinet/in.h.
580                 Add `--enable-fsck' switch, to allow configuration of
581                 fsck wrapper building (default yes except on the hurd).
582                 Make '' prefix default and LDFLAG_STATIC hacks work on
583                 the hurd as well as linux.
584
585 Tue Aug 27 16:23:56 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
586
587         * configure.in: Check to see if sys/types.h defines ino_t.  Add
588                 support for checking/sizing "long long".
589
590 Wed Aug 21 00:44:22 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
591
592         * configure.in: Added configure flag --enable-old-bitops, which
593                 forces the bitops to use the standard bitmask operations.
594
595 Fri Aug  9 08:29:00 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
596
597         * configure.in: Check for existence of sys/utsname.h and
598                 strcasecmp().  Remove check for EXT2 fragment in system
599                 header file.  E2fsprogs now deals with the fragment fields
600                 by dispatching off of the OS field.
601
602 Tue Aug  6 14:34:19 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
603
604         * configure.in (AC_OUPUT): Create substitutions for the uuid
605                 library.
606
607         * MCONFIG.in (all): Add new variables for the uuid library.
608
609 Thu May 23 12:39:07 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
610
611         * configure.in: Make the default prefix be '' for Linux.
612
613 Thu May 16 11:12:30 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
614
615         * Release of E2fsprogs version 1.04
616
617 Thu May 16 09:38:40 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
618
619         * configure.in: 
620           MCONFIG.in: Man pages, shell scripts and include files are now
621                 generated using the lib/substitute_sh script.  This is
622                 faster than the configure substitution, and it doesn't
623                 change the mod time of the file if it hasn't changed,
624                 which prevents needless compilation of files.
625
626                 Define new sets of Makefile variables: LIBSS, LIBCOM_ERR,
627                 LIBEXT2FS, LIBE2P, and their static and profiled variants,
628                 STATIC_* and PROFILED_*, which point to the actual file of
629                 the shared or static library.  This way makefiles can link
630                 directly with exactly the library they want.  Many ld's
631                 (include GNU ld) have a really broken idea of how -L
632                 works, and will link against an older library in /usr/lib
633                 even though there is a newer on in a specified -L directory.
634                   
635 Wed May 15 21:40:22 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
636
637         * configure.in: Add support for --enable-dynamic-e2fsck, for
638                 people who don't want to link e2fsck statically.  This
639                 saves space, at the cost of increasing the reliance of
640                 e2fsck other files (3-4 shared libraries).
641
642 Wed Mar 27 00:33:40 1996    <tytso@rsts-11.mit.edu>
643
644         * Release of E2fsprogs version 1.03
645
646 Wed Jan 31 11:06:08 1996    <tytso@rsts-11.mit.edu>
647
648         * Release of E2fsprogs version 1.02
649
650 Thu Oct 26 11:59:44 1995    <tytso@rsts-11.mit.edu>
651
652         * configure.in (LDFALG_STATIC): Add temporary kludge for
653                 determining how to link executables statically.  For now,
654                 we assume that Linux systems only can link statically.
655
656 Fri Sep 22 18:23:55 1995    <tytso@rsts-11.mit.edu>
657
658         * depfix.sed: Remove /usr/include lines which occur at the end of
659                 the dependency listing.
660
661 Mon Sep  4 21:40:22 1995  Remy Card  <card@bbj>
662
663         * configure.in: Added support for the --enable-bsd-shlibs option.
664
665 Wed Aug  9 21:33:31 1995  Theodore Y. Ts'o  <tytso@dcl>
666
667         * MCONFIG.in (LD): Add $(PURE) to the definition to make it easier
668                 to link executables using programs like purify.
669
670 Sat Aug  5 11:41:03 1995  Theodore Y. Ts'o  <tytso@lurch.mit.edu>
671
672         * configure.in: Check to see if strdup() is present
673
674         * INSTALL: Updated building and installation instructions to
675                 reflect the new configure system.
676
677         * Makefile.in (install): When doing a general install, install the
678                 shared libraries as well by using the new target 
679                 install-shlibs-libs-recursive.
680
681         * configure.in: If we are building on a Linux system, set $prefix
682                 to be '/' by default.
683
684 Sun Jul  9 13:38:20 1995  Miles Bader  <miles@churchy.gnu.ai.mit.edu>
685
686         * configure.in (checking type sizes): provide some default for
687         type-sizes when cross-compiling, as we can't check them then.
688         (SS_DIR, ET_DIR): Make these correct even when ${srcdir} is absolute.
689
690 Thu Jun 15 23:33:37 1995  Remy Card  <card@bbj>
691
692         * Makefile.in (distclean-local): Added config.cache and
693                 include/linux/types.h.
694
695         * configure.in: Added support for the --enable-elf option.
696                 Added a test to check for llseek() in the C library.
697
698         * lib/Makefile.dll-lib: Fixed incorrect RM and LN calls.
699
700         * lib/Makefile.elf-lib: New file, to create ELF shared libraries.
701
702 Sat Jun 10 19:52:51 1995  Theodore Y. Ts'o  <tytso@lurch.mit.edu>
703
704         * configure.in: Create ET_DIR and SS_DIR, which gives the absolute
705                 pathname to the source directories of the lib/et and
706                 lib/ss.  (Can't just use $srcdir since that may be a
707                 relative path.)
708
709 Thu Jun  8 12:25:57 1995  Miles Bader  <miles@churchy.gnu.ai.mit.edu>
710
711         * lib/Makefile.library ($(LIBRARY).a): Changed to work with the
712         new makefiles.
713         * lib/Makefile.dll-lib: Ditto.
714         * lib/Makefile.profiled: Ditto.
715         * lib/Makefile.checker: Ditto.
716
717         * Add the include subdirectory to hold substitute include files
718         for systems that need them.
719
720         * Makefile.in: Rewritten to conform to GNU coding standards.
721         * MCONFIG: Moved to MCONFIG.in, and totally changed to support
722         GNU-style makefiles.
723         * mkinstalldirs: New file, copied from /gd/gnu/lib.
724         * config.guess: Ditto.
725         * config.sub: Ditto.
726         * install-sh: Ditto.
727
728         * configure.in: Many new tests added.  --with-cc and --with-ccopts
729         options removed as configure already supports a method to do this,
730         and they were interfering with normal usage.
731
732 Sat Mar 11 18:23:45 1995  Theodore Y. Ts'o  <tytso@localhost>
733
734         * Makefile.in (bin-tree): Add Makefile target which automatically
735                 generates the binary distribution for e2fsprogs.
736
737