aboutsummaryrefslogtreecommitdiff
path: root/e2fslib/util/ChangeLog
blob: e3ad187efeac22b1ea1d7c16df7d1b485da60957 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
2001-09-20  Theodore Tso  <tytso@thunk.org>

	* Release of E2fsprogs 1.25

2001-09-02  Theodore Tso  <tytso@thunk.org>

	* Release of E2fsprogs 1.24a

2001-08-30  Theodore Tso  <tytso@thunk.org>

	* Release of E2fsprogs 1.24

2001-08-15  Theodore Tso  <tytso@valinux.com>

	* Release of E2fsprogs 1.23

2001-07-27  Theodore Tso  <tytso@valinux.com>

	* subst.conf.in: Enable documentation of the external journal 
		functionality in mke2fs, e2fsck, and tune2fs.

2001-06-23  Theodore Tso  <tytso@valinux.com>

	* Release of E2fsprogs 1.22

2001-06-15  Theodore Tso  <tytso@valinux.com>

	* Release of E2fsprogs 1.21

2001-05-25  Theodore Tso  <tytso@valinux.com>

	* Release of E2fsprogs 1.20

2001-04-21  Theodore Tso  <tytso@valinux.com>

	* subst.conf.in: Add definition of JDEV for mke2fs' and tune2fs'
		man page. 

2001-04-17  Theodore Tso  <tytso@valinux.com>

	* subst.c (replace_string): Fix replace_string so that it
		correctly handles replacing a substitution variable with a
		zero-length string.

2001-01-14  Theodore Ts'o  <tytso@valinux.com>

	* gcc-wall-cleanup: Remove additional annoying warning messages
		emited by gcc 2.95.2.

2001-01-11    <tytso@snap.thunk.org>

	* gcc-wall-cleanup: New file which is used to clean up unnecessary
		crud from gcc -Wall that we're not interested in seeing

2000-07-13    <tytso@valinux.com>

	* Release of E2fsprogs 1.19

2000-04-03  Theodore Ts'o  <tytso@valinux.com>

	* subst.c: For platforms that don't define optarg.h, manually
		define optarg and optind.

1999-11-19    <tytso@valinux.com>

	* Makefile.in (distclean): Remove TAGS and Makefile.in.old from
		the source directory.

1999-11-10    <tytso@valinux.com>

	* Release of E2fsprogs 1.18

1999-10-26    <tytso@valinux.com>

	* Release of E2fsprogs 1.17

1999-10-26    <tytso@valinux.com>

	* subst.c (substitute_line): Removed some unused variables.

1999-10-22    <tytso@valinux.com>

	* Release of E2fsprogs 1.16

1999-07-18  Theodore Ts'o  <tytso@rsts-11.mit.edu>

	* Release of E2fsprogs 1.15

1999-07-03    <tytso@valinux.com>

	* Makefile.in (subst): Build subst using $(BUILD_CC), since it's a
		helper program which must be built using the native C
		compiler during a cross-compilation.

1999-01-09  Theodore Ts'o  <tytso@rsts-11.mit.edu>

	* Release of E2fsprogs 1.14

1998-12-15  Theodore Ts'o  <tytso@rsts-11.mit.edu>

	* Release of E2fsprogs 1.13

1998-12-15  Theodore Ts'o  <tytso@rsts-11.mit.edu>

	* subst.c (get_subst_symbol): Add [0-9] to the list of valid
		characters for a substitution symbol.

1998-08-01  Theodore Ts'o  <tytso@rsts-11.mit.edu>

	* subst.c: Add the ability to substitute apparent shell/make
		variables such as ${prefix}, since this is needed to make
		the shell scripts work correctly.

	* subst.conf.in: Add ${prefix} to the list of substitutions which
		subst should make.

1998-07-09  Theodore Ts'o  <tytso@rsts-11.mit.edu>

	* Release of E2fsprogs 1.12

1998-03-31  Theodore Ts'o  <tytso@rsts-11.mit.edu>

	* subst.conf.in: Add substitution for @datadir@

Mon Jan 19 09:25:24 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>

	* subst.c: Rename "new" to "new_f" to avoid C++ reserved word
 		clash.
	
	* subst.c: Explicitly cast all assignments from void * to be
 	 	compatible with C++.