blob: c44689939cd85da2a693a49cddbaf1d1bf6b674d [file] [log] [blame]
Theodore Ts'oc4e5e362002-11-08 19:12:48 -050012002-11-08 Theodore Ts'o <tytso@mit.edu>
2
3 * pf.c: Print the indexed directory flag if present. Don't
4 display all of the compression flags unless compression
5 is enabled.
6
Theodore Ts'o5d823a42002-11-01 02:13:53 -050072002-10-31 Theodore Ts'o <tytso@mit.edu>
8
9 * Release of E2fsprogs 1.30
10
Theodore Ts'oa2c8bf92002-11-01 02:01:41 -0500112002-11-01 Theodore Ts'o <tytso@mit.edu>
12
13 * pf.c: Add support for a new inode flag, which is to be used for
14 indicating the top of directory hierarchies for the Orlov
15 block allocator.
16
Theodore Ts'o9d2aefb2002-10-25 17:29:55 -0400172002-10-25 Theodore Ts'o <tytso@mit.edu>
18
19 * ls.c (list_super2): Print the s_mkfs_time field if it is
20 present. If the last mount time (s_mtime) is zero, print
21 "n/a".
22
Theodore Ts'oc046ac72002-10-20 00:38:57 -0400232002-10-20 Theodore Ts'o <tytso@valinux.com>
24
Theodore Ts'o4a959fe2002-10-20 01:52:52 -040025 * e2p.h (e2p_string2mntopt), mntopts.c, ls.c (print_mntopts):
26 Remove unneeded "compat" argument to e2p_string2mntopt().
27 Add mount options for the journal data mode (journaled,
28 ordered, writeback).
29
Theodore Ts'oc046ac72002-10-20 00:38:57 -040030 * feature.c, ls.c (list_super2): Add support for the
31 meta_blockgroup filesystem format.
32
Theodore Ts'oa0c3fd52002-10-15 17:43:43 -0400332002-10-15 <tytso@snap.thunk.org>
34
35 * ls.c (print_mntopts, list_super2): Print any default mount
36 options which the filesystem might have.
37
38 * e2p.h, mntopts.c: New function which converts back and forth
39 between strings and default mount options.
40
Theodore Ts'oc6633052002-09-24 01:26:50 -0400412001-09-24 Theodore Tso <tytso@mit.edu>
42
43 * Release of E2fsprogs 1.29
44
Theodore Ts'o87ee8dc2002-08-31 03:02:57 -0400452001-08-31 Theodore Tso <tytso@thunk.org>
46
47 * Release of E2fsprogs 1.28
48
Theodore Ts'of61fc0b2002-08-24 00:04:03 -0400492002-08-23 Theodore Ts'o <tytso@mit.edu>
50
51 * ls.c (list_super2): Print the default hash version and the hash
52 seed for the directory indexing. Use the new e2p_uuid2str
53 function to factor out common code.
54
55 * uuid.c (e2p_uuid2str), e2p.h: New utility function which factors
56 out some common code.
57
58 * hashstr.c (e2p_hash2string, e2p_string2hash): New functions
59 which convert the hash algorithm name to and from a string.
60
Theodore Ts'o023d1112002-08-17 14:44:56 -0400612002-08-17 Theodore Ts'o <tytso@mit.edu>
62
63 * fsetflags.c (fsetflags), fgetflags.c (fgetflags.c), setflags.c
64 (setflags), getflags.c (getflags): Check to make sure the
65 file is a regular file or a directory before attempting to
66 use the ext2 ioctls. Otherwise, return EOPNOTSUPP.
67 (Addresses Debian Bug #152029).
68
Theodore Ts'o593c6ea2002-07-14 15:58:38 -0400692002-07-14 Theodore Ts'o <tytso@mit.edu>
70
Theodore Ts'oa8a813e2002-07-14 16:13:55 -040071 * fsetflags.c (fsetflags), fgetflags.c (fgetflags,
72 fsetversion.c (fsetversion), fgetversion.c,
73 fgetversion.c: Save errno if the ioctl fails, and
74 restore it just before we return.
Theodore Ts'o593c6ea2002-07-14 15:58:38 -040075
76 * iod.c (iterate_on_dir): Rewrite function to make it more
77 portable. We now make much fewer assumptions about nature
78 and layout of struct dirent, which will hopefully help
79 things on the Hurd.
80
Theodore Ts'o88372d52002-06-15 18:58:39 -0400812002-06-15 Theodore Ts'o <tytso@mit.edu>
82
83 * pf.c: Changed "compressed dirty flag" from 'D' to 'Z'. Add
84 dirsync flag and assign it 'D'.
85
Theodore Ts'oa8e77242002-03-08 03:12:14 -0500862002-03-08 Theodore Tso <tytso@mit.edu>
87
88 * Release of E2fsprogs 1.27
89
Theodore Ts'oa5f3f5c2002-02-03 01:00:22 -0500902002-02-03 Theodore Tso <tytso@thunk.org>
91
92 * Release of E2fsprogs 1.26
93
942001-12-16 Theodore Tso <tytso@mit.edu>
Theodore Ts'o4ea7bd02001-12-16 23:23:37 -050095
96 * pf.c: Add const to struct flags_name to avoid -Wall complaints.
97
Theodore Ts'oa5f3f5c2002-02-03 01:00:22 -0500982001-11-05 Theodore Tso <tytso@mit.edu>
Theodore Ts'ob3f5b4c2001-11-05 19:22:02 -050099
100 * pf.c: Add a new file attribute, EXT2_NOTAIL_FL
101
Theodore Ts'ofbf91112001-09-20 10:47:47 -04001022001-09-20 Theodore Tso <tytso@thunk.org>
103
104 * Release of E2fsprogs 1.25
105
Theodore Ts'ofb707752001-09-04 15:00:37 -04001062001-09-02 Theodore Tso <tytso@thunk.org>
107
108 * Release of E2fsprogs 1.24a
109
Theodore Ts'o109624a2001-08-31 00:59:55 -04001102001-08-30 Theodore Tso <tytso@thunk.org>
111
112 * Release of E2fsprogs 1.24
113
Theodore Ts'o943ed872001-08-27 12:29:22 -04001142001-08-15 Theodore Tso <tytso@valinux.com>
115
116 * Release of E2fsprogs 1.23
117
Theodore Ts'o67960132001-06-23 00:16:37 -04001182001-06-23 Theodore Tso <tytso@valinux.com>
119
Theodore Ts'o342d8472001-07-02 11:54:09 -0400120 * feature.c: Add entry in feature table to interpret
121 EXT2_FEATURE_COMPAT_EXT_ATTR.
122
Theodore Ts'o67960132001-06-23 00:16:37 -0400123 * Release of E2fsprogs 1.22
124
Theodore Ts'of4f75ba2001-06-16 01:14:28 +00001252001-06-15 Theodore Tso <tytso@valinux.com>
126
127 * Release of E2fsprogs 1.21
128
Theodore Ts'o797f5ef2001-06-01 23:49:46 +00001292001-06-01 Theodore Tso <tytso@valinux.com>
130
131 * Makefile.in, uuid.c: Move include/asm/types.h.in to
Theodore Ts'o36a23e12001-06-02 00:54:10 +0000132 lib/ext2fs/ext2_types.h.in.
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000133
Theodore Ts'obb185862001-05-25 17:35:00 +00001342001-05-25 Theodore Tso <tytso@valinux.com>
135
136 * Release of E2fsprogs 1.20
137
Theodore Ts'o7c2d2562001-05-21 02:54:21 +00001382001-05-20 Theodore Tso <tytso@valinux.com>
139
140 * e2p.h: #include <> instead of "" for ext2fs and et header files,
141 since they will be installed in /usr/include
142
Theodore Ts'o54c637d2001-05-14 11:45:38 +00001432001-05-14 Theodore Tso <tytso@valinux.com>
144
145 * e2p.h: Change location of ext2_fs.h to be ext2fs/ext2_fs.h
146
Theodore Ts'o49d5ddc2001-05-13 22:21:52 +00001472001-05-11 Andreas Dilger <adilger@turbolinux.com>
148
149 * feature.c: Add COMPAT_DIR_INDEX and RESIZE_INODE known features
150
Theodore Ts'o6d216212001-05-13 22:14:53 +00001512001-05-13 Theodore Tso <tytso@valinux.com>
152
153 * ls.c (print_features): Added missing space when printing (none)
154 as the filesystem feature.
155 (list_super2): If the filesystem revision is unknown, say so.
156
Theodore Ts'o4ecf9d62001-01-16 06:41:54 +00001572001-01-15 Theodore Ts'o <tytso@valinux.com>
158
159 * ls.c (list_super2): Fix bug where we were printing the
160 filesystem UUID instead of journal UUID when trying to
161 display the journal UUID.
162
Theodore Ts'o990d4292001-01-14 17:56:00 +00001632001-01-14 Theodore Ts'o <tytso@valinux.com>
164
165 * feature.c: Remove backward compatibility #ifdef's for old
166 ext2_fs.h header files.
167
Theodore Ts'oc2204b32001-01-14 18:10:49 +0000168 * feature.c: Add definition for EXT3_FEATURE_INCOMPAT_JOURNAL_DEV
169
Theodore Ts'oc8199c42001-01-12 01:43:28 +00001702001-01-11 Theodore Ts'o <tytso@valinux.com>
171
172 * pf.c: Clarified name of the Compression_Raw_Access flag, and
173 capitalized Journaled_Data.
174
Theodore Ts'o379955f2001-01-01 15:54:58 +00001752001-01-01 <tytso@snap.thunk.org>
176
177 * ls.c: Remove our own internal definition of struct ext2fs_sb.
178 We can assume that ext2_super_block is always up to date.
179
Theodore Ts'obda15092000-12-31 13:35:38 +00001802000-12-31 <tytso@snap.thunk.org>
181
182 * pf.c: Add code to print out the journalled data flag.
183
Theodore Ts'o66d8c3f2000-12-02 06:11:44 +00001842000-12-02 <tytso@snap.thunk.org>
185
186 * fgetflags.c (fgetflags):
187 * fgetversion.c (fgetversion):
188 * fsetflags.c (fsetflags):
189 * fsetversion.c (fsetversion): Use the LFS API if available so
190 that the files are opened with O_LARGEFILE. Addresses
191 Debian bug #72690.
192
Theodore Ts'o153a9772000-08-14 14:37:37 +00001932000-08-14 <tytso@valinux.com>
194
195 * ls.c (list_super): Use better description of s_last_orphan
196
Theodore Ts'o53d39552000-08-14 20:13:32 +0000197 * ls.c (list_super, list_super2): Added new API function which
198 takes a FILE * so that the output can be redirected to a
199 stream.
200
Theodore Ts'of9e67062000-07-13 23:25:54 +00002012000-07-13 <tytso@valinux.com>
202
203 * Release of E2fsprogs 1.19
204
Theodore Ts'o19c68912000-07-07 03:25:13 +00002052000-07-06 Theodore Ts'o <tytso@valinux.com>
206
207 * ls.c (list_super): Display the journal information fields in the
208 superblock if the filesystem has a journal.
209
Theodore Ts'ob2420d42000-07-04 18:51:20 +00002102000-07-04 Theodore Ts'o <tytso@valinux.com>
211
212 * Makefile.in: Remove explicit link of -lc in the shared library.
213 (It shouldn't be necessary, and is harmful in some cases).
214
Theodore Ts'o4ea0a112000-05-08 13:33:17 +00002152000-05-08 Theodore Ts'o <tytso@valinux.com>
216
217 * ls.c (list_super): Change the string displayed for the Hurd to
218 be GNU/Hurd, instead of just "GNU".
219
Theodore Ts'oe2207ce2000-04-06 21:51:18 +0000220Thu Apr 6 17:38:00 2000 Theodore Y. Ts'o <tytso@signal.thunk.org>
221
222 * feature.c: Make feature_list static; it shouldn't be exported.
223
224 * dll/jump.funcs: Update a.out shared library control file.
225
Theodore Ts'o906e1f12000-04-03 13:48:52 +00002262000-04-03 Theodore Ts'o <tytso@valinux.com>
227
228 * pf.c (print_flags): Rename EXT2_NOCOMP_FL to EXT2_NOCOMPR_FL.
229
230 * Makefile.in: Add "set -e" so that any errors in installing
231 header files causes an immediate exit.
232
Theodore Ts'odede39b2000-02-11 04:48:03 +00002332000-02-10 Theodore Ts'o <tytso@valinux.com>
234
235 * Makefile.in: Install the e2p.h header.
236
237 * e2p.h, pf.c (print_flags): Change the third parameter of
238 print_flags() to be an option parameter, although we only
239 support one option at this point.
240
241 * pf.c (print_flags): Updated to use a more generic structure for
242 storing the ext2 inode flags. Add support for the
243 (current) set of compression flags.
244
Theodore Ts'o5c36a2f1999-11-19 18:42:30 +00002451999-11-19 <tytso@valinux.com>
246
247 * Makefile.in (distclean): Remove TAGS and Makefile.in.old from
248 the source directory.
249
Theodore Ts'ocd086361999-11-10 16:00:39 +00002501999-11-10 <tytso@valinux.com>
251
252 * Release of E2fsprogs 1.18
253
Theodore Ts'o36caf251999-10-26 14:29:22 +00002541999-10-26 <tytso@valinux.com>
255
Theodore Ts'o28e11941999-10-26 18:17:20 +0000256 * Release of E2fsprogs 1.17
257
2581999-10-26 <tytso@valinux.com>
259
Theodore Ts'o36caf251999-10-26 14:29:22 +0000260 * feature.c: Fix GCC warnings; add const to the char * types in
261 the function prototypes for e2p_feature2string and
262 e2p_edit_feature.
263
Theodore Ts'o944ab711999-10-23 01:01:09 +00002641999-10-22 <tytso@valinux.com>
265
Theodore Ts'o614fdfd1999-10-23 03:19:51 +0000266 * Release of E2fsprogs 1.16
267
2681999-10-22 <tytso@valinux.com>
269
Theodore Ts'o944ab711999-10-23 01:01:09 +0000270 * feature.c (e2p_edit_feature), e2p.h: Add a new argument which
271 allows the calling application to limit what features the
272 user is allowed to set or clear using this function.
273 Also add support for comma separated lists.
274
Theodore Ts'od7b701d1999-09-14 20:17:38 +00002751999-09-07 <tytso@valinux.com>
276
277 * Makefile.in, feature.c, e2p.h: New file which is used for
278 displaying and editing superblock feature sets.
279
280 * ls.c (print_features, list_super): Add new function
281 print_features which is used to display the feature
282 bits in the superblock.
283
2841999-07-18 Theodore Ts'o <tytso@valinux.com>
Theodore Ts'o657cb971999-07-30 23:19:10 +0000285
286 * Release of E2fsprogs 1.15
287
Theodore Ts'o9e51eca1999-01-09 16:32:31 +00002881999-01-09 Theodore Ts'o <tytso@rsts-11.mit.edu>
289
290 * Release of E2fsprogs 1.14
291
Theodore Ts'o73f17cf1999-01-04 07:35:45 +0000292Mon Jan 4 02:34:53 1999 Theodore Y. Ts'o <tytso@mit.edu>
293
294 * uuid.c: Use asm/types.h instead of linux/types.h, to be
295 consistent with other locations where we've had to do this
296 to work around glibc.
297
Theodore Ts'o556ad131998-12-19 08:10:58 +00002981998-12-15 Theodore Ts'o <tytso@rsts-11.mit.edu>
299
300 * Release of E2fsprogs 1.13
301
Theodore Ts'o5a679c81998-12-03 16:40:38 +00003021998-12-02 Theodore Ts'o <tytso@rsts-11.mit.edu>
303
304 * Makefile.in: Updated dependencies.
305
Theodore Ts'o4a5fa191998-07-09 05:42:45 +00003061998-07-09 Theodore Ts'o <tytso@rsts-11.mit.edu>
307
308 * Release of E2fsprogs 1.12
309
Theodore Ts'oe5fa0e31998-04-01 02:18:45 +00003101998-03-30 Theodore Ts'o <tytso@rsts-11.mit.edu>
311
312 * Makefile.in: Change to use new installation directory variables
313 convention. Fix uninstall rules to take $(DESTDIR) into
314 account.
315
Theodore Ts'o17dba281998-03-30 01:16:26 +00003161998-03-29 Theodore Ts'o <tytso@rsts-11.mit.edu>
317
318 * getversion.c (getversion): Return 0 if there's no error.
319
320 * fgetversion.c (fgetversion): Pass the address of the temporary
321 variable instead of the unitialized variable to the
322 EXT2_IOC_GETVERSION ioctl.
323
Theodore Ts'occe382b1998-03-09 13:07:09 +0000324Mon Mar 9 08:05:30 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
325
326 * fgetflags.c, fgetversion.c, fsetflags.c, fsetversion.c,
327 getflags.c, getversion.c, setflags.c, setversion.c:
328 The ext2 version and flags ioctl's take an int *, not a
329 long *. Fix library to use the correct type, so we don't
330 have problems on the Alpha.
331
Theodore Ts'o024996c1997-06-17 05:38:35 +0000332Tue Jun 17 01:33:20 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
333
334 * Release of E2fsprogs 1.11
335
Theodore Ts'oa29f4d31997-04-29 21:26:48 +0000336Thu Apr 24 12:16:42 1997 Theodre Ts'o <tytso@localhost.mit.edu>
337
338 * Release of E2fsprogs version 1.10
339
340Wed Apr 23 22:41:55 1997 Theodre Ts'o <tytso@localhost.mit.edu>
341
342 * ls.c (list_super): Add #ifdef's so it will compile under 1.2.13
343
344Thu Apr 17 12:23:38 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
345
346 * Release of E2fsprogs version 1.09
347
Theodore Ts'o2ecc6fe1997-04-29 17:57:00 +0000348Fri Apr 11 18:56:26 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
349
350 * Release of E2fsprogs version 1.08
351
Theodore Ts'o521e3681997-04-29 17:48:10 +0000352Sat Apr 5 11:48:03 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
353
354 * ls.c (list_super): Display the filesystem revision and any
355 features that might be implemented.
356
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000357Wed Mar 12 13:32:05 1997 Theodore Y. Ts'o <tytso@mit.edu>
358
359 * Release of E2fsprogs version 1.07
360
361Thu Jan 2 00:06:29 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
362
363 * uuid.c: Include string.h, since we use memcpy().
364
365Wed Jan 1 23:47:22 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
366
367 * ls.c (list_super): Copy times from the superblock to a time_t
368 variable. (The alpha has different sizes for time_t and
369 the time in the superblock.)
370
371Tue Oct 8 02:02:03 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
372
373 * Release of E2fsprogs version 1.06
374
Theodore Ts'o5c576471997-04-29 15:29:49 +0000375Sun Sep 22 16:20:12 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
376
377 * pf.c: Add support for the 'A' (no atime) flag.
378
379Thu Sep 12 15:23:07 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
380
381 * Release of E2fsprogs version 1.05
382
Theodore Ts'o1e3472c1997-04-29 14:53:37 +0000383Sat Sep 7 14:48:35 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
384
385 * ls.c (interval_string): Pretty print the check interval.
386
387Tue Aug 6 14:12:36 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
388
389 * ls.c (list_super): Display the OS, volume label, last mounted,
390 and UUID field if present.
391
392Mon Jun 24 09:55:58 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
393
394 * ps.c, pf.c, pe.c, ls.c, setversion.c, setflags.c, getversion.c,
395 fsetversion.c, fsetflags.c, fgetversion.c, fgetflags.c,
396 getflags.c: Remove include of ext2_fs.h, since it's
397 included by e2p.h; this also solves a sys/types.h vs
398 linux/types.h inclusion ordering problem with the GNU libc.
399
Theodore Ts'o62c06f71997-04-29 14:34:47 +0000400Thu May 16 11:12:30 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
401
402 * Release of E2fsprogs version 1.04
403
Theodore Ts'o7f88b041997-04-26 14:48:50 +0000404Wed Mar 27 00:33:40 1996 <tytso@rsts-11.mit.edu>
405
406 * Release of E2fsprogs version 1.03
407
Theodore Ts'o74becf31997-04-26 14:37:06 +0000408Wed Jan 31 11:06:08 1996 <tytso@rsts-11.mit.edu>
409
410 * Release of E2fsprogs version 1.02
411
412Tue Jan 2 20:50:44 1996 <tytso@rsts-11.mit.edu>
413
414 * fgetflags.c (fgetflags):
415 * fsetflags.c (fsetflags):
416 * fgetversion.c (fgetversion):
417 * fsetversion.c (fsetversion): Add the O_NONBLOCK flag to open
418 call, so that we don't hang trying to open things like
419 named pipes.
420
Theodore Ts'o297f47a1997-04-26 14:25:20 +0000421Mon Oct 30 17:44:07 1995 <tytso@rsts-11.mit.edu>
422
423 * ls.c (list_super): Use the correct field (s_def_resgid) when
424 printing the reserved group gid.
425
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000426Fri Oct 27 18:07:48 1995 <tytso@rsts-11.mit.edu>
427
428 * iod.c (iterate_on_dir): Don't assume that d->reclen is the size
429 of the dirent structure; it isn't under Linux.
430
431Mon Sep 4 21:43:53 1995 Remy Card <card@bbj>
432
433 * Makefile.in: Added support for BSD shared libraries.
434
435Fri Aug 11 08:36:40 1995 Theodore Y. Ts'o <tytso@lurch.mit.edu>
436
437 * setflags.c: #include <sys/types.h> before including <sys/stat.h>
438
439Sat Aug 12 03:11:45 1995 Remy Card <card@bbj>
440
441 * Makefile.in (install): Install static libraries in $(ulibdir)
442 (/usr/lib on Linux) instead of $(libdir) (/lib on Linux).
443
444Sat Aug 5 11:43:36 1995 Theodore Y. Ts'o <tytso@lurch.mit.edu>
445
446 * Makefile.in (DLL_INSTALL_DIR, ELF_INSTALL_DIR): Set the
447 installation directories correctly.
448
449Thu Jun 15 23:41:20 1995 Remy Card <card@bbj>
450
451 * Makefile.in: Added support for ELF shared libraries.
452
453Mon Jun 12 08:34:44 1995 Theodore Y. Ts'o <tytso@lurch.mit.edu>
454
455 * e2p.h: Move <direct.h> after <stdio.h>
456
457Thu Jun 8 12:47:04 1995 Miles Bader <miles@churchy.gnu.ai.mit.edu>
458
459 * iod.c (iterate_on_dir): If struct dirent has a d_namlen field,
460 assume that actual dirent entries may be larger than the structure
461 (by the name field), and take extra care deal with this case.
462 This code assumes that d_reclen is a valid dirent field.
463 Also, don't include <dirent.h>, as e2p.h already does.
464
465 * fgetversion.c (fgetversion): Only use the ext2 ioctl if it
466 doesn't cause a compile-time barf, otherwise just return EOPNOTSUPP.
467 * getversion.c (getversion): Ditto.
468 * fsetversion.c (fsetversion): Ditto.
469 * setversion.c (setversion): Ditto.
470 * fsetflags.c (fsetflags): Use chflags instead of the ext2 ioctl
471 if possible, and otherwise only use the ioctl if it doesn't barf.
472 * setflags.c (setflags): Ditto (with fchflags).
473 * fgetflags.c (fgetflags): Use the stat st_flags field instead of
474 the ext2 ioctl if possible, and otherwise only use the ioctl if it
475 doesn't barf.
476 * getflags.c (getflags): Ditto.
477
478 * e2p.h: Include <sys/types.h>, as some <dirent.h>s need it.
479 * ls.c: Move the include of <sys/types.h> to where <grp.h> can see it.
480
481 * Makefile.in: Rewritten to conform to GNU coding standards and
482 support separate compilation directories.
483
Theodore Ts'of3db3561997-04-26 13:34:30 +0000484Mon Nov 7 21:59:12 1994 Remy Card <card@bbj>
485
486 * ls.c (list_super): List the new fields s_def_resuid and
487 s_def_resgid.
488
489 (print_user): New function which prints the uid and the user name.
490
491 (print_group): New function which prints the gid and the group name.
492
493Wed Aug 17 21:50:39 1994 Remy Card (card@bbj)
494
495 * pf.c (print_flags): New attributes are recognized and a long
496 format can be used.
497
498