Whamcloud - gitweb
mke2fs: implement timestamp clamping if SOURCE_DATE_EPOCH is set
[tools/e2fsprogs.git] / doc / RelNotes / v1.31.txt
1 E2fsprogs 1.31 (November 8, 2002)
2 =================================
3
4 Update EVMS ext2fsim plugin with EVMS 1.2.  (We still support
5 compiling the fsim plugin with EVMS 1.0 and 1.1.)  Add better error
6 handling for child process that die unexpectedly.  Add a hack to force
7 mkfs to create filesystems that won't cause problems with hardware
8 that has 2k or 4k minimum blocksize requirements.  Read from child
9 processes in non-blocking mode, so that the GUI continues to update.
10
11 Fix e2fsck so that it returns the appropriate exit code when the root
12 filesystem has been changed, so that system's rc scripts will be told that 
13 the system needs to be rebooted.
14
15 Fix a bug in ext2fs_flush/ext2fs_close; when the MASTER_SB_ONLY flag
16 was set, some of the descriptor blocks that should have been written
17 out were getting skipped.
18
19 Changed e2fsck to force out changes to the backup copies of the
20 superblock and block group descriptors when important changes are made
21 to those data structures.
22
23 Fix a bug where e2fsck could erroneously mark a filesystem as being
24 clean if a check of dirty filesystem is interrupted with a ^C.  (Bug
25 introduced in e2fsprogs 1.28.)
26
27 If journal debugging is enabled using --enable-jbd-debug, the debugging
28 level is now set via the E2FSCK_JBD_DEBUG environment variable.
29
30 If byteswapping support is disabled using configure --disable-swapfs,
31 skip the tests which depend on byte-swapping, so that "make check"
32 won't bomb out.
33
34 Lsattr will now display the indexed directory flag.  Also, some of
35 the more esoteric compression flags are suppressed unless compression
36 support has been enabled.
37
38 Update man pages.
39