X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=debugfs%2FChangeLog;h=2cff5a847fced0bd7eeee523a30fb1b0078a3aaa;hb=556ad1327feb34ea5b711eb9c135f8e11415cf53;hp=fa3d50ecba0bca874cf7b515547817989cec9b05;hpb=4a31c48b827f378f386b28461fd14b41d709e4eb;p=tools%2Fe2fsprogs.git diff --git a/debugfs/ChangeLog b/debugfs/ChangeLog index fa3d50e..2cff5a8 100644 --- a/debugfs/ChangeLog +++ b/debugfs/ChangeLog @@ -1,3 +1,33 @@ +1998-12-15 Theodore Ts'o + + * Release of E2fsprogs 1.13 + +1998-12-03 Theodore Ts'o + + * Makefile.in: Updated dependencies. + +1998-07-31 Theodore Ts'o + + * debugfs.c (do_stat, do_clri): Fix bug where debugfs wasn't + displaying the error message if ext2fs_read_inode() failed. + (do_rm): Fix similar problem for call to ext2fs_namei(). + +1998-07-09 Theodore Ts'o + + * Release of E2fsprogs 1.12 + +1998-06-27 Theodore Ts'o + + * debugfs.c: Add a -V option which displays the current version. + +1998-03-31 Theodore Ts'o + + * Makefile.in: Change to use new installation directory variables + convention. Fix installdirs and uninstall rules to reflect + the fact that debugfs has been installed in the root + filesystem. Fix uninstall rules to take $(DESTDIR) into + account. + 1998-03-29 Theodore Ts'o * debugfs.h: Add declaration for do_dirty_filsys() to prevent