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