blob: 0656914bf21e5d32ca4a42506dc02297a87feaad [file] [log] [blame]
Theodore Ts'o2ecc6fe1997-04-29 17:57:00 +00001Fri Apr 11 18:56:26 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
2
3 * Release of E2fsprogs version 1.08
4
Theodore Ts'o521e3681997-04-29 17:48:10 +00005Sat Apr 5 11:48:03 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
6
7 * ls.c (list_super): Display the filesystem revision and any
8 features that might be implemented.
9
Theodore Ts'o21c84b71997-04-29 16:15:03 +000010Wed Mar 12 13:32:05 1997 Theodore Y. Ts'o <tytso@mit.edu>
11
12 * Release of E2fsprogs version 1.07
13
14Thu Jan 2 00:06:29 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
15
16 * uuid.c: Include string.h, since we use memcpy().
17
18Wed Jan 1 23:47:22 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
19
20 * ls.c (list_super): Copy times from the superblock to a time_t
21 variable. (The alpha has different sizes for time_t and
22 the time in the superblock.)
23
24Tue Oct 8 02:02:03 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
25
26 * Release of E2fsprogs version 1.06
27
Theodore Ts'o5c576471997-04-29 15:29:49 +000028Sun Sep 22 16:20:12 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
29
30 * pf.c: Add support for the 'A' (no atime) flag.
31
32Thu Sep 12 15:23:07 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
33
34 * Release of E2fsprogs version 1.05
35
Theodore Ts'o1e3472c1997-04-29 14:53:37 +000036Sat Sep 7 14:48:35 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
37
38 * ls.c (interval_string): Pretty print the check interval.
39
40Tue Aug 6 14:12:36 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
41
42 * ls.c (list_super): Display the OS, volume label, last mounted,
43 and UUID field if present.
44
45Mon Jun 24 09:55:58 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
46
47 * ps.c, pf.c, pe.c, ls.c, setversion.c, setflags.c, getversion.c,
48 fsetversion.c, fsetflags.c, fgetversion.c, fgetflags.c,
49 getflags.c: Remove include of ext2_fs.h, since it's
50 included by e2p.h; this also solves a sys/types.h vs
51 linux/types.h inclusion ordering problem with the GNU libc.
52
Theodore Ts'o62c06f71997-04-29 14:34:47 +000053Thu May 16 11:12:30 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
54
55 * Release of E2fsprogs version 1.04
56
Theodore Ts'o7f88b041997-04-26 14:48:50 +000057Wed Mar 27 00:33:40 1996 <tytso@rsts-11.mit.edu>
58
59 * Release of E2fsprogs version 1.03
60
Theodore Ts'o74becf31997-04-26 14:37:06 +000061Wed Jan 31 11:06:08 1996 <tytso@rsts-11.mit.edu>
62
63 * Release of E2fsprogs version 1.02
64
65Tue Jan 2 20:50:44 1996 <tytso@rsts-11.mit.edu>
66
67 * fgetflags.c (fgetflags):
68 * fsetflags.c (fsetflags):
69 * fgetversion.c (fgetversion):
70 * fsetversion.c (fsetversion): Add the O_NONBLOCK flag to open
71 call, so that we don't hang trying to open things like
72 named pipes.
73
Theodore Ts'o297f47a1997-04-26 14:25:20 +000074Mon Oct 30 17:44:07 1995 <tytso@rsts-11.mit.edu>
75
76 * ls.c (list_super): Use the correct field (s_def_resgid) when
77 printing the reserved group gid.
78
Theodore Ts'o50e1e101997-04-26 13:58:21 +000079Fri Oct 27 18:07:48 1995 <tytso@rsts-11.mit.edu>
80
81 * iod.c (iterate_on_dir): Don't assume that d->reclen is the size
82 of the dirent structure; it isn't under Linux.
83
84Mon Sep 4 21:43:53 1995 Remy Card <card@bbj>
85
86 * Makefile.in: Added support for BSD shared libraries.
87
88Fri Aug 11 08:36:40 1995 Theodore Y. Ts'o <tytso@lurch.mit.edu>
89
90 * setflags.c: #include <sys/types.h> before including <sys/stat.h>
91
92Sat Aug 12 03:11:45 1995 Remy Card <card@bbj>
93
94 * Makefile.in (install): Install static libraries in $(ulibdir)
95 (/usr/lib on Linux) instead of $(libdir) (/lib on Linux).
96
97Sat Aug 5 11:43:36 1995 Theodore Y. Ts'o <tytso@lurch.mit.edu>
98
99 * Makefile.in (DLL_INSTALL_DIR, ELF_INSTALL_DIR): Set the
100 installation directories correctly.
101
102Thu Jun 15 23:41:20 1995 Remy Card <card@bbj>
103
104 * Makefile.in: Added support for ELF shared libraries.
105
106Mon Jun 12 08:34:44 1995 Theodore Y. Ts'o <tytso@lurch.mit.edu>
107
108 * e2p.h: Move <direct.h> after <stdio.h>
109
110Thu Jun 8 12:47:04 1995 Miles Bader <miles@churchy.gnu.ai.mit.edu>
111
112 * iod.c (iterate_on_dir): If struct dirent has a d_namlen field,
113 assume that actual dirent entries may be larger than the structure
114 (by the name field), and take extra care deal with this case.
115 This code assumes that d_reclen is a valid dirent field.
116 Also, don't include <dirent.h>, as e2p.h already does.
117
118 * fgetversion.c (fgetversion): Only use the ext2 ioctl if it
119 doesn't cause a compile-time barf, otherwise just return EOPNOTSUPP.
120 * getversion.c (getversion): Ditto.
121 * fsetversion.c (fsetversion): Ditto.
122 * setversion.c (setversion): Ditto.
123 * fsetflags.c (fsetflags): Use chflags instead of the ext2 ioctl
124 if possible, and otherwise only use the ioctl if it doesn't barf.
125 * setflags.c (setflags): Ditto (with fchflags).
126 * fgetflags.c (fgetflags): Use the stat st_flags field instead of
127 the ext2 ioctl if possible, and otherwise only use the ioctl if it
128 doesn't barf.
129 * getflags.c (getflags): Ditto.
130
131 * e2p.h: Include <sys/types.h>, as some <dirent.h>s need it.
132 * ls.c: Move the include of <sys/types.h> to where <grp.h> can see it.
133
134 * Makefile.in: Rewritten to conform to GNU coding standards and
135 support separate compilation directories.
136
Theodore Ts'of3db3561997-04-26 13:34:30 +0000137Mon Nov 7 21:59:12 1994 Remy Card <card@bbj>
138
139 * ls.c (list_super): List the new fields s_def_resuid and
140 s_def_resgid.
141
142 (print_user): New function which prints the uid and the user name.
143
144 (print_group): New function which prints the gid and the group name.
145
146Wed Aug 17 21:50:39 1994 Remy Card (card@bbj)
147
148 * pf.c (print_flags): New attributes are recognized and a long
149 format can be used.
150
151