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