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