mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-12-19 23:11:55 +08:00
60bf373e45
The RELEASE-NOTES file was getting too big as be unweildy. It also made it hard to have simultaneous releases of older maintenance releases. So split it up into smaller files in the doc/RelNotes directory. Signed-off-by: Theodore Ts'o <tytso@mit.edu>
15 lines
551 B
Plaintext
15 lines
551 B
Plaintext
E2fsprogs 1.09 (April 14, 1997)
|
|
===============================
|
|
|
|
Fixed bug in mke2fs (really in lib/ext2fs/initialize.c) which was
|
|
accidentally introduced in the 1.08 release. The overhead calculation
|
|
was accidentally removed, which caused ext2fs_initialize() to not
|
|
notice when the filesystem size needed to be adjusted down because
|
|
there wasn't enough space in the last block group.
|
|
|
|
Fixed bug in version parsing library routine; it was always parsing
|
|
the library version string, instead of using the passed-in string.
|
|
|
|
Clarified chattr man page.
|
|
|