summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2016-09-04 21:31:21 -0400
committerTheodore Ts'o <tytso@mit.edu>2016-09-04 21:31:21 -0400
commit4e52870eeb08ed7532bf4fd3d5cb1538f714bdc8 (patch)
treeb68342523e7de5cbc514ea8d5da2d94b95cd2854 /RELEASE-NOTES
parent047d5d774fe56908a2986dc194d9df7b6a8724c6 (diff)
downloade2fsprogs-4e52870eeb08ed7532bf4fd3d5cb1538f714bdc8.tar.gz
Update release notes, etc., for 1.43.3 releasev1.43.3
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES28
1 files changed, 28 insertions, 0 deletions
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)
====================================