]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blame - lib/e2p/ChangeLog
ChangeLog, Makefile.in, e2p.h, feature.c, ls.c:
[thirdparty/e2fsprogs.git] / lib / e2p / ChangeLog
CommitLineData
d7b701de
TT
11999-09-07 <tytso@valinux.com>
2
3 * Makefile.in, feature.c, e2p.h: New file which is used for
4 displaying and editing superblock feature sets.
5
6 * ls.c (print_features, list_super): Add new function
7 print_features which is used to display the feature
8 bits in the superblock.
9
101999-07-18 Theodore Ts'o <tytso@valinux.com>
657cb975
TT
11
12 * Release of E2fsprogs 1.15
13
9e51eca7
TT
141999-01-09 Theodore Ts'o <tytso@rsts-11.mit.edu>
15
16 * Release of E2fsprogs 1.14
17
73f17cfc
TT
18Mon Jan 4 02:34:53 1999 Theodore Y. Ts'o <tytso@mit.edu>
19
20 * uuid.c: Use asm/types.h instead of linux/types.h, to be
21 consistent with other locations where we've had to do this
22 to work around glibc.
23
556ad132
TT
241998-12-15 Theodore Ts'o <tytso@rsts-11.mit.edu>
25
26 * Release of E2fsprogs 1.13
27
5a679c8f
TT
281998-12-02 Theodore Ts'o <tytso@rsts-11.mit.edu>
29
30 * Makefile.in: Updated dependencies.
31
4a5fa192
TT
321998-07-09 Theodore Ts'o <tytso@rsts-11.mit.edu>
33
34 * Release of E2fsprogs 1.12
35
e5fa0e30
TT
361998-03-30 Theodore Ts'o <tytso@rsts-11.mit.edu>
37
38 * Makefile.in: Change to use new installation directory variables
39 convention. Fix uninstall rules to take $(DESTDIR) into
40 account.
41
17dba281
TT
421998-03-29 Theodore Ts'o <tytso@rsts-11.mit.edu>
43
44 * getversion.c (getversion): Return 0 if there's no error.
45
46 * fgetversion.c (fgetversion): Pass the address of the temporary
47 variable instead of the unitialized variable to the
48 EXT2_IOC_GETVERSION ioctl.
49
cce382b1
TT
50Mon Mar 9 08:05:30 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
51
52 * fgetflags.c, fgetversion.c, fsetflags.c, fsetversion.c,
53 getflags.c, getversion.c, setflags.c, setversion.c:
54 The ext2 version and flags ioctl's take an int *, not a
55 long *. Fix library to use the correct type, so we don't
56 have problems on the Alpha.
57
024996cf
TT
58Tue Jun 17 01:33:20 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
59
60 * Release of E2fsprogs 1.11
61
a29f4d30
TT
62Thu Apr 24 12:16:42 1997 Theodre Ts'o <tytso@localhost.mit.edu>
63
64 * Release of E2fsprogs version 1.10
65
66Wed Apr 23 22:41:55 1997 Theodre Ts'o <tytso@localhost.mit.edu>
67
68 * ls.c (list_super): Add #ifdef's so it will compile under 1.2.13
69
70Thu Apr 17 12:23:38 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
71
72 * Release of E2fsprogs version 1.09
73
2ecc6fef
TT
74Fri Apr 11 18:56:26 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
75
76 * Release of E2fsprogs version 1.08
77
521e3685
TT
78Sat Apr 5 11:48:03 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
79
80 * ls.c (list_super): Display the filesystem revision and any
81 features that might be implemented.
82
21c84b71
TT
83Wed Mar 12 13:32:05 1997 Theodore Y. Ts'o <tytso@mit.edu>
84
85 * Release of E2fsprogs version 1.07
86
87Thu Jan 2 00:06:29 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
88
89 * uuid.c: Include string.h, since we use memcpy().
90
91Wed Jan 1 23:47:22 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
92
93 * ls.c (list_super): Copy times from the superblock to a time_t
94 variable. (The alpha has different sizes for time_t and
95 the time in the superblock.)
96
97Tue Oct 8 02:02:03 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
98
99 * Release of E2fsprogs version 1.06
100
5c576477
TT
101Sun Sep 22 16:20:12 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
102
103 * pf.c: Add support for the 'A' (no atime) flag.
104
105Thu Sep 12 15:23:07 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
106
107 * Release of E2fsprogs version 1.05
108
1e3472c5
TT
109Sat Sep 7 14:48:35 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
110
111 * ls.c (interval_string): Pretty print the check interval.
112
113Tue Aug 6 14:12:36 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
114
115 * ls.c (list_super): Display the OS, volume label, last mounted,
116 and UUID field if present.
117
118Mon Jun 24 09:55:58 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
119
120 * ps.c, pf.c, pe.c, ls.c, setversion.c, setflags.c, getversion.c,
121 fsetversion.c, fsetflags.c, fgetversion.c, fgetflags.c,
122 getflags.c: Remove include of ext2_fs.h, since it's
123 included by e2p.h; this also solves a sys/types.h vs
124 linux/types.h inclusion ordering problem with the GNU libc.
125
62c06f79
TT
126Thu May 16 11:12:30 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
127
128 * Release of E2fsprogs version 1.04
129
7f88b043
TT
130Wed Mar 27 00:33:40 1996 <tytso@rsts-11.mit.edu>
131
132 * Release of E2fsprogs version 1.03
133
74becf3c
TT
134Wed Jan 31 11:06:08 1996 <tytso@rsts-11.mit.edu>
135
136 * Release of E2fsprogs version 1.02
137
138Tue Jan 2 20:50:44 1996 <tytso@rsts-11.mit.edu>
139
140 * fgetflags.c (fgetflags):
141 * fsetflags.c (fsetflags):
142 * fgetversion.c (fgetversion):
143 * fsetversion.c (fsetversion): Add the O_NONBLOCK flag to open
144 call, so that we don't hang trying to open things like
145 named pipes.
146
297f47a1
TT
147Mon Oct 30 17:44:07 1995 <tytso@rsts-11.mit.edu>
148
149 * ls.c (list_super): Use the correct field (s_def_resgid) when
150 printing the reserved group gid.
151
50e1e10f
TT
152Fri Oct 27 18:07:48 1995 <tytso@rsts-11.mit.edu>
153
154 * iod.c (iterate_on_dir): Don't assume that d->reclen is the size
155 of the dirent structure; it isn't under Linux.
156
157Mon Sep 4 21:43:53 1995 Remy Card <card@bbj>
158
159 * Makefile.in: Added support for BSD shared libraries.
160
161Fri Aug 11 08:36:40 1995 Theodore Y. Ts'o <tytso@lurch.mit.edu>
162
163 * setflags.c: #include <sys/types.h> before including <sys/stat.h>
164
165Sat Aug 12 03:11:45 1995 Remy Card <card@bbj>
166
167 * Makefile.in (install): Install static libraries in $(ulibdir)
168 (/usr/lib on Linux) instead of $(libdir) (/lib on Linux).
169
170Sat Aug 5 11:43:36 1995 Theodore Y. Ts'o <tytso@lurch.mit.edu>
171
172 * Makefile.in (DLL_INSTALL_DIR, ELF_INSTALL_DIR): Set the
173 installation directories correctly.
174
175Thu Jun 15 23:41:20 1995 Remy Card <card@bbj>
176
177 * Makefile.in: Added support for ELF shared libraries.
178
179Mon Jun 12 08:34:44 1995 Theodore Y. Ts'o <tytso@lurch.mit.edu>
180
181 * e2p.h: Move <direct.h> after <stdio.h>
182
183Thu Jun 8 12:47:04 1995 Miles Bader <miles@churchy.gnu.ai.mit.edu>
184
185 * iod.c (iterate_on_dir): If struct dirent has a d_namlen field,
186 assume that actual dirent entries may be larger than the structure
187 (by the name field), and take extra care deal with this case.
188 This code assumes that d_reclen is a valid dirent field.
189 Also, don't include <dirent.h>, as e2p.h already does.
190
191 * fgetversion.c (fgetversion): Only use the ext2 ioctl if it
192 doesn't cause a compile-time barf, otherwise just return EOPNOTSUPP.
193 * getversion.c (getversion): Ditto.
194 * fsetversion.c (fsetversion): Ditto.
195 * setversion.c (setversion): Ditto.
196 * fsetflags.c (fsetflags): Use chflags instead of the ext2 ioctl
197 if possible, and otherwise only use the ioctl if it doesn't barf.
198 * setflags.c (setflags): Ditto (with fchflags).
199 * fgetflags.c (fgetflags): Use the stat st_flags field instead of
200 the ext2 ioctl if possible, and otherwise only use the ioctl if it
201 doesn't barf.
202 * getflags.c (getflags): Ditto.
203
204 * e2p.h: Include <sys/types.h>, as some <dirent.h>s need it.
205 * ls.c: Move the include of <sys/types.h> to where <grp.h> can see it.
206
207 * Makefile.in: Rewritten to conform to GNU coding standards and
208 support separate compilation directories.
209
f3db3566
TT
210Mon Nov 7 21:59:12 1994 Remy Card <card@bbj>
211
212 * ls.c (list_super): List the new fields s_def_resuid and
213 s_def_resgid.
214
215 (print_user): New function which prints the uid and the user name.
216
217 (print_group): New function which prints the gid and the group name.
218
219Wed Aug 17 21:50:39 1994 Remy Card (card@bbj)
220
221 * pf.c (print_flags): New attributes are recognized and a long
222 format can be used.
223
224