diff options
author | Theodore Ts'o <tytso@mit.edu> | 2001-12-16 02:23:36 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2001-12-16 02:23:36 -0500 |
commit | 8cf93332d180e6929d73cd8c855c3a83d6a6648c (patch) | |
tree | c77c315314e07039f43a32a1f2ddcbe795f28bbf /e2fsck/ChangeLog | |
parent | 5d57ad14f31f93384baa92c95d77008fc2ac803f (diff) | |
download | e2fsprogs-8cf93332d180e6929d73cd8c855c3a83d6a6648c.tar.gz |
Fix e2fsck's handling of external journals,and update journal
recovery files from 2.4.17-pre8.
Diffstat (limited to 'e2fsck/ChangeLog')
-rw-r--r-- | e2fsck/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/e2fsck/ChangeLog b/e2fsck/ChangeLog index 466ab46e..d42ff8fc 100644 --- a/e2fsck/ChangeLog +++ b/e2fsck/ChangeLog @@ -1,8 +1,15 @@ +2001-12-16 Theodore Tso <tytso@valinux.com> + + * recovery.c, revoke.c: Update to versions from 2.4.17-pre8. + + * journal.c, jfs_user.h: Update support code for new version of + recover.c and revoke.c. Fix support for filesystems with + external journals. + 2001-11-30 Gabriel Paubert <paubert@iram.es> * journal.c (e2fsck_journal_load): Fix an endianness bug. - 2001-11-26 Theodore Tso <tytso@valinux.com> * super.c (check_super_block): Make sure that if the inode table |