Whamcloud - gitweb
po: update sv.po (from translationproject.org)
[tools/e2fsprogs.git] / doc / RelNotes / v1.03.txt
1 E2fsprogs 1.03 (March 27, 1996)
2 ===============================
3
4 Change the m68k bit numbering for bitmasks to match the bit numbering
5 used by all other ext2 implementations.  (This change was requested by
6 the m68k kernel development team.)
7
8 Support (in-development) filesystem format revision which supports
9 (among other things) dynamically sized inodes.
10
11 Fixed a bug in the ext2 library so that an intelligent error is
12 returned if mke2fs is run with a ridiculously small number of blocks
13 for a partition.
14
15 Fixed a bug in the ext2 library which required that the device be
16 openable in read/write mode in order to determine its size.  This
17 caused e2fsck -n to require read/write access when it was not
18 previously necessary.
19
20 Fixed a bug in e2fsck which caused it to occasionally fail the test
21 suite depending on which version of the floating point library it was
22 using.
23
24 Fixed a bug in e2fsck so that it now halts with a fatal error when
25 certain superblock consistency checks fail.  Previously it continued
26 running e2fsck, with some potential confusing/damaging consequences.
27
28 Added new flag to fsck which allows the root to be checked in parallel
29 with other filesystems.  This is not the safest thing in the world to
30 do, but some system administrators really wanted it.
31
32 Fixed -Wall flames in lib/ss.
33