From 4e52870eeb08ed7532bf4fd3d5cb1538f714bdc8 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sun, 4 Sep 2016 21:31:21 -0400 Subject: Update release notes, etc., for 1.43.3 release Signed-off-by: Theodore Ts'o --- RELEASE-NOTES | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'RELEASE-NOTES') diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 8862b29c..3575d49b 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,31 @@ +E2fsprogs 1.43.3 (September 4, 2016) +==================================== + +Fix e2fsck's handling of timestamps on 32-bit systems. + +E2fsck will now check, and if necessary repair the extra isize fields +in the inode and superblock. + +Fix crashes on architectures such as sparc64 that are sensitive to +unaligned pointer derferences in the journal recovery code when +journal checksums are enabled. + +Programming notes +----------------- + +Support reproducible builds by not capturing the build directory into +the mk_cmds and compile_et scripts. Also fix debian build rules to +ensure build reproducibility. + +Fix debian build rules to ensure build reproducibility and to avoid +hiding the linker flags for e2fsck.static so the build hardening log +scanner can properly audit the build. + +Fix compatibility with FreeBSD's pmake and teach the configure script +to force the creation of pmake-compatible Makefiles if the +FORCE_NATIVE_MAKE environment variable is set to a non-empty value. + + E2fsprogs 1.43.2 (September 1, 2016) ==================================== -- cgit v1.2.1