blob: 22dfbac0184116323db69214cfa01a20b378ab37 [file] [log] [blame]
Theodore Ts'obb185862001-05-25 17:35:00 +000012001-05-25 Theodore Tso <tytso@valinux.com>
2
3 * Release of E2fsprogs 1.20
4
Theodore Ts'obd7eae12001-04-22 20:39:07 +000052001-04-21 Theodore Tso <tytso@valinux.com>
6
7 * subst.conf.in: Add definition of JDEV for mke2fs' and tune2fs'
8 man page.
9
Theodore Ts'o913c4e92001-04-17 05:05:37 +0000102001-04-17 Theodore Tso <tytso@valinux.com>
11
12 * subst.c (replace_string): Fix replace_string so that it
13 correctly handles replacing a substitution variable with a
14 zero-length string.
15
Theodore Ts'o4055ef72001-01-14 16:11:14 +0000162001-01-14 Theodore Ts'o <tytso@valinux.com>
17
18 * gcc-wall-cleanup: Remove additional annoying warning messages
19 emited by gcc 2.95.2.
20
Theodore Ts'obbabf8f2001-01-11 15:44:00 +0000212001-01-11 <tytso@snap.thunk.org>
22
23 * gcc-wall-cleanup: New file which is used to clean up unnecessary
24 crud from gcc -Wall that we're not interested in seeing
25
Theodore Ts'of9e67062000-07-13 23:25:54 +0000262000-07-13 <tytso@valinux.com>
27
28 * Release of E2fsprogs 1.19
29
Theodore Ts'o691d3352000-04-03 16:16:46 +0000302000-04-03 Theodore Ts'o <tytso@valinux.com>
31
32 * subst.c: For platforms that don't define optarg.h, manually
33 define optarg and optind.
34
Theodore Ts'o5c36a2f1999-11-19 18:42:30 +0000351999-11-19 <tytso@valinux.com>
36
37 * Makefile.in (distclean): Remove TAGS and Makefile.in.old from
38 the source directory.
39
Theodore Ts'ocd086361999-11-10 16:00:39 +0000401999-11-10 <tytso@valinux.com>
41
42 * Release of E2fsprogs 1.18
43
Theodore Ts'ocdceb041999-10-26 16:28:59 +0000441999-10-26 <tytso@valinux.com>
45
Theodore Ts'o28e11941999-10-26 18:17:20 +000046 * Release of E2fsprogs 1.17
47
481999-10-26 <tytso@valinux.com>
49
Theodore Ts'ocdceb041999-10-26 16:28:59 +000050 * subst.c (substitute_line): Removed some unused variables.
51
Theodore Ts'o614fdfd1999-10-23 03:19:51 +0000521999-10-22 <tytso@valinux.com>
53
54 * Release of E2fsprogs 1.16
55
Theodore Ts'o657cb971999-07-30 23:19:10 +0000561999-07-18 Theodore Ts'o <tytso@rsts-11.mit.edu>
57
58 * Release of E2fsprogs 1.15
59
Theodore Ts'o6c133521999-07-03 20:37:03 +0000601999-07-03 <tytso@valinux.com>
61
62 * Makefile.in (subst): Build subst using $(BUILD_CC), since it's a
63 helper program which must be built using the native C
64 compiler during a cross-compilation.
65
Theodore Ts'o9e51eca1999-01-09 16:32:31 +0000661999-01-09 Theodore Ts'o <tytso@rsts-11.mit.edu>
67
68 * Release of E2fsprogs 1.14
69
Theodore Ts'o7822c1d1998-12-19 08:08:43 +0000701998-12-15 Theodore Ts'o <tytso@rsts-11.mit.edu>
71
Theodore Ts'o556ad131998-12-19 08:10:58 +000072 * Release of E2fsprogs 1.13
73
741998-12-15 Theodore Ts'o <tytso@rsts-11.mit.edu>
75
Theodore Ts'o7822c1d1998-12-19 08:08:43 +000076 * subst.c (get_subst_symbol): Add [0-9] to the list of valid
77 characters for a substitution symbol.
78
Theodore Ts'oe7549ca1998-08-01 04:35:39 +0000791998-08-01 Theodore Ts'o <tytso@rsts-11.mit.edu>
80
81 * subst.c: Add the ability to substitute apparent shell/make
82 variables such as ${prefix}, since this is needed to make
83 the shell scripts work correctly.
84
85 * subst.conf.in: Add ${prefix} to the list of substitutions which
86 subst should make.
87
Theodore Ts'o4a5fa191998-07-09 05:42:45 +0000881998-07-09 Theodore Ts'o <tytso@rsts-11.mit.edu>
89
90 * Release of E2fsprogs 1.12
91
Theodore Ts'od171c5b1998-04-03 16:07:06 +0000921998-03-31 Theodore Ts'o <tytso@rsts-11.mit.edu>
93
94 * subst.conf.in: Add substitution for @datadir@
95
Theodore Ts'o45d21611998-01-19 14:40:24 +000096Mon Jan 19 09:25:24 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
97
98 * subst.c: Rename "new" to "new_f" to avoid C++ reserved word
99 clash.
100
101 * subst.c: Explicitly cast all assignments from void * to be
102 compatible with C++.
103