ChangeLog, mke2fs.c:
mke2fs.c (main, parse_journal_opts): Add support for creating V1
superblocks. We now pass in a journal_flags field to the journal
creation routines for this purpose.
mke2fs.c: Remove zero initializers to save a few bytes from the
executable image. (Are we excited yet?)
diff --git a/misc/ChangeLog b/misc/ChangeLog
index 7c8c710..d6f5327 100644
--- a/misc/ChangeLog
+++ b/misc/ChangeLog
@@ -1,5 +1,12 @@
2000-12-09 <tytso@snap.thunk.org>
+ * mke2fs.c (main, parse_journal_opts): Add support for creating V1
+ superblocks. We now pass in a journal_flags field to the
+ journal creation routines for this purpose.
+
+ * mke2fs.c: Remove zero initializers to save a few bytes from the
+ executable image. (Are we excited yet?)
+
* findsuper.c: And non-subtle copyright licensing restriction to
get Yann to remove this program from the Debian package. :-)