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