Whamcloud - gitweb
po: update sv.po (from translationproject.org)
[tools/e2fsprogs.git] / doc / RelNotes / v1.06.txt
1 E2fsprogs 1.06 (October 7, 1996)
2 ================================
3
4 Fixed serious bug in e2fsck: if the block descriptors are bad, don't
5 smash the backup copies in ext2fs_close().  (The problem was that when
6 e2fsck -p discovered the problem, while it was closing the filesystem
7 and exiting, it was also blowing away the backup superblocks on the
8 disk, which was less than friendly.)  We now make it the case that we
9 only write out the backup superblock and the back block descriptors if
10 the filesystem is completely free from problems.
11
12 Fixed a bug in block_interate in the lib/ext2fs library which caused
13 e2fsck to fail on GNU Hurd-created filesystems.
14
15 Add support for Linux/FT's bootloader, which actually uses
16 EXT2_BOOT_LOADER, and sets its mode bits which caused e2fsck to want
17 to clear the inode.
18
19 Add support for the "A" (no atime update) attribute.  (Note: this
20 attribute is not yet in production kernels.)
21
22 The test suite is not automatically run when doing a "make all" from
23 the top level directory.  Users should manually run "make check" if
24 they wish to run the test suite.
25
26 Upon a preenhalt(), make the printed message more explicit that
27 running e2fsck "MANUALLY" means without the -p or -a options.
28
29 In e2fsck, if a disconnected inode is zero-length, offer to clear it
30 instead of offering to connect it to lost+found.
31
32 In e2fsck, if a filesystem was just unmounted uncleanly, and needs
33 e2fsck to be run over it, change e2fsck to explicitly display this
34 fact.
35
36 For dumpe2fs and e2fsck, cause the -V option to print out which
37 version of the ext2fs library is actually getting used.  (This will
38 help detect mismatches of using a 1.06 utility with a 1.05 library,
39 etc.)
40
41 Programmers' notes:
42 -------------------
43
44 EXT2_SWAP_BYTES was changed to EXT2_FLAG_SWAP_BYTES, which better fits
45 the naming convention.
46
47 In ext2fs_initialize(), make sure the description for the inode bitmap
48 is correctly initialize.
49
50 Fixed minor type typo in ext2fs_allocate_generic_bitmap();
51