Whamcloud - gitweb
bc4c34943f1e0533fa08d52cbdde9e2acfb63dc6
[tools/e2fsprogs.git] / ChangeLog
1 Thu May 16 11:12:30 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2
3         * Release of E2fsprogs version 1.04
4
5 Thu May 16 09:38:40 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
6
7         * configure.in: 
8           MCONFIG.in: Man pages, shell scripts and include files are now
9                 generated using the lib/substitute_sh script.  This is
10                 faster than the configure substitution, and it doesn't
11                 change the mod time of the file if it hasn't changed,
12                 which prevents needless compilation of files.
13
14                 Define new sets of Makefile variables: LIBSS, LIBCOM_ERR,
15                 LIBEXT2FS, LIBE2P, and their static and profiled variants,
16                 STATIC_* and PROFILED_*, which point to the actual file of
17                 the shared or static library.  This way makefiles can link
18                 directly with exactly the library they want.  Many ld's
19                 (include GNU ld) have a really broken idea of how -L
20                 works, and will link against an older library in /usr/lib
21                 even though there is a newer on in a specified -L directory.
22                   
23 Wed May 15 21:40:22 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
24
25         * configure.in: Add support for --enable-dynamic-e2fsck, for
26                 people who don't want to link e2fsck statically.  This
27                 saves space, at the cost of increasing the reliance of
28                 e2fsck other files (3-4 shared libraries).
29
30 Wed Mar 27 00:33:40 1996    <tytso@rsts-11.mit.edu>
31
32         * Release of E2fsprogs version 1.03
33
34 Wed Jan 31 11:06:08 1996    <tytso@rsts-11.mit.edu>
35
36         * Release of E2fsprogs version 1.02
37
38 Thu Oct 26 11:59:44 1995    <tytso@rsts-11.mit.edu>
39
40         * configure.in (LDFALG_STATIC): Add temporary kludge for
41                 determining how to link executables statically.  For now,
42                 we assume that Linux systems only can link statically.
43
44 Fri Sep 22 18:23:55 1995    <tytso@rsts-11.mit.edu>
45
46         * depfix.sed: Remove /usr/include lines which occur at the end of
47                 the dependency listing.
48
49 Mon Sep  4 21:40:22 1995  Remy Card  <card@bbj>
50
51         * configure.in: Added support for the --enable-bsd-shlibs option.
52
53 Wed Aug  9 21:33:31 1995  Theodore Y. Ts'o  <tytso@dcl>
54
55         * MCONFIG.in (LD): Add $(PURE) to the definition to make it easier
56                 to link executables using programs like purify.
57
58 Sat Aug  5 11:41:03 1995  Theodore Y. Ts'o  <tytso@lurch.mit.edu>
59
60         * configure.in: Check to see if strdup() is present
61
62         * INSTALL: Updated building and installation instructions to
63                 reflect the new configure system.
64
65         * Makefile.in (install): When doing a general install, install the
66                 shared libraries as well by using the new target 
67                 install-shlibs-libs-recursive.
68
69         * configure.in: If we are building on a Linux system, set $prefix
70                 to be '/' by default.
71
72 Sun Jul  9 13:38:20 1995  Miles Bader  <miles@churchy.gnu.ai.mit.edu>
73
74         * configure.in (checking type sizes): provide some default for
75         type-sizes when cross-compiling, as we can't check them then.
76         (SS_DIR, ET_DIR): Make these correct even when ${srcdir} is absolute.
77
78 Thu Jun 15 23:33:37 1995  Remy Card  <card@bbj>
79
80         * Makefile.in (distclean-local): Added config.cache and
81                 include/linux/types.h.
82
83         * configure.in: Added support for the --enable-elf option.
84                 Added a test to check for llseek() in the C library.
85
86         * lib/Makefile.dll-lib: Fixed incorrect RM and LN calls.
87
88         * lib/Makefile.elf-lib: New file, to create ELF shared libraries.
89
90 Sat Jun 10 19:52:51 1995  Theodore Y. Ts'o  <tytso@lurch.mit.edu>
91
92         * configure.in: Create ET_DIR and SS_DIR, which gives the absolute
93                 pathname to the source directories of the lib/et and
94                 lib/ss.  (Can't just use $srcdir since that may be a
95                 relative path.)
96
97 Thu Jun  8 12:25:57 1995  Miles Bader  <miles@churchy.gnu.ai.mit.edu>
98
99         * lib/Makefile.library ($(LIBRARY).a): Changed to work with the
100         new makefiles.
101         * lib/Makefile.dll-lib: Ditto.
102         * lib/Makefile.profiled: Ditto.
103         * lib/Makefile.checker: Ditto.
104
105         * Add the include subdirectory to hold substitute include files
106         for systems that need them.
107
108         * Makefile.in: Rewritten to conform to GNU coding standards.
109         * MCONFIG: Moved to MCONFIG.in, and totally changed to support
110         GNU-style makefiles.
111         * mkinstalldirs: New file, copied from /gd/gnu/lib.
112         * config.guess: Ditto.
113         * config.sub: Ditto.
114         * install-sh: Ditto.
115
116         * configure.in: Many new tests added.  --with-cc and --with-ccopts
117         options removed as configure already supports a method to do this,
118         and they were interfering with normal usage.
119
120 Sat Mar 11 18:23:45 1995  Theodore Y. Ts'o  <tytso@localhost>
121
122         * Makefile.in (bin-tree): Add Makefile target which automatically
123                 generates the binary distribution for e2fsprogs.
124
125