1E2fsprogs 1.43.3 (September 4, 2016) 2==================================== 3 4Fix e2fsck's handling of timestamps on 32-bit systems. 5 6E2fsck will now check, and if necessary repair the extra isize fields 7in the inode and superblock. 8 9Fix crashes on architectures such as sparc64 that are sensitive to 10unaligned pointer dereferences in the journal recovery code when 11journal checksums are enabled. 12 13Programming notes 14----------------- 15 16Support reproducible builds by not capturing the build directory into 17the mk_cmds and compile_et scripts. Also fix debian build rules to 18ensure build reproducibility. 19 20Fix debian build rules to ensure build reproducibility and to avoid 21hiding the linker flags for e2fsck.static so the build hardening log 22scanner can properly audit the build. 23 24Fix compatibility with FreeBSD's pmake and teach the configure script 25to force the creation of pmake-compatible Makefiles if the 26FORCE_NATIVE_MAKE environment variable is set to a non-empty value. 27 28