blob: 600cf137f6c37bf08c22ce248e11f72877eb0678 [file] [log] [blame]
Theodore Ts'o5c36a2f1999-11-19 18:42:30 +000011999-11-19 <tytso@valinux.com>
2
3 * Makefile.in (distclean): Remove TAGS and Makefile.in.old from
4 the source directory.
5
Theodore Ts'ocd086361999-11-10 16:00:39 +000061999-11-10 <tytso@valinux.com>
7
8 * Release of E2fsprogs 1.18
9
Theodore Ts'ocdceb041999-10-26 16:28:59 +0000101999-10-26 <tytso@valinux.com>
11
Theodore Ts'o28e11941999-10-26 18:17:20 +000012 * Release of E2fsprogs 1.17
13
141999-10-26 <tytso@valinux.com>
15
Theodore Ts'ocdceb041999-10-26 16:28:59 +000016 * subst.c (substitute_line): Removed some unused variables.
17
Theodore Ts'o614fdfd1999-10-23 03:19:51 +0000181999-10-22 <tytso@valinux.com>
19
20 * Release of E2fsprogs 1.16
21
Theodore Ts'o657cb971999-07-30 23:19:10 +0000221999-07-18 Theodore Ts'o <tytso@rsts-11.mit.edu>
23
24 * Release of E2fsprogs 1.15
25
Theodore Ts'o6c133521999-07-03 20:37:03 +0000261999-07-03 <tytso@valinux.com>
27
28 * Makefile.in (subst): Build subst using $(BUILD_CC), since it's a
29 helper program which must be built using the native C
30 compiler during a cross-compilation.
31
Theodore Ts'o9e51eca1999-01-09 16:32:31 +0000321999-01-09 Theodore Ts'o <tytso@rsts-11.mit.edu>
33
34 * Release of E2fsprogs 1.14
35
Theodore Ts'o7822c1d1998-12-19 08:08:43 +0000361998-12-15 Theodore Ts'o <tytso@rsts-11.mit.edu>
37
Theodore Ts'o556ad131998-12-19 08:10:58 +000038 * Release of E2fsprogs 1.13
39
401998-12-15 Theodore Ts'o <tytso@rsts-11.mit.edu>
41
Theodore Ts'o7822c1d1998-12-19 08:08:43 +000042 * subst.c (get_subst_symbol): Add [0-9] to the list of valid
43 characters for a substitution symbol.
44
Theodore Ts'oe7549ca1998-08-01 04:35:39 +0000451998-08-01 Theodore Ts'o <tytso@rsts-11.mit.edu>
46
47 * subst.c: Add the ability to substitute apparent shell/make
48 variables such as ${prefix}, since this is needed to make
49 the shell scripts work correctly.
50
51 * subst.conf.in: Add ${prefix} to the list of substitutions which
52 subst should make.
53
Theodore Ts'o4a5fa191998-07-09 05:42:45 +0000541998-07-09 Theodore Ts'o <tytso@rsts-11.mit.edu>
55
56 * Release of E2fsprogs 1.12
57
Theodore Ts'od171c5b1998-04-03 16:07:06 +0000581998-03-31 Theodore Ts'o <tytso@rsts-11.mit.edu>
59
60 * subst.conf.in: Add substitution for @datadir@
61
Theodore Ts'o45d21611998-01-19 14:40:24 +000062Mon Jan 19 09:25:24 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
63
64 * subst.c: Rename "new" to "new_f" to avoid C++ reserved word
65 clash.
66
67 * subst.c: Explicitly cast all assignments from void * to be
68 compatible with C++.
69