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