summaryrefslogtreecommitdiff
path: root/util/ChangeLog
blob: 180cd86d5881278930662e1be0555061d454fedc (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
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++.