Whamcloud - gitweb
mke2fs.c (main): Enable directory indexing by default.
[tools/e2fsprogs.git] / util / ChangeLog
1 2001-08-31  Theodore Tso  <tytso@thunk.org>
2
3         * Release of E2fsprogs 1.28
4
5 2002-05-11    <tytso@snap.thunk.org>
6
7         * subst.conf.in: Add root_sysconfdir and $root_prefix
8
9 2002-03-08  Theodore Tso  <tytso@mit.edu>
10
11         * Release of E2fsprogs 1.27
12
13 2002-02-03  Theodore Tso  <tytso@thunk.org>
14
15         * Release of E2fsprogs 1.26
16
17 2001-09-20  Theodore Tso  <tytso@thunk.org>
18
19         * Release of E2fsprogs 1.25
20
21 2001-09-02  Theodore Tso  <tytso@thunk.org>
22
23         * Release of E2fsprogs 1.24a
24
25 2001-08-30  Theodore Tso  <tytso@thunk.org>
26
27         * Release of E2fsprogs 1.24
28
29 2001-08-15  Theodore Tso  <tytso@valinux.com>
30
31         * Release of E2fsprogs 1.23
32
33 2001-07-27  Theodore Tso  <tytso@valinux.com>
34
35         * subst.conf.in: Enable documentation of the external journal 
36                 functionality in mke2fs, e2fsck, and tune2fs.
37
38 2001-06-23  Theodore Tso  <tytso@valinux.com>
39
40         * Release of E2fsprogs 1.22
41
42 2001-06-15  Theodore Tso  <tytso@valinux.com>
43
44         * Release of E2fsprogs 1.21
45
46 2001-05-25  Theodore Tso  <tytso@valinux.com>
47
48         * Release of E2fsprogs 1.20
49
50 2001-04-21  Theodore Tso  <tytso@valinux.com>
51
52         * subst.conf.in: Add definition of JDEV for mke2fs' and tune2fs'
53                 man page. 
54
55 2001-04-17  Theodore Tso  <tytso@valinux.com>
56
57         * subst.c (replace_string): Fix replace_string so that it
58                 correctly handles replacing a substitution variable with a
59                 zero-length string.
60
61 2001-01-14  Theodore Ts'o  <tytso@valinux.com>
62
63         * gcc-wall-cleanup: Remove additional annoying warning messages
64                 emited by gcc 2.95.2.
65
66 2001-01-11    <tytso@snap.thunk.org>
67
68         * gcc-wall-cleanup: New file which is used to clean up unnecessary
69                 crud from gcc -Wall that we're not interested in seeing
70
71 2000-07-13    <tytso@valinux.com>
72
73         * Release of E2fsprogs 1.19
74
75 2000-04-03  Theodore Ts'o  <tytso@valinux.com>
76
77         * subst.c: For platforms that don't define optarg.h, manually
78                 define optarg and optind.
79
80 1999-11-19    <tytso@valinux.com>
81
82         * Makefile.in (distclean): Remove TAGS and Makefile.in.old from
83                 the source directory.
84
85 1999-11-10    <tytso@valinux.com>
86
87         * Release of E2fsprogs 1.18
88
89 1999-10-26    <tytso@valinux.com>
90
91         * Release of E2fsprogs 1.17
92
93 1999-10-26    <tytso@valinux.com>
94
95         * subst.c (substitute_line): Removed some unused variables.
96
97 1999-10-22    <tytso@valinux.com>
98
99         * Release of E2fsprogs 1.16
100
101 1999-07-18  Theodore Ts'o  <tytso@rsts-11.mit.edu>
102
103         * Release of E2fsprogs 1.15
104
105 1999-07-03    <tytso@valinux.com>
106
107         * Makefile.in (subst): Build subst using $(BUILD_CC), since it's a
108                 helper program which must be built using the native C
109                 compiler during a cross-compilation.
110
111 1999-01-09  Theodore Ts'o  <tytso@rsts-11.mit.edu>
112
113         * Release of E2fsprogs 1.14
114
115 1998-12-15  Theodore Ts'o  <tytso@rsts-11.mit.edu>
116
117         * Release of E2fsprogs 1.13
118
119 1998-12-15  Theodore Ts'o  <tytso@rsts-11.mit.edu>
120
121         * subst.c (get_subst_symbol): Add [0-9] to the list of valid
122                 characters for a substitution symbol.
123
124 1998-08-01  Theodore Ts'o  <tytso@rsts-11.mit.edu>
125
126         * subst.c: Add the ability to substitute apparent shell/make
127                 variables such as ${prefix}, since this is needed to make
128                 the shell scripts work correctly.
129
130         * subst.conf.in: Add ${prefix} to the list of substitutions which
131                 subst should make.
132
133 1998-07-09  Theodore Ts'o  <tytso@rsts-11.mit.edu>
134
135         * Release of E2fsprogs 1.12
136
137 1998-03-31  Theodore Ts'o  <tytso@rsts-11.mit.edu>
138
139         * subst.conf.in: Add substitution for @datadir@
140
141 Mon Jan 19 09:25:24 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
142
143         * subst.c: Rename "new" to "new_f" to avoid C++ reserved word
144                 clash.
145         
146         * subst.c: Explicitly cast all assignments from void * to be
147                 compatible with C++.
148