xref: /aosp_15_r20/external/e2fsprogs/doc/RelNotes/v1.09.txt (revision 6a54128f25917bfc36a8a6e9d722c04a0b4641b6)
1E2fsprogs 1.09 (April 14, 1997)
2===============================
3
4Fixed bug in mke2fs (really in lib/ext2fs/initialize.c) which was
5accidentally introduced in the 1.08 release.  The overhead calculation
6was accidentally removed, which caused ext2fs_initialize() to not
7notice when the filesystem size needed to be adjusted down because
8there wasn't enough space in the last block group.
9
10Fixed bug in version parsing library routine; it was always parsing
11the library version string, instead of using the passed-in string.
12
13Clarified chattr man page.
14
15