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