]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blame - debugfs/ChangeLog
Many files:
[thirdparty/e2fsprogs.git] / debugfs / ChangeLog
CommitLineData
7f88b043
TT
1Wed Mar 27 00:33:40 1996 <tytso@rsts-11.mit.edu>
2
3 * Release of E2fsprogs version 1.03
4
74becf3c
TT
5Wed Jan 31 11:06:08 1996 <tytso@rsts-11.mit.edu>
6
7 * Release of E2fsprogs version 1.02
8
9Fri Dec 1 22:42:31 1995 <tytso@rsts-11.mit.edu>
10
11 * Makefile.in (LIBS): Rearrange the order of the libraries to be
12 linked, so that -lext2fs is before -lcom_err.
13
50e1e10f
TT
14Thu Oct 26 12:05:06 1995 <tytso@rsts-11.mit.edu>
15
16 * Makefile.in (install): Strip programs when they are installed.
17
18Fri Aug 18 15:09:08 1995 Theodore Y. Ts'o <tytso@dcl>
19
20 * debugfs.c (do_find_free_block): Fix typo in code which checked
21 to see if the usage message should be printed.
22
23Thu Aug 17 22:55:58 1995 <tytso@rsts-11.mit.edu>
24
25 * debugfs.c (do_open_filesys): Change to always set optreset to 1,
26 to make BSD getopt()'s happy. Also set optind to 1, which
27 should make more getopt()'s happy.
28
29Fri Aug 11 08:45:01 1995 Theodore Y. Ts'o <tytso@lurch.mit.edu>
30
31 * debugfs.c (do_find_free_block, do_find_free_inode): Fix bug in
32 the usage handling where "ffi ?" or "ffb ?" would
33 dereference a NULL pointer.
34
35Fri Aug 11 14:21:07 1995 Remy Card <card@bbj>
36
37 * debugfs.8: Updated date and version number.
38
39Thu Aug 10 14:28:50 1995 Remy Card <card@bbj>
40
41 * debugfs.8: Fixed a spelling error in Ted's name :-)
42
43Mon Jun 12 19:08:25 1995 Theodore Y. Ts'o (tytso@dcl)
44
45 * debugfs.c, ncheck.c, icheck.c, lsdel.c, dump.c: Include
46 <errno.h> (if it exists)
47
48 * debugfs.c, dump.c, icheck.c, lsdel.c, ncheck.c: Don't include
49 <getopt.h> if it doesn't exist.
50
51Sun Jun 11 15:21:07 1995 Theodore Y. Ts'o <tytso@lurch.mit.edu>
52
53 * ncheck.c (do_ncheck): Use LINUX_S_ISDIR instead of S_ISDIR
54
55 * debugfs.c: Implement the mknod and write commands (from Linus).
56
57 Change names of modify_char, modify_short, and modify_long
58 to be modify_u8, modify_u16, and modify_u32, respectively.
59
60Thu Jun 8 12:29:15 1995 Miles Bader <miles@churchy.gnu.ai.mit.edu>
61
62 * debugfs.c (dump_inode): Only print out inode frag fields if
63 HAVE_EXT2_FRAGS is defined (by configure). Don't print out the
64 reserved field at all for now.
65
66 * Makefile.in: Rewritten to conform to GNU coding standards and
67 support separate compilation directories.
68
6f4a1097
TT
69Thu Nov 24 17:46:23 1994 Theodore Y. Ts'o (tytso@rt-11)
70
71 * dump.c: Added two new commands, "dump" and "cat", which allow
72 the user to dump the contents of an inode to a file or to
73 stdout, respectively.
74
75