ChangeLog, fsck.c:
fsck.c (execute, wait_one): Treat fsck.ext3 the same as fsck.ext2
(because they are the same) for the purposes of the progress bar
display logic.
ChangeLog, ls.c:
ls.c (list_super): Display the journal information fields in the
superblock if the filesystem has a journal.
diff --git a/misc/ChangeLog b/misc/ChangeLog
index 3400404..c60a656 100644
--- a/misc/ChangeLog
+++ b/misc/ChangeLog
@@ -1,5 +1,9 @@
2000-07-06 Theodore Ts'o <tytso@valinux.com>
+ * fsck.c (execute, wait_one): Treat fsck.ext3 the same as
+ fsck.ext2 (because they are the same) for the purposes of
+ the progress bar display logic.
+
* tune2fs.8.in: Update manual page to document what happens if
max_mount_count is negative.