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